GET api/Contents/LatestContentPaginated?offset={offset}&limit={limit}&authorUserId={authorUserId}&authorName={authorName}
get all content visible to the current user paginated
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| offset | integer |
Default value is 0 |
|
| limit | integer |
Default value is 50 |
|
| authorUserId | string |
Default value is |
|
| authorName | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of ContentDTO| Name | 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: