Payroll
Get Payroll
GET
Returns all plants from the system that the user has access to
Authorizations
Path Parameters
ID of the user to get payroll for
Query Parameters
The field of the user to order by
Available options:
account_id
, entry_id
, created_at
Example:
"name"
The offset to start at
Required range:
x >= 1
The number of items to return
Required range:
1 <= x <= 100
The account_id to fileter on
The account_id to fileter on
The document_external_id to fileter on
Filter out payroll dated before the given date
Example:
"2019-05-17T00:00:00.000Z"
Filter out payroll dated after the given date
Example:
"2019-05-17T00:00:00.000Z"
Response
200
application/json
Plant response
The response is of type object
.
Returns all plants from the system that the user has access to