Get all document unique IDs
Gets the unique IDs of all documents as array.
Request |
|
Parameters |
|
Headers |
|
Response | A JSON array that contains all primary keys of the entity in the specified container. |
Status |
|
Limitation | This REST API does not support getting the unique IDs of all documents for the Role entity in the PROVISIONING system data container. |
Sample response
[
"Product.Product.231035935",
"Product.Product.231035941",
"Product.Product.231035937",
"Product.Product.231035938",
"Product.Product.231035939",
"Product.Product.231035940",
"Product.Product.231035934",
"Product.Product.231035936",
"Product.Product.231035933"
]