Name | Type | Requirement | Description |
action | String | Mandatory | Specifies the action for the API call. |
token | String | Mandatory | Generated token needed to access the API, see information on how to generate a token below. |
organizationId | Number | Mandatory | Suite Organization ID |
languageId | String | Mandatory | Specifies the language identifier used when fetching Event information. Defaults to 'en_US' if not provided. |
from | Number | Mandatory | Beginning date to fetch events from. Time in milliseconds from the UNIX Epoch. |
to | Number | Mandatory | End date to fetch events until. Time in milliseconds from the UNIX Epoch. |
filter | String | Optional | Supported value: 'eventcode'. If provided, the API will only list Events that have an event code linked to them. |
eventCode | String | Optional | If provided, the API will only return the Event(s) that has the specified event code linked to it. |
Name | Type | Requirement | Description |
organizationId | Number | Mandatory | Suite Organization ID |
action | String | Mandatory | Value should be: getEvents |
version | String | Mandatory | Value should be: 02 |
from | Number | Optional | Time in milliseconds since the UNIX Epoch. Only events that have a start time after this date will be returned. |
to | Number | Optional | Time in milliseconds since the UNIX Epoch. Only events that have a start time before this date will be returned. |
categoryIds | String | Optional | Comma separated list of Event Category IDs, only events from provided categories will be returned. |
includeSubCategories | Boolean | Optional | If 'true' and a list of category IDs is provided with the 'categoryIds' parameter, events from the specified categories' sub-categories will also be returned. |
getSubOrganizationEvents | Boolean | Optional | If True, the API will return events from the specified organization's sub-organizations as well. |
begin | Number | Optional | Limits the number of results fetched. For example if 'begin=0' and 'end=1' only the first result from the resultset is returned. |
end | Number | Optional | Limites the number of results fetched. For example if 'begin=0' and 'end=1' only the first result from the resultset is returned. |

Name | Type | Requirement | Description |
organizationId | Number | Mandatory | Suite Organization ID |
action | String | Mandatory | Value should be: getEvent |
eventId | Number | Mandatory | ID of the Event to fetch |
Name | Type | Requirement | Description |
organizationId | Number | Mandatory | Suite Organization ID |
action | String | Mandatory | Value should be: getCategories |
Name | Type | Requirement | Description |
organizationId | Number | Mandatory | Suite Organization ID |
action | String | Mandatory | Value should be: getCategory |
categoryId | Number | Mandatory | ID of the Category to fetch |
Name | Type | Requirement | Description |
action | String | Mandatory | Value should be: getMessageboardAdminUrl |
organizationId | Number | Mandatory | Icareus Suite Organization ID |
eventId | Number | Mandatory | Icareus Suite Event ID (not event room id) |
username | String | Mandatory | Provided username will be displayed in the messageboard when sending messages to a room. |