Collections API
9 endpoints
Collection creation and management.
Update a specific settings group for a collection (admin endpoint).
Update a specific settings group for a collection (admin endpoint).
Endpoint
/admin/collectionParameters
bodybody
CollectionCreateRequest
Required
See CollectionCreateRequest schema
Responses
200
Success{
"schema": "CollectionResponse"
}400
Bad request401
Unauthorized404
Not foundEndpoint
/admin/collection/{collectionId}Parameters
collectionIdpath
string
Required
bodybody
CollectionUpdateRequest
Required
See CollectionUpdateRequest schema
Responses
200
Success{
"schema": "CollectionResponse"
}400
Bad request401
Unauthorized404
Not foundEndpoint
/admin/collection/{collectionId}Parameters
collectionIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not foundLook up a serial number by code for a collection (admin only).
Look up a serial number by code for a collection (admin only).
Endpoint
/admin/collection/{collectionId}/assignSN/{codeId}Parameters
collectionIdpath
string
Required
codeIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not foundEndpoint
/admin/collection/{collectionId}/getSNParameters
collectionIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not foundLook up a serial number by code for a collection (admin only).
Look up a serial number by code for a collection (admin only).
Endpoint
/admin/collection/{collectionId}/lookupSN/{codeId}Parameters
collectionIdpath
string
Required
codeIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not foundRetrieve all configured app module definitions for a collection (public endpoint).
Retrieve all configured app module definitions for a collection (public endpoint).
Endpoint
/admin/collection/{collectionId}/settings/{settingGroup}Parameters
collectionIdpath
string
Required
settingGrouppath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not foundEndpoint
/public/collection/getShortId/{shortId}Parameters
shortIdpath
string
Required
Responses
200
Success{
"schema": "CollectionResponse"
}400
Bad request401
Unauthorized404
Not foundRetrieve a specific settings group for a collection (public endpoint).
Retrieve a specific settings group for a collection (public endpoint).
Endpoint
/public/collection/{collectionId}/app/configParameters
collectionIdpath
string
Required
Responses
200
Success{
"schema": "AppsConfigResponse"
}400
Bad request401
Unauthorized404
Not found