GET api/Contents?contentType={contentType}&offset={offset}&limit={limit}
return all topics with content filtered by contentType
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contentType | integer |
None. |
|
offset | integer |
Default value is 0 |
|
limit | integer |
Default value is 50 |
Body Parameters
None.
Response Information
Resource Description
Collection of ContentTopicDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ImageURL | string |
None. |
|
OrderIndex | integer |
None. |
|
IntendedFor | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Name": "sample string 2", "Description": "sample string 3", "ImageURL": "sample string 4", "OrderIndex": 1, "IntendedFor": 5 }, { "Id": 1, "Name": "sample string 2", "Description": "sample string 3", "ImageURL": "sample string 4", "OrderIndex": 1, "IntendedFor": 5 } ]