Get a list of app items — Request
Methods
Resource
{
"active": "boolean",
"fields": {},
"filter": {
"<key>": {}
},
"from": "int64",
"ids": [
"uuid"
],
"size": "int64",
"sortExpressions": [
{
"ascending": "boolean",
"field": "string"
}
],
"statusCode": [
"string"
],
"statusGroupId": "uuid"
}
Properties
Name | Type | Description | Additional |
---|---|---|---|
active | boolean |
Show active only (not deleted) |
Optional |
fields | object |
Field load rules |
Optional |
filter | object |
Filtering |
Optional |
filter.<key> | map of object | Optional | |
from | int64 |
Return from item |
Optional |
ids[] | array of uuid |
ID filtering |
Optional |
size | int64 |
Number of returned items (10000 max) |
Optional |
sortExpressions[] | array |
Sorting rules |
Optional |
sortExpressions[].ascending | boolean |
Ascending sorting order flag |
Optional |
sortExpressions[].field | string |
Sort field |
Optional |
statusCode[] | array of string |
Show items with certain statuses |
Optional |
statusGroupId | uuid |
Show items of a particular status group |
Optional |