---
title: "Get a single Client Destination by DestinationId"
method: GET
path: "/odata/v1/Destination/{DestinationKey}"
tags: ["Destination"]
---

# Get a single Client Destination by DestinationId

`GET /odata/v1/Destination/{DestinationKey}`

Both methods are valid and return the same result: a single Destination entity identified by its unique DestinationId.
The path-style is more intuitive and commonly used in RESTful APIs.
The function-style follows OData conventions and may be required in certain query contexts (e.g., when the key contains special characters or is not a simple numeric ID).

<b>Path-style access: </b>```/odata/v1/Destination/{DestinationKey}```

<b>Example: </b>```/odata/v1/Destination/1301```

<b>Function-style access: </b>```/odata/v1/Destination({DestinationKey})```

<b>Example: </b>```/odata/v1/Destination(1301)```

## Path parameters

- `DestinationKey` string, required

## Query parameters

- `$select` string

## Response `200`

OK (DDF.Core.Entities.Destination object)

- DDFInfrastructureSwaggerExampleModelsODataSingleResponse1DDFCoreEntitiesDestinationDDFCoreVersion1000CultureNeutralPublicKeyTokenNull
  - `@odata.context` string, nullable
  - `DestinationId` integer — A unique identifier for this record.
  - `DestinationName` string, nullable — The name of the destination.
  - `DestinationUrl` string, nullable — The URL to the destination referenced by this record.
  - `DestinationType` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13, nullable — The type of destination. i.e. Technology Provider, Partner, etc.
  - `DestinationStatus` 1 | 2 | 3, nullable — The status of the destination. i.e. Active, Inactive, Suspended
  - `MemberFirstName` string, nullable — The first name of the member.
  - `MemberLastName` string, nullable — The last name of the member.
  - `MemberKey` string, nullable — The unique identifier (MemberKey) of the member who owns the destination.
  - `OriginalEntryTimestamp` string, date-time, nullable — Date/time the destination record was originally input into the source system (in Zulu time (UTC)).
  - `ModificationTimestamp` string, date-time, nullable — Date/time the destination record was last modified (in Zulu time (UTC)).
  - `FullNSP` boolean — A flag indicating that if the destination is Full NSP.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/realtor/apis/realtor-ca-ddf-web-api-documentation.md) · [All operations](https://skmtc.net/realtor/apis/realtor-ca-ddf-web-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/realtor/realtor-ca-ddf-web-api-documentation/versions/17c9ffddac21/schema)
