Get List of Destinations
Requests
GET /api/destinations
cookie: sessionID: [Session ID]
Parameters
N/A
Response
{
"data": { [
<Array of Destinations Objects>
]},
"numPages": 1,
"numResults": 3
}
Name | Type | Description |
|---|---|---|
data | object | Data object, including destinations objects (see Destinations Object Model for definition). |
numPages | number | Number of pages of destinations. See the above tip on using the numPages attribute. |
numResults | number | Number of available destinations. |