Compensation components

List compensation components

GET
/api/public/v3/compensation_components

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/public/v3/compensation_components"
{  "data": [    {      "id": 0,      "name": "string",      "code": "string",      "category": "string",      "payout_type": "string",      "frequency": "string",      "description": null    }  ],  "metadata": {    "pagination": {      "page": 0,      "pages": 0,      "count": 0,      "items": 0    }  }}