Parameters
| Name | Description |
|---|---|
| FromIndex integer (query) |
The starting index of the page (exclusive) |
| PageSize integer (query) |
The size of the page |
Responses | Example Value
[
{
"created": "string",
"culture": "string",
"description": "string",
"expire": "string",
"expired": true,
"id": 0,
"isInitialized": true,
"language": "string",
"licensesUsed": 0,
"maxUsers": 0,
"measurement": "string",
"name": "string",
"timeZone": "string",
"userCount": 0
}
]
Parameters
| Name | Description |
|---|---|
| applicationid:long * required integer (path) |
ID of the application you want to work with. |
Responses | Example Value
{
"created": "string",
"culture": "string",
"description": "string",
"expire": "string",
"expired": true,
"id": 0,
"isInitialized": true,
"language": "string",
"licensesUsed": 0,
"maxUsers": 0,
"measurement": "string",
"name": "string",
"timeZone": "string",
"userCount": 0
}