Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v2/codelists/{codeListKey}/codevalues/subset/{subsetId}/cursor?page={page}
Field
| Type
| Description
|
|---|---|---|
codeListKey | String | Internal ID or alias of the hierarchical code
list. |
subSetIdentifier | String | ID of the subset. |
page
| Number
| Page number to display. Default value is
0 .
|
limit
| Number
| Optional. Number of records to display on each page. Default value is
10000 .
|
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v2/codelists/ent_country/codevalues/subset/71253be5deb0e7d4974935e0/cursor?page=0 HTTP/1.1 Content-Type: application/json Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
HTTP/1.1 200 OK Content-Type: application/json Content-Length: 352 { "pageSize":2, "page":0, "numberOfElements":2, "content":[ { "Code":"STUDENT-1001", "fields":{ "Code":"STUDENT-1001", "Name":"ppniK" }, "parentId":"UNIVERSITY-001" }, { "Code":"UNIVERSITY-001", "fields":{ "Code":"UNIVERSITY-001", "Name":"ABC University" } } ] }