v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Archive Reason

archiveReason.list

Lists archive reasons.

Requires the hiringProcessMetadataRead permission.

post/archiveReason.list

Request body

includeArchivedboolean nullable

When true, includes archived archive reasons in the response. Defaults to false.

Response

Responses from the archiveReason.list endpoint

OR

Example response

{
  "success": true,
  "results": [
    {
      "id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
      "text": "Too inexperienced",
      "reasonType": "RejectedByOrg",
      "isArchived": false
    }
  ]
}