GET events/trending?talent={talent}&adultType={adultType}&offset={offset}&limit={limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| talent | string |
Default value is |
|
| adultType | string |
Default value is |
|
| offset | integer |
Default value is 0 |
|
| limit | integer |
Default value is 20 |
Body Parameters
None.
Response Information
Resource Description
Collection of TopRankEventDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Entries | Collection of EntryDTO |
None. |
|
| EventID | globally unique identifier |
None. |
|
| Title | string |
None. |
|
| Code | string |
None. |
|
| CoverPhotoURL | string |
None. |
|
| CoverVideoURL | string |
None. |
|
| EntriesCount | integer |
None. |
|
| EntryDueDate | date |
None. |
|
| EndDate | date |
None. |
|
| LeastPrizeAmount | decimal number |
None. |
|
| CurrencyLeastPrizeAmount | decimal number |
None. |
|
| Language | string |
None. |
|
| Country | string |
None. |
|
| AdultTypeCode | string |
None. |
|
| StartDate | date |
None. |
|
| Talent | string |
None. |
|
| TalentCode | string |
None. |
|
| AcceptEntries | boolean |
None. |
|
| Blocked | boolean |
None. |
|
| UserCurrencyCode | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.