> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itspropel.com/llms.txt.
> For full documentation content, see https://docs.itspropel.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itspropel.com/_mcp/server.

# Get Specific Location

GET https://crm/customers/%7Bcustomer_id%7D/locations/%7Bcustomer_location_id%7D

Retrieve detailed information for a specific customer location including all associated services, contacts, and equipment. Use the include parameter to load related data in a single request.

Reference: https://docs.itspropel.com/propel-biz/05-crm/customers/customer-location-management/get-specific-location

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: PropelBiz
  version: 1.0.0
paths:
  /crm/customers/%7Bcustomer_id%7D/locations/%7Bcustomer_location_id%7D:
    get:
      operationId: get-specific-location
      summary: Get Specific Location
      description: >-
        Retrieve detailed information for a specific customer location including
        all associated services, contacts, and equipment. Use the include
        parameter to load related data in a single request.
      tags:
        - >-
          subpackage_05Crm.subpackage_05Crm/customers.subpackage_05Crm/customers/customerLocationManagement
      parameters:
        - name: include
          in: query
          description: >-
            Optional: Include related data
            (services,contacts,equipment,service_history)
          required: false
          schema:
            type: string
        - name: '{{tenant_key_name}}'
          in: header
          required: false
          schema:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/05 CRM_Customers_Customer Location
                  Management_Get Specific Location_Response_200
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/GetCrmCustomers%7bcustomer_id%7dLocations%7bcustomer_location_id%7dRequestNotFoundError
servers:
  - url: https:/
components:
  schemas:
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataAudit:
      type: object
      properties:
        created_at:
          type: string
          format: date-time
        created_by:
          type: integer
        deleted_at:
          description: Any type
        updated_at:
          type: string
          format: date-time
        updated_by:
          type: integer
      required:
        - created_at
        - created_by
        - updated_at
        - updated_by
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataAudit
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataFlags:
      type: object
      properties:
        is_billing_address:
          type: boolean
        is_primary_location:
          type: boolean
      required:
        - is_billing_address
        - is_primary_location
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataFlags
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataAccess:
      type: object
      properties:
        gate_code:
          description: Any type
        instructions:
          type: string
        lockbox_code:
          description: Any type
        parking_instructions:
          type: string
      required:
        - instructions
        - parking_instructions
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataAccess
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataAddress:
      type: object
      properties:
        city:
          type: string
        state:
          type: string
        county:
          description: Any type
        line_1:
          type: string
        line_2:
          type: string
        country:
          type: string
        postal_code:
          type: string
      required:
        - city
        - state
        - line_1
        - line_2
        - country
        - postal_code
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataAddress
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataService:
      type: object
      properties:
        area:
          description: Any type
        zone:
          description: Any type
        zone_id:
          description: Any type
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataService
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataCustomer:
      type: object
      properties:
        id:
          type: integer
        display_name:
          type: string
        business_name:
          description: Any type
        customer_type:
          type: string
      required:
        - id
        - display_name
        - customer_type
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataCustomer
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataProperty:
      type: object
      properties:
        type:
          description: Any type
        is_owned:
          type: boolean
        lot_size:
          description: Any type
        occupancy_type:
          type: string
        square_footage:
          description: Any type
      required:
        - is_owned
        - occupancy_type
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataProperty
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataSeasonal:
      type: object
      properties:
        end_date:
          description: Any type
        is_active:
          description: Any type
        start_date:
          description: Any type
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataSeasonal
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataConditions:
      type: object
      properties:
        dog_on_premises:
          type: boolean
        special_hazards:
          description: Any type
      required:
        - dog_on_premises
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataConditions
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataCoordinates:
      type: object
      properties:
        latitude:
          type: number
          format: double
        longitude:
          type: number
          format: double
      required:
        - latitude
        - longitude
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataCoordinates
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataCreatedByUser:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
        email:
          type: string
          format: email
      required:
        - id
        - name
        - email
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataCreatedByUser
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataUpdatedByUser:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
        email:
          type: string
          format: email
      required:
        - id
        - name
        - email
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataUpdatedByUser
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaData:
      type: object
      properties:
        id:
          type: string
          format: uuid
        audit:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataAudit
        flags:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataFlags
        access:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataAccess
        status:
          type: string
        address:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataAddress
        service:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataService
        customer:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataCustomer
        property:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataProperty
        seasonal:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataSeasonal
        conditions:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataConditions
        coordinates:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataCoordinates
        customer_id:
          type: string
          format: uuid
        location_code:
          description: Any type
        location_name:
          description: Any type
        location_type:
          type: string
        contacts_count:
          type: integer
        services_count:
          type: integer
        created_by_user:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataCreatedByUser
        updated_by_user:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaDataUpdatedByUser
        work_orders_count:
          type: integer
        customer_projects_count:
          type: integer
      required:
        - id
        - audit
        - flags
        - access
        - status
        - address
        - service
        - customer
        - property
        - seasonal
        - conditions
        - coordinates
        - customer_id
        - location_type
        - contacts_count
        - services_count
        - created_by_user
        - updated_by_user
        - work_orders_count
        - customer_projects_count
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaData
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaMeta:
      type: object
      properties:
        type:
          type: string
        version:
          type: string
        generated_at:
          type: string
          format: date-time
      required:
        - type
        - version
        - generated_at
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaMeta
    05 CRM_Customers_Customer Location Management_Get Specific Location_Response_200:
      type: object
      properties:
        data:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaData
        meta:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaMeta
      required:
        - data
        - meta
      title: >-
        05 CRM_Customers_Customer Location Management_Get Specific
        Location_Response_200
    CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaErrorsItems:
      type: object
      properties:
        title:
          type: string
        detail:
          type: string
        status:
          type: string
      required:
        - title
        - detail
        - status
      title: >-
        CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaErrorsItems
    GetCrmCustomers%7bcustomer_id%7dLocations%7bcustomer_location_id%7dRequestNotFoundError:
      type: object
      properties:
        errors:
          type: array
          items:
            $ref: >-
              #/components/schemas/CrmCustomers7BcustomerId7DLocations7BcustomerLocationId7DGetResponsesContentApplicationJsonSchemaErrorsItems
      required:
        - errors
      title: >-
        GetCrmCustomers%7bcustomer_id%7dLocations%7bcustomer_location_id%7dRequestNotFoundError

```

## SDK Code Examples

```python 05 CRM_Customers_Customer Location Management_Get Specific Location_example
import requests

url = "https://https/crm/customers/%7Bcustomer_id%7D/locations/%7Bcustomer_location_id%7D"

querystring = {"include":"services,contacts,equipment"}

headers = {"{{tenant_key_name}}": "{{tenant_key_value1}}|{{tenant_key_value2}}"}

response = requests.get(url, headers=headers, params=querystring)

print(response.json())
```

```javascript 05 CRM_Customers_Customer Location Management_Get Specific Location_example
const url = 'https://https/crm/customers/%7Bcustomer_id%7D/locations/%7Bcustomer_location_id%7D?include=services%2Ccontacts%2Cequipment';
const options = {
  method: 'GET',
  headers: {'{{tenant_key_name}}': '{{tenant_key_value1}}|{{tenant_key_value2}}'}
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 05 CRM_Customers_Customer Location Management_Get Specific Location_example
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://https/crm/customers/%7Bcustomer_id%7D/locations/%7Bcustomer_location_id%7D?include=services%2Ccontacts%2Cequipment"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("{{tenant_key_name}}", "{{tenant_key_value1}}|{{tenant_key_value2}}")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 05 CRM_Customers_Customer Location Management_Get Specific Location_example
require 'uri'
require 'net/http'

url = URI("https://https/crm/customers/%7Bcustomer_id%7D/locations/%7Bcustomer_location_id%7D?include=services%2Ccontacts%2Cequipment")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["{{tenant_key_name}}"] = '{{tenant_key_value1}}|{{tenant_key_value2}}'

response = http.request(request)
puts response.read_body
```

```java 05 CRM_Customers_Customer Location Management_Get Specific Location_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://https/crm/customers/%7Bcustomer_id%7D/locations/%7Bcustomer_location_id%7D?include=services%2Ccontacts%2Cequipment")
  .header("{{tenant_key_name}}", "{{tenant_key_value1}}|{{tenant_key_value2}}")
  .asString();
```

```php 05 CRM_Customers_Customer Location Management_Get Specific Location_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://https/crm/customers/%7Bcustomer_id%7D/locations/%7Bcustomer_location_id%7D?include=services%2Ccontacts%2Cequipment', [
  'headers' => [
    '{{tenant_key_name}}' => '{{tenant_key_value1}}|{{tenant_key_value2}}',
  ],
]);

echo $response->getBody();
```

```csharp 05 CRM_Customers_Customer Location Management_Get Specific Location_example
using RestSharp;

var client = new RestClient("https://https/crm/customers/%7Bcustomer_id%7D/locations/%7Bcustomer_location_id%7D?include=services%2Ccontacts%2Cequipment");
var request = new RestRequest(Method.GET);
request.AddHeader("{{tenant_key_name}}", "{{tenant_key_value1}}|{{tenant_key_value2}}");
IRestResponse response = client.Execute(request);
```

```swift 05 CRM_Customers_Customer Location Management_Get Specific Location_example
import Foundation

let headers = ["{{tenant_key_name}}": "{{tenant_key_value1}}|{{tenant_key_value2}}"]

let request = NSMutableURLRequest(url: NSURL(string: "https://https/crm/customers/%7Bcustomer_id%7D/locations/%7Bcustomer_location_id%7D?include=services%2Ccontacts%2Cequipment")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```