Registry
Gets all resources of a resource type
Gets all resources of the resource type resourceType.
post/registry/v4/resources/{resourceType}/find
Request body
Response
Successful. The resources were successfully retrieved.
Example response
{
"count": 3,
"items": [
{
"resourceId": "SHP-ee73df84-0ab1-40fd-aac1-c39deb943de9"
},
{
"resourceId": "SHP-ee73df84-0ab1-40fd-aac1-c39deb943df0"
},
{
"resourceId": "SHP-ee73df84-0ab1-40fd-aac1-c39deb943df1"
}
],
"limit": 3,
"nextPageToken": "skjfgWOF7162712JHAIW8FYBCASK!/EUQHSDkuhedf",
"total": 10
}