Global

Type Definitions

Alert

Type:
  • object
Properties:
Name Type Description
caused_member_id number
content_type string
content_id number
alert_type string
alert_date number
Source:

Ban

Type:
  • object
Properties:
Name Type Description
member_id number
banned_by_id number
ban_date number
reason string
Source:

BasicResource

Type:
  • object
Properties:
Name Type Description
resource_id number
author_id number
title string
tag_line string
price number
currency string
Source:

BasicThread

Type:
  • object
Properties:
Name Type Description
thread_id number
title string
reply_count number
view_count number
creation_date number
last_message_date number
Source:

BatchChange

Type:
  • object
Properties:
Name Type Description
field string
type string
value string
search string | undefined
Source:

BatchEdit

Type:
  • object
Properties:
Name Type Description
batch_id number
created_at number
completed_at number
errors Map.<string, Array.<string>>
Source:

Conversation

Type:
  • object
Properties:
Name Type Description
conversation_id number
title string
creation_date number
creator_id number
last_message_date number
last_read_date number
open boolean
reply_count number
recipient_ids Array.<number>
Source:

Download

Type:
  • object
Properties:
Name Type Description
download_id number
version_id number
downloader_id number
download_date number
Source:

License

Type:
  • object
Properties:
Name Type Description
license_id number
purchaser_id number
validated boolean
permanent boolean
active boolean
start_date number
end_date number
previous_end_date number
Source:

Member

Type:
  • object
Properties:
Name Type Attributes Description
member_id number
username string
join_date number
last_activity_date number <optional>
banned boolean
suspended boolean
restricted boolean
disabled boolean
premium boolean
supreme boolean
ultimate boolean
discord_id number <optional>
avatar_url string
post_count number
resource_count number
purchase_count number
feedback_positive number
feedback_neutral number
feedback_negative number
Source:

ProfilePost

Type:
  • object
Properties:
Name Type Description
profile_post_id number
author_id number
post_date number
message string
comment_count number
Source:

Purchase

Type:
  • object
Properties:
Name Type Description
purchase_id number
purchaser_id number
license_id number
renewal boolean
status string
price number
currency string
purchase_date number
validation_date number
Source:

Reply

Type:
  • object
Properties:
Name Type Description
message_id number
message_date number
author_id number
message string
Source:

Reply

Type:
  • object
Properties:
Name Type Description
reply_id number
author_id number
post_date number
message string
Source:

Resource

Type:
  • object
Properties:
Name Type Description
resource_id number
author_id number
title string
tag_line string
description string
release_date number
last_update_date number
category_title string
current_version_id number
price number
currency string
purchase_count number
download_count number
review_count number
review_average number
Source:

Review

Type:
  • object
Properties:
Name Type Description
review_id number
reviewer_id number
review_date number
rating number
message string
response string
Source:

Thread

Type:
  • object
Properties:
Name Type Description
thread_id number
forum_name string
title string
reply_count number
view_count number
post_date number
thread_type string
thread_open boolean
last_post_date number
Source:

Update

Type:
  • object
Properties:
Name Type Description
update_id number
title string
message string
update_date number
Source:

Version

Type:
  • object
Properties:
Name Type Description
version_id number
update_id number
name string
release_date number
download_count number
Source: