Get entries in latest domain content for all reference data domains or value lists
Returns all the entries as CSV. A header is not returned by default. It can be requested by adding the header=present
option to the text/csv media type. The order of the columns is domain name, domain description, path of the folder that contains the domain, key, value, whether the entry is disabled, the sequence and the domain type. A query parameter can be used to select domains that are members of a folder hierarchy.
1lookup_nm,description,folder_path,name,value,disabled,entity_sq_no,type_nm2lookup_10k,"10,000 key/value pairs",/Public/lookup_tables,K00009936,V00009936,,,lookup3lookup_10k,"10,000 key/value pairs",/Public/lookup_tables,K00009937,V00009937,,,lookup4lookup_10k,"10,000 key/value pairs",/Public/lookup_tables,K00009938,V00009938,,,lookup5Lookup_table_1,,/Users/siduser/My Folder,A,1,,,lookup6Lookup_table_1,,/Users/siduser/My Folder,B,2,,,lookup7Value_List,test,/Users/sasdemo/My Folder,100,equal to 100,false,3,valueList8Value_List,test,/Users/sasdemo/My Folder,v<100,less than 100,false,2,valueList9Value_List,test,/Users/sasdemo/My Folder,v>100,greater than 100,false,1,valueList10
Name | Type | Required | Description |
---|---|---|---|
folderPath | string | false | A complete path or the prefix of a folder path. This value is used to select those reference data domains where the parameter value is either a prefix of the parent folder or matches the parent folder paths of those domains. |
Name | Type | Required | Description |
---|---|---|---|
Accept | string | false | In addition to text/csv, also include application/json in the Accept header to prevent the true operation error from being masked by the HTTP status 406 error. The two media types are separated by a comma. Allowed value: text/csv, application/json |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. The export was successful. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No resource exists at the requested path. | Schema | |
406 | Not Acceptable | The media type is incompatible. This is usually the case when there is an error, but the error response media type is not compatible with the text/csv media type. The REST client or browser returns this status error instead. | Schema |