POST api2/content_details.json
Get customer content details
Request Information
URI Parameters
None.
Body Parameters
API.Models.GetContentDetailsRequestName | Description | Type | Additional information |
---|---|---|---|
contentTypes | Collection of Enums.ContentType |
Required |
|
startIndex | integer |
Required |
|
endIndex | integer |
Required |
|
companyID |
Filter Products by CompanyID |
integer |
None. |
projectIds |
Filter Products by IDs |
Collection of integer |
None. |
Request Formats
{ "contentTypes": [ "fluxDVD", "fluxDVD" ], "startIndex": 1, "endIndex": 2, "companyID": 3, "projectIds": [ 1, 2 ] }
Response Information
Resource Description
Collection of API.Models.MyContentName | Description | Type | Additional information |
---|---|---|---|
ProjectID | integer |
None. |
|
LongProjectID | string |
None. |
|
Title | string |
None. |
|
Description | string |
None. |
|
ContentType | Enums.ContentType |
None. |
|
PictureURL | string |
None. |
|
ReleaseDate | date |
None. |
|
OrderDate | date |
None. |
|
DRM | boolean |
None. |
|
ShopID | integer |
None. |
|
OrderLicenseType | Enums.OrderLicenseType |
None. |
|
Categories | Collection of API.Models.Category |
None. |
|
ContentModifiedDate | date |
None. |
|
AutoUpdate | integer |
None. |
|
CompanyID | integer |
None. |
|
ParentID | integer |
None. |
|
Watermark | boolean |
None. |
|
Attachments | integer |
None. |
|
HD | boolean |
None. |
|
Comment | string |
None. |
|
Tagging | API.Models.Tagging |
None. |
Response Formats
[ { "Tagging": { "Year": "sample string 1", "Chapters": "sample string 2", "Runtime": "sample string 3", "Album": "sample string 4", "Entries": [ { "Type": "sample string 1", "Name": "sample string 2", "Role": "sample string 3" }, { "Type": "sample string 1", "Name": "sample string 2", "Role": "sample string 3" } ], "Genres": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "Studios": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "ChapterDetails": [ { "Name": "sample string 1", "Runtime": 2 }, { "Name": "sample string 1", "Runtime": 2 } ] }, "ProjectID": 1, "LongProjectID": "sample string 2", "Title": "sample string 3", "Description": "sample string 4", "ContentType": "fluxDVD", "PictureURL": "sample string 5", "ReleaseDate": "2024-12-27T03:35:16.9346364+01:00", "OrderDate": "2024-12-27T03:35:16.9346364+01:00", "DRM": true, "ShopID": 8, "OrderLicenseType": "Unknown", "Categories": [], "ContentModifiedDate": "2024-12-27T03:35:16.9346364+01:00", "AutoUpdate": 10, "CompanyID": 11, "ParentID": 12, "Watermark": true, "Attachments": 14, "HD": true, "Comment": "sample string 16" }, { "Tagging": { "Year": "sample string 1", "Chapters": "sample string 2", "Runtime": "sample string 3", "Album": "sample string 4", "Entries": [ { "Type": "sample string 1", "Name": "sample string 2", "Role": "sample string 3" }, { "Type": "sample string 1", "Name": "sample string 2", "Role": "sample string 3" } ], "Genres": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "Studios": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "ChapterDetails": [ { "Name": "sample string 1", "Runtime": 2 }, { "Name": "sample string 1", "Runtime": 2 } ] }, "ProjectID": 1, "LongProjectID": "sample string 2", "Title": "sample string 3", "Description": "sample string 4", "ContentType": "fluxDVD", "PictureURL": "sample string 5", "ReleaseDate": "2024-12-27T03:35:16.9346364+01:00", "OrderDate": "2024-12-27T03:35:16.9346364+01:00", "DRM": true, "ShopID": 8, "OrderLicenseType": "Unknown", "Categories": [], "ContentModifiedDate": "2024-12-27T03:35:16.9346364+01:00", "AutoUpdate": 10, "CompanyID": 11, "ParentID": 12, "Watermark": true, "Attachments": 14, "HD": true, "Comment": "sample string 16" } ]