Skip to content

Returns the updates object for ActivityOverview to display on the dashboard

GET
/api/activities/updates

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

page

Which page of updates to return

Typestring
Default0
Pattern"\\d+"

Responses

Successful

application/json
JSON
{
"updates": [
{
"type": "string",
"time": "string",
"title": "string",
"desc": "string",
"source": "string",
"source_suffix": "string",
"icon": "string",
"gallery": [
],
"fs_id": 0,
"fs_name": "string",
"entity_id": 0,
"region_id": 0,
"forum_post": 0,
"forum_type": "string"
}
]
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python