GET api/Contents/ContentByTopic?contentTopicId={contentTopicId}&offset={offset}&limit={limit}
get latest content filtered by topic
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contentTopicId | integer |
Required |
|
offset | integer |
Default value is 0 |
|
limit | integer |
Default value is 50 |
Body Parameters
None.
Response Information
Resource Description
Collection of ContentDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Title | string |
None. |
|
Type | ContentType |
None. |
|
TypeTitle | string |
None. |
|
MainImage | string |
None. |
|
MainVideoURL | string |
None. |
|
ShortDescription | string |
None. |
|
Description | string |
None. |
|
CreatedOn | date |
None. |
|
LastModified | date |
None. |
|
Visibility | ContentVisibility |
None. |
|
ContentTopic | ContentTopicDTO |
None. |
|
PublishedDateTime | date |
None. |
|
AuthorName | string |
None. |
|
AuthorRole | string |
None. |
|
AuthorLogo | string |
None. |
|
AuthorFirstName | string |
None. |
|
AuthorLastName | string |
None. |
|
AuthorIsComunityExpert | boolean |
None. |
|
Tags | Collection of TagDTO |
None. |
|
MemberTypes | Collection of AspNetRole |
None. |
|
PendingReviewStatus | ContentPendingReviewStatus |
None. |
|
VisibleForPartners | Collection of GenericSimpleNameValueStringDTO |
None. |
Response Formats
application/json
Sample:
text/json
Sample: