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.
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}
Name | Type | Required | Description |
---|---|---|---|
domainId | string | true | The identifier of a domain or value list. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No domain exists at the requested path. | Schema |