Resource information
URL | https://api.statscore.com/v2/mapped-events | |
---|---|---|
Method | GET | |
Description | Returns a list of events booked and mapped by the client for the selected product. | |
Cache | 300 seconds (5 min.) | |
Authorization required | Yes
|
Method parameters
Name | Type | Description | There are no method parameters in this resource|
---|---|---|---|
|
Query parameters
Name | Type | Description | ||
---|---|---|---|---|
token | xsd:string | REQUIRED. There is more information concerning authorization in the API introduction section | ||
product | xsd:string | REQUIRED. Determines the product in which given events were booked. Possible values:
| ||
client_id | xsd:int | Assigned by the API administrator | client_event_id | xsd:string |
Determines if client's event identifier is mapped with the STATSCORE event. Values could be separated by a comma (e.g. 123,234,321). If client's event is not mapped proper message will be returned.mapped_status | xsd:string | Determines if events are mapped with client_event_id. Possible values:
| ||
booked | xsd:string | Determines if events are booked for you. Possible values:
| ||
multi_ids | xsd:string | List of events identifiers separated by a comma (e.g. 123,234,321) for which you want to get the event's details (Up to 100 ids) | ||
lang | xsd:string | Determines language for the output data | ||
page | xsd:int | Determines offset of paginated data. The default value is 1 which means the first page | ||
limit | xsd:int | Determines the maximum number of returned records on the page. Used in paginated data. Default value is 500. Possible values: 5, 10, 25, 50, 100, 250, 500 |
...