Get Packages
GET {{baseUrl}}/v1/package?limit=<number>&descending=true
Get all packages for current Organization.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Start paginating result by given number items on page. Next page link is available in response under header Link . E.g.: <https://api.signageos/v1/example?limit=50&until=2020-10-22T16%3A10%3A00.000Z>; rel="next" | |
descending | boolean | Default true . Order resource in descending or ascending order by createdAt. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Accept | string |
RESPONSES
status: OK
[{"uid":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","packageName":"ZE66l","label":"\u003cstring\u003e","ownerOrganizationUid":"\u003cstring\u003e","description":"\u003cstring\u003e","createdByAccountId":"\u003cnumber\u003e"},{"uid":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","packageName":"q5S","label":"\u003cstring\u003e","ownerOrganizationUid":"\u003cstring\u003e","description":"\u003cstring\u003e","createdByAccountId":"\u003cnumber\u003e"}]