Gets the provider

get/providers/{providerId}
Internal-Use Only

Returns information about a single provider based on its unique ID.

Request Samples

1

Response Samples

1{
2 "id": "cas",
3 "apiVersion": 2,
4 "usesSessions": true,
5 "sourceDefinitionsSupport": "none",
6 "version": 2,
7 "links": [
8 {
9 "method": "GET",
10 "rel": "self",
11 "href": "/dataSources/providers/cas",
12 "uri": "/dataSources/providers/cas",
13 "type": "application/vnd.sas.data.provider"
14 },
15 {
16 "method": "GET",
17 "rel": "alternate",
18 "href": "/dataSources/providers/cas",
19 "uri": "/dataSources/providers/cas",
20 "type": "application/vnd.sas.data.provider.summary"
21 },
22 {
23 "method": "GET",
24 "rel": "up",
25 "href": "/dataSources/providers",
26 "uri": "/dataSources/providers",
27 "type": "application/vnd.sas.collection",
28 "itemType": "application/vnd.sas.data.provider.summary"
29 },
30 {
31 "method": "GET",
32 "rel": "dataSources",
33 "href": "/dataSources/providers/cas/sources",
34 "uri": "/dataSources/providers/cas/sources",
35 "type": "application/vnd.sas.collection",
36 "itemType": "application/vnd.sas.data.source"
37 }
38 ]
39}

Path Parameters

NameTypeRequiredDescription
providerId
string
true

The ID for the provider.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
404Not FoundNo provider exists at the requested path.Schema