POST api2/content_ids.json
Get customer content ids
Request Information
URI Parameters
None.
Body Parameters
API.Models.GetContentIDsRequestName | Description | Type | Additional information |
---|---|---|---|
contentTypes | Collection of Enums.ContentType |
Required |
|
startIndex | integer |
Required |
|
endIndex | integer |
Required |
|
newerThen | date |
Required |
|
companyID |
Filter Products by CompanyID |
integer |
None. |
Request Formats
{ "contentTypes": [ "fluxDVD", "fluxDVD" ], "startIndex": 1, "endIndex": 2, "newerThen": "2024-12-27T02:38:27.0286738+01:00", "companyID": 4 }
Response Information
Resource Description
Collection of API.Code.DeviceHelperAPI+ItemsIdsName | Description | Type | Additional information |
---|---|---|---|
id |
Product id |
integer |
None. |
status |
Status [FLAGS] |
API.Code.DeviceHelperAPI+ItemStatus |
None. |
Response Formats
[ { "id": 1, "status": "none" }, { "id": 1, "status": "none" } ]