List of Continents
GET {{location_url}}/continents
Retrieve a list of continents
You can retrieve all of the continents available for geo targeting by sending this GET request.
The continent ids returned in the response body can be used to define fields within the following Campaign Service requests:
-
POSTNew LI -geography(DTO)
RESPONSES
status: OK
{"totalNum":7,"data":[{"id":"1","resourceType":"continent","name":"North America"},{"id":"2","resourceType":"continent","name":"South America"},{"id":"3","resourceType":"continent","name":"Europe"},{"id":"4","resourceType":"continent","name":"Asia"},{"id":"6","resourceType":"continent","name":"Australia"},{"id":"5","resourceType":"continent","name":"Africa"},{"id":"7","resourceType":"continent","name":"Antarctica"}],"errors":[]}