GET private-locations
Retrieves a list of private locations for the current customer.
Request example
curl --request GET "https://api-asm1.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[ { "access_group": "36501aae-b8e8-45c7-802e-c5ecf63a3922", "private_locations": [ { "private_location_id": "e1ad9c9d-20db-40bc-bec0-c97b5a45fbf2", "enabled": true, "geoloc": "sample string 3", "customer_guid": "19fc8fd4-2c40-4e8b-87ad-52a56a61d1c8" }, { "private_location_id": "c9a13861-f266-4f88-b30f-7fd23f95f321", "enabled": true, "geoloc": "sample string 3", "customer_guid": "5d8e4d07-100e-426a-aef2-e7ba887cf706" }, { "private_location_id": "93338c1f-be08-4c71-a83f-b16f3736598e", "enabled": true, "geoloc": "sample string 3", "customer_guid": "a28178f6-c49f-4b30-9cba-66c3190f7727" } ] }, { "access_group": "f9b51a0b-5c95-4b47-987e-77bc92aa547b", "private_locations": [ { "private_location_id": "93338c1f-be08-4c71-a83f-b16f3736598e", "enabled": true, "geoloc": "sample string 3", "customer_guid": "a28178f6-c49f-4b30-9cba-66c3190f7727" }, { "private_location_id": "c9a13861-f266-4f88-b30f-7fd23f95f321", "enabled": true, "geoloc": "sample string 3", "customer_guid": "5d8e4d07-100e-426a-aef2-e7ba887cf706" }, { "private_location_id": "93338c1f-be08-4c71-a83f-b16f3736598e", "enabled": true, "geoloc": "sample string 3", "customer_guid": "a28178f6-c49f-4b30-9cba-66c3190f7727" } ] }, { "access_group": "9f5707a4-7ece-48fb-a040-7c7e85b8bf1e", "private_locations": [ { "private_location_id": "e1ad9c9d-20db-40bc-bec0-c97b5a45fbf2", "enabled": true, "geoloc": "sample string 3", "customer_guid": "19fc8fd4-2c40-4e8b-87ad-52a56a61d1c8" }, { "private_location_id": "c9a13861-f266-4f88-b30f-7fd23f95f321", "enabled": true, "geoloc": "sample string 3", "customer_guid": "5d8e4d07-100e-426a-aef2-e7ba887cf706" }, { "private_location_id": "e1ad9c9d-20db-40bc-bec0-c97b5a45fbf2", "enabled": true, "geoloc": "sample string 3", "customer_guid": "19fc8fd4-2c40-4e8b-87ad-52a56a61d1c8" } ] } ]
Name | Type | Description |
---|---|---|
AccessGroup | Guid |
Unique identifier for the access group associated with the private locations. |
PrivateLocations | Object |
A list of private location details. |
PrivateLocationId | Guid |
Unique identifier for the private location. |
Enabled | Boolean |
Indicates whether the private location is enabled. |
Geoloc | String |
Geographical location of the private location. |
CustomerGuid | Guid |
Customer identifier associated with the private location. |