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