Place Events
These apps are used to retrieve events that will display data on a city(destination) level given the meeting dates.
When is Troop calling my endpoint?
Troop will query your endpoint when a user clicks on the About tab of a destination, once a destination from your meeting has been analyzed. The options returned by your endpoint will be listed below the basic information of the destination. The start and end dates used in the request will be the same ones from your meeting.
JSON Payload
The JSON payload must accept the following fields:
Field | Description | Required | Type | Example |
---|---|---|---|---|
| The start date. | true | Date string |
|
| The end date. | true | Date string |
|
| The search radius. | true | Integer |
|
| The country name. | true | String |
|
| The city name. | true | String |
|
Example:
JSON Response
The response payload must be similar to the following:
Last updated