Get a reference data domain or value list

get/domains/{domainId}

Returns information about the domain or value list. The creation user ID and time stamp of the domain or value list cannot be changed. The user ID and modification time stamp changes when information about the domain or value list changes or when a child resource of the domain or value list changes.

Request Samples

1

Response Samples

1{
2 "resourceUri": "/referenceData/domains/a15879f1-c5aa-4ba7-8152-a883c9b868ae",
3 "sasType": "referenceDataDomain",
4 "properties": [
5 {
6 "name": "creationTimeStamp",
7 "value": "2022-02-26T00:55:27.420000Z"
8 },
9 {
10 "name": "creationTimeStamp",
11 "value": "2022-02-26T00:55:27.420000Z"
12 },
13 {
14 "name": "modifiedTimeStamp",
15 "value": "2022-02-26T00:55:27.669000Z"
16 },
17 {
18 "name": "createdBy",
19 "value": "siduser"
20 },
21 {
22 "name": "modifiedBy",
23 "value": "siduser"
24 }
25 ]
26}

Path Parameters

NameTypeRequiredDescription
domainId
string
true

The identifier of a domain or value list.

Header Parameters

NameTypeRequiredDescription
Accept
string
true

Selects the desired item representation.

Allowed value:
application/vnd.sas.search.indexable.data+json

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No domain exists at the requested path.

Schema