Get all reference data domains
get/domains
Returns a collection of information about each domain.
1{2 "name": "domains",3 "start": 0,4 "count": 2,5 "items": [6 {7 "resourceUri": "/referenceData/domains/a15879f1-c5aa-4ba7-8152-a883c9b868ae",8 "sasType": "referenceDataDomain",9 "properties": [10 {11 "name": "creationTimeStamp",12 "value": "2022-02-26T00:55:27.420000Z"13 },14 {15 "name": "creationTimeStamp",16 "value": "2022-02-26T00:55:27.420000Z"17 },18 {19 "name": "modifiedTimeStamp",20 "value": "2022-02-26T00:55:27.669000Z"21 },22 {23 "name": "createdBy",24 "value": "siduser"25 },26 {27 "name": "modifiedBy",28 "value": "siduser"29 }30 ]31 },32 {33 "resourceUri": "/referenceData/domains/f8600b44-092c-4095-a560-f4d2b90f1148",34 "sasType": "referenceDataDomain",35 "properties": [36 {37 "name": "creationTimeStamp",38 "value": "2022-02-25T13:39:01.556000Z"39 },40 {41 "name": "modifiedTimeStamp",42 "value": "2022-02-25T13:46:07.466000Z"43 },44 {45 "name": "createdBy",46 "value": "siduser"47 },48 {49 "name": "modifiedBy",50 "value": "siduser"51 }52 ]53 }54 ],55 "limit": 10,56 "version": 257}
Name | Type | Required | Description |
---|---|---|---|
filter | string<filter-criteria> | false | The filter criteria for the returned domains. |
limit | integer | false | The maximum number of items to return on this page. The actual number of returned items might be less if there are no more items in the collection. The default is 10. |
sortBy | string<sort-criteria> | false | The sorting criteria for the returned reference data domains. The default sort order is creationTimeStamp:ascending. |
start | integer | false | The starting index of the first item on a page. The index is 0-based. The default index is 0. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No collections were found for this domain. | Schema |