GET api/event/{eventID}/entries?talent={talent}&onlyIfRanked={onlyIfRanked}&sortby={sortby}&offset={offset}&limit={limit}&includeStarredUsers={includeStarredUsers}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventID | string |
Default value is |
|
| talent | string |
Default value is |
|
| onlyIfRanked | boolean |
Default value is False |
|
| sortby | string |
Default value is |
|
| offset | integer |
Default value is 0 |
|
| limit | integer |
Default value is 20 |
|
| includeStarredUsers | boolean |
Default value is False |
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.