v1

latestOpenAPI 3.0.4MIT2026-08-0417157271.9 KB
Destination

Get a list of Client Destinations

get/odata/v1/Destination

Query parameters

$selectstring

Selects which properties to include in the response.

$countboolean

Return, along with the results, the total number of records in the dataset. NOTE: There is a performance cost with this query option.

$filterstring

Filters the results, based on a Boolean condition.

$topstring

Returns only the first n results.

$skipstring

Skips the first n results.

$orderbystring

Sorts the results.

Response

OK

@odata.contextstring nullable
@odata.nextLinkstring nullable

Example response

{
  "@odata.context": "https://localhost:7051/odata/v1/$metadata#DDF.Core.Entities.Destination",
  "@odata.nextLink": "https://localhost:7051/odata/v1/DDF.Core.Entities.Destination?skip=1"
}