Retrieve details for a single saved location identified by location_id.
access_token OAuth 2.0 Access Token
In: query
Location ID
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/locations/0"{
"address1": "123 Main St",
"address2": "Suite 100",
"city": "Minneapolis",
"state": "MN",
"zip": 90210,
"country": "USA",
"id": 123,
"name": "Sample Name",
"company": {
"id": 123,
"name": "Sample Name"
},
"display_name": "string_value",
"type": {
"id": 123,
"name": "Sample Name"
},
"contact": {
"name": "Sample Name",
"phone": "555-0199",
"phone_ext": "string_value",
"email": "user@fieldnation.com"
},
"group": {
"id": 123,
"name": "Sample Name"
},
"active": true,
"location_notes": "string_value",
"client": {
"id": 123,
"name": "Sample Name"
},
"geo": {
"latitude": 44.9778,
"longitude": -93.265
},
"time_zone": {
"name": "Sample Name",
"id": 123,
"offset": 0
},
"notes": [],
"actions": [],
"workorders": {
"actions": [],
"metadata": {
"total": 100,
"page": 0,
"pages": 5,
"per_page": 20,
"columns": "string_value",
"view": "string_value",
"sort": "string_value",
"order": "string_value",
"list": "string_value"
},
"params": [],
"lists": [],
"tags": [],
"custom_fields": [],
"search_text": "string_value",
"correlation_id": "string_value",
"saved_filters": {
"filter_id": "string_value",
"template": "string_value",
"user_id": "string_value",
"filters": []
},
"results": []
}
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
Last updated on
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/locations/0"