Get a list of locations to see the details of that list and the locations within it.
cURL
curl --request POST \ --url https://api.addressy.com/LocationServices/LocationManagement/GetLists/v1.10/json6.ws \ --header 'Content-Type: application/json' \ --data '{ "Key": "<string>", "listId": "<string>" }'
200
example
[ { "ListId": "<string>", "ListName": "<string>", "LatestRelatedListId": "<string>", "IsErrorList": true, "ListDescription": "<string>", "Locations": [ { "Id": "<string>", "Name": "<string>", "Description": "<string>", "Address": "<string>", "Country": "<string>", "Latitude": "<string>", "Longitude": "<string>", "MetaInfo": {}, "UnstructuredMetaInfo": {}, "OpeningHours": { "Monday": { "Open": "<string>", "Close": "<string>", "Information": "<string>" }, "Tuesday": { "Open": "<string>", "Close": "<string>", "Information": "<string>" }, "Wednesday": { "Open": "<string>", "Close": "<string>", "Information": "<string>" }, "Thursday": { "Open": "<string>", "Close": "<string>", "Information": "<string>" }, "Friday": { "Open": "<string>", "Close": "<string>", "Information": "<string>" }, "Saturday": { "Open": "<string>", "Close": "<string>", "Information": "<string>" }, "Sunday": { "Open": "<string>", "Close": "<string>", "Information": "<string>" } } } ], "CreatedOn": "2023-11-07T05:31:56Z", "LastModifiedOn": "2023-11-07T05:31:56Z" }]
Success
The response is of type ListOfExternalEndpointResponseItem · object[].
ListOfExternalEndpointResponseItem · object[]
Was this page helpful?