v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBresources
Gets the list reviewer stages for a resource.
get/resources/{resource_id}/reviewer-stages
Path parameters
resource_idstring uuid required
The ID of the resource.
Response
The reviewer stages for this resource.
Example response
[
{
"owner_ids": [
"7870617d-e72a-47f5-a84c-693817ab4567",
"1520617d-e72a-47f5-a84c-693817ab48ad2"
],
"service_user_ids": [
"7870617d-e72a-47f5-a84c-693817ab4568"
]
}
]