This API operation returns a user's recent directcam shows history.
GET
/v1/directcam/GetRecentDirectcamShows
Property | Type | Description |
---|---|---|
DayBefore |
integer | The amount of days to search back starting at today. 1 will include yesterday. |
IsOnline |
boolean | If true this will only return currently online members. |
ChatOnly |
boolean | If true this will only return members that will only chat via DirectCam. |
PageSize |
integer | Sets the number of results on each page of the result set. Accepts values from 1 to 100 . Default is 100 . |
PageNumber |
integer | Returns a specific page in the result set. Accepts values from 1 onwards. |
Parameters can be passed to this operation using the HTTP GET method with the input model as a querystring.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the Authorization token. More information can be found in the overview section.
This endpoint has the following optional headers:
Headers | Value | |
---|---|---|
X-MaskImages |
1 |
What's this? |
An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.
This endpoint does not require any additional scopes.
Property | Type | Description |
---|---|---|
PageNumber |
integer | Represents the current page number. |
PageCount |
integer | Represents the total number of pages in the result set. |
PageSize |
integer | Represents how many recent directcam objects are listed on each page. |
DirectCamShowTotal |
integer | Represents the total number of directcam objects in the result set. |
DirectCamProfiles |
Array of aws:DirectCamProfile | The directcam profile data. |
The following example shows a sample returned by the API.