v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
groups

Gets the list of reviewer stages for a group.

get/groups/{group_id}/reviewer-stages

Path parameters

group_idstring uuid required

The ID of the group.

Response

The reviewer stages for this group.

require_manager_approvalboolean required

Whether this reviewer stage should require manager approval.

require_admin_approvalboolean

Whether this reviewer stage should require admin approval.

operator'AND' | 'OR' required

The operator of the reviewer stage. Admin and manager approval are also treated as reviewers.

owner_idsstring[] required

The IDs of owners assigned as reviewers for this stage.

service_user_idsstring[]

The IDs of service users assigned as reviewers for this stage.

Example response

[
  {
    "owner_ids": [
      "7870617d-e72a-47f5-a84c-693817ab4567",
      "1520617d-e72a-47f5-a84c-693817ab48ad2"
    ],
    "service_user_ids": [
      "7870617d-e72a-47f5-a84c-693817ab4568"
    ]
  }
]