GET
/
api
/
hris
/
v1
/
pay-groups
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connector-token
string
required

Path Parameters

id
string
required

Query Parameters

include_raw_data
boolean
default:
false

Whether to include the original data Bindbee fetched from the third-party to produce these models.

include_custom_fields
boolean
default:
false

Whether to include custom fields in the response.

Response

200 - application/json

The PayGroup object is used to represent a subset of employees that are put together for payroll processing purposes.

custom_fields
object | null
required

The custom fields related to the model

description
string | null
required

The pay group description

id
string
required
modified_at
string
required

This is the datetime that this object was last updated by Bindbee

name
string | null
required

The pay group name.

remote_id
string | null
required

The third-party API ID of the matching object.

raw_data
object | null

This is the Raw data