v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > Agreement

Reads all Agreements

Retrieves the action plans of review processes.

get/api/2026-07-01/resources/performance/agreements

Query parameters

ids[]string[]

Filter by action plan IDs

Filter by action plan IDs

[
  "1",
  "2",
  "3"
]
process_ids[]string[]

Filter by review process IDs

Filter by review process IDs

[
  "1",
  "2",
  "3"
]
target_ids[]string[]

Filter by review process target IDs

Filter by review process target IDs

[
  "1-3",
  "1-4",
  "1-5"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "process_id": "1",
      "target_id": "1-3",
      "signer_id": "5",
      "reviewer_id": "3",
      "manager_signed_at": "2024-01-01T00:00:00Z",
      "target_signed_at": "2024-01-01T00:00:00Z",
      "agreement_signed_at": "2024-01-01T00:00:00Z",
      "last_modified_at": "2024-01-01T00:00:00Z",
      "status": "signed",
      "locked": true,
      "conclusions": {
        "text": "The employee is doing well.",
        "last_updated_at": "2024-01-01T00:00:00Z"
      },
      "self_evaluation_id": "1",
      "manager_evaluation_id": "2",
      "self_comments": [
        {
          "question_uuid": "z69c9b4d-0aa6-4ada-89d5-5fdcb04c1327",
          "author_access_id": 8,
          "text": "I am a team player.",
          "updated_at": "2024-01-01T00:00:00Z"
        }
      ],
      "manager_comments": [
        {
          "question_uuid": "a347a2fd-1a0a-4eee-b6c8-f74be63624fb",
          "author_access_id": 5,
          "text": "The employee is doing well.",
          "updated_at": "2024-01-01T00:00:00Z"
        }
      ]
    }
  ]
}