---
title: "Get a list of Client Destinations"
method: GET
path: "/odata/v1/Destination"
tags: ["Destination"]
---

# Get a list of Client Destinations

`GET /odata/v1/Destination`

## Query parameters

- `$select` string
- `$count` boolean
- `$filter` string
- `$top` string
- `$skip` string
- `$orderby` string

## Response `200`

OK

- DDFInfrastructureSwaggerExampleModelsODataListResponse1DDFCoreEntitiesDestinationDDFCoreVersion1000CultureNeutralPublicKeyTokenNull
  - `@odata.context` string, nullable
  - `value` DDFCoreEntitiesDestination[], 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.
  - `@odata.nextLink` string, nullable

## 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)
