Skip to main content

ScopeStatsRequest

Request payload for retrieving scope statistics

connectionCodestringrequired

Connection code to filter statistics by

providerCodestring

Optional provider code filter

contentTypestring

Optional content type filter

Possible values: [hotel, destination, board, category, room, metadata]

startDatestring<date>

Optional start date (YYYY-MM-DD) for date range filtering

endDatestring<date>

Optional end date (YYYY-MM-DD) for date range filtering

limitinteger

Maximum number of records to return

Default value: 100
ScopeStatsRequest
{
"connectionCode": "string",
"providerCode": "string",
"contentType": "hotel",
"startDate": "2024-07-29",
"endDate": "2024-07-29",
"limit": 100
}