For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Applications

Retrieve custom mobile application configurations

List custom apps

get

Returns all custom applications in short format. If none are configured, returns the default application in full format.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
app_shortstringRequired

Short name of the workspace instance (e.g. daxium-test)

Responses
200

List of custom apps

application/json
total_countintegerOptional
total_pagesintegerOptional
server_timeinteger · int64Optional
get/{app_short}/customapps
200

List of custom apps

Get a custom app

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
app_shortstringRequired

Short name of the workspace instance (e.g. daxium-test)

app_idintegerRequired
Responses
200

Custom app details

application/json
total_countintegerOptional
total_pagesintegerOptional
server_timeinteger · int64Optional
get/{app_short}/customapps/{app_id}
200

Custom app details

Get a file from a custom app

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
app_shortstringRequired

Short name of the workspace instance (e.g. daxium-test)

app_idintegerRequired
file_uuidstring · uuidRequired
Responses
200

Binary file content

application/octet-stream
string · binaryOptional
get/{app_short}/customapps/{app_id}/file/{file_uuid}
200

Binary file content

Last updated

Was this helpful?