Get entries in latest domain content for all reference data domains or value lists

get/domainEntries
Internal-Use Only

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.

Request Samples

1

Response Samples

1lookup_nm,description,folder_path,name,value,disabled,entity_sq_no,type_nm
2lookup_10k,"10,000 key/value pairs",/Public/lookup_tables,K00009936,V00009936,,,lookup
3lookup_10k,"10,000 key/value pairs",/Public/lookup_tables,K00009937,V00009937,,,lookup
4lookup_10k,"10,000 key/value pairs",/Public/lookup_tables,K00009938,V00009938,,,lookup
5Lookup_table_1,,/Users/siduser/My Folder,A,1,,,lookup
6Lookup_table_1,,/Users/siduser/My Folder,B,2,,,lookup
7Value_List,test,/Users/sasdemo/My Folder,100,equal to 100,false,3,valueList
8Value_List,test,/Users/sasdemo/My Folder,v<100,less than 100,false,2,valueList
9Value_List,test,/Users/sasdemo/My Folder,v>100,greater than 100,false,1,valueList
10

Query Parameters

NameTypeRequiredDescription
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.

Header Parameters

NameTypeRequiredDescription
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

Responses

StatusMeaningDescription
200OKThe request succeeded. The export was successful.HeadersSchema
400Bad RequestThe request was invalid.Schema
404Not FoundNo resource exists at the requested path.Schema
406Not AcceptableThe 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