POST api/Profiles/{uploaderID}/ProfileLikesCount?UserID={UserID}&talentcode={talentcode}&sortby={sortby}&offset={offset}&limit={limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
Required |
|
| uploaderID | integer |
None. |
|
| talentcode | string |
Default value is |
|
| sortby | string |
Default value is |
|
| offset | integer |
Default value is 0 |
|
| limit | integer |
Default value is 20 |
Body Parameters
None.
Response Information
Resource Description
StarAPIPaginatedResponseOfIEnumerableOfEntryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| TotalPofileVideosCount | integer |
None. |
|
| Status | string |
None. |
|
| Result | Collection of EntryDTO |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.