v3

latestSwagger 2.02026-08-067506752.0 MB
comp-review

Get the necessary caches on a specific date for a compensation review

get/v1/org/{orgId}/comp-review/{compReviewId}/associated-entities

Path parameters

orgIdstring required

Org identifier (either id or slug)

compReviewIdstring required

Comp review id

Response

successful operation

jobsobject required
personsobject required
personToJobMapobject required

Example response

{
  "fields": [
    {
      "id": "588f7ee98f138b19220041a7",
      "orgId": "588f7ee98f138b19220041a7",
      "name": "summary",
      "label": "Job Summary",
      "description": "This field tracks the most recent performance rating for an individual.",
      "expr": "(base + variable) / 12",
      "values": [
        {
          "id": "588f7ee98f138b19220041a7"
        }
      ],
      "groupTypeId": "588f7ee98f138b19220041a7",
      "categoryId": "588f7ee98f138b19220041a7",
      "categoryIds": [
        "588f7ee98f138b19220041a7"
      ],
      "tableId": "588f7ee98f138b19220041a7",
      "tableRef": {
        "tableId": "588f7ee98f138b19220041a7"
      },
      "createId": "588f7ee98f138b19220041a7",
      "createAt": "2017-01-24T13:57:52Z",
      "updateId": "588f7ee98f138b19220041a7",
      "updateAt": "2017-01-24T13:57:52Z",
      "deleteId": "588f7ee98f138b19220041a7",
      "deleteAt": "2017-01-24T13:57:52Z"
    }
  ]
}