payroll runs retrieve
GET {{baseUrl}}/payroll-runs/:id
Returns a PayrollRun
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. | |
remote_fields | string | Which fields should be returned in non-normalized form. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"id":"37336947-b3d4-4a4c-a310-ab6ab510e079","remote_id":"19202938","run_state":"CLOSED","run_type":"SIGN_ON_BONUS","start_date":"2020-11-08T00:00:00Z","end_date":"2020-11-15T00:00:00Z","check_date":"2020-11-15T00:00:00Z","remote_data":[{"path":"sed proident est in","data":{"ad_1":{},"cillum3b6":{}}},{"path":"eiusmod qui enim velit Ut","data":{"in5":{},"aute_aef":{}}}],"remote_was_deleted":false}