# Time off balances **GET /2023-03-01/xhr/time-off-balances** Retrieve all time off balances. ## Servers - Production server (EU): https://api.affixapi.com (Production server (EU)) - Development server (EU): https://dev.api.affixapi.com (Development server (EU)) ## Authentication methods - Access token ## Parameters ## Responses ### 200 Success #### Body: application/json (array[object]) - **employee_id** (string) The Affix-assigned id of the individual - **employee_remote_id** (string) the remote system-assigned id of the individual - **balance** (number | null) - **used** (number | null) - **policy_id** (string | null) The Affix-assigned id of the policy - **policy_remote_id** (string | null) The remote system-assigned id of the policy - **policy_name** (string | null) The name of the policy, as assigned by the remote system - **policy_type** (string | null) - **remote_created_at** (string(date) | null) - **remote_modified_at** (string(date) | null) ### 202 Accepted + pending (async job started) #### Headers - **Retry-After** (integer) Retry your call after the specified amount of seconds #### Body: application/json (object) - **message** (string) ### 401 Authentication Error #### Body: application/json (object) - **error** (string) The type of error - **message** (string) A descriptive description of the error - **code** (string) ### 429 Rate Limited / Too Many Requests #### Headers - **Retry-After** (integer) Retry your call after the specified amount of seconds #### Body: application/json (object) - **message** (string) ### 500 Server Error #### Body: application/json (object) - **message** (string) ### 501 Not Implemented #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)