payroll runs retrieve

GET {{baseUrl}}/payroll-runs/:id

Returns a PayrollRun object with the given id.

Request Params

KeyDatatypeRequiredDescription
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.
remote_fieldsstringWhich fields should be returned in non-normalized form.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

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}