GET api/event/entry/starredUsers?entryID={entryID}&offset={offset}&limit={limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entryID | integer |
Required |
|
| offset | integer |
Default value is 0 |
|
| limit | integer |
Default value is 20 |
Body Parameters
None.
Response Information
Resource Description
StarAPIPaginatedResponseOfIEnumerableOfUserDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| TotalPofileVideosCount | integer |
None. |
|
| Status | string |
None. |
|
| Result | Collection of UserDTO |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.