Get location item
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
itemId |
Location item id |
integer |
Required |
accountid |
Premium account id. Include it if you have the ability to create Premium (multi-user) accounts. |
globally unique identifier |
Optional |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | ApiLocationSetItem |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": { "Id": 1, "Name": "Main location", "Address": "555 Republic Dr.", "City": "Plano", "Zip": "75074", "State": "TX", "Country": "USA", "Phone": "972 999 9999", "Description": "Located just north of downtown", "Latitude": "33.031252", "Longitude": "-96.705198" }, "Success": true, "Messages": [] }