Retrieve a list of payroll runs

Retrieves aggregate payroll run data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response Definitions

Response ItemDescription                                         Data type
idThe ID associated with the employee on payroll. Each employee ID is assigned by NewCraft.String
{attributes}/idThe ID associated with the employee on payroll. Each employee ID is assigned by NewCraft.String
{attributes}/check_dataThe date and time the employee was last given a paycheck, in Zulu time.String
{attributes}/pay_period_end_dateThe end date of the employee's most recent pay period, in the format "YYYY-MM-DD".String
{attributes}/pay_period_start_dateThe start date of the employee's most recent pay period, in the format "YYYY-MM-DD".String

Sample Response

{
  "data": [
    {
      "id": "6cfee506-f278-4d31-b9b3-01b5505fd5b3",
      "type": "Payroll",
      "attributes": {
        "check_data": "2020-10-29T02:44:05Z",
        "pay_period_end_date": "2020-10-29",
        "pay_period_start_date": "2020-10-15"
      }
    },
    {
      "id": "6cfeddd6-f278-4d31-b9b3-01b5505fd5b3",
      "type": "Payroll",
      "attributes": {
        "check_data": "2020-10-29T02:44:05Z",
        "pay_period_end_date": "2020-10-29",
        "pay_period_start_date": "2020-10-15"
      }
    }
  ]
}
Response

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json