Get a list of publishing destinations

get/destinations
Internal-Use Only

Returns a list of publishing destinations.

Request Samples

1

Response Samples

1{
2 "name": "string",
3 "start": 0,
4 "limit": 0,
5 "count": 0,
6 "accept": "string",
7 "links": [
8 {
9 "method": "string",
10 "rel": "string",
11 "uri": "string",
12 "href": "string",
13 "title": "string",
14 "type": "string",
15 "itemType": "string",
16 "responseType": "string",
17 "responseItemType": "string"
18 }
19 ],
20 "version": 0,
21 "items": [
22 {
23 "name": "string",
24 "casServerName": "string",
25 "casLibrary": "string",
26 "description": "string",
27 "destinationTable": "string",
28 "destinationType": "string",
29 "databaseCasLibrary": "string",
30 "user": "string",
31 "hdfsDirectory": "string",
32 "configurationDirectory": "string",
33 "authenticationDomain": "string",
34 "masUri": "string",
35 "links": [
36 {
37 "method": "string",
38 "rel": "string",
39 "uri": "string",
40 "href": "string",
41 "title": "string",
42 "type": "string",
43 "itemType": "string",
44 "responseType": "string",
45 "responseItemType": "string"
46 }
47 ],
48 "createdBy": "string",
49 "creationTimeStamp": "2019-08-24T14:15:22Z",
50 "modifiedBy": "string",
51 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
52 "version": 1
53 }
54 ]
55}

Query Parameters

NameTypeRequiredDescription
filter
string
false

The criteria for filtering the publishing destinations. See Filtering in REST APIs.

limit
integer<int32>
false

The maximum number of publishing destinations to return.

Default:
100
sortBy
string
false

The criteria for sorting the publishing destinations. See Sorting in REST APIs.

start
integer<int64>
false

The index of the first publishing destination to return.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema