Get Worker Info

A standard GET call for worker info yields basic worker data, status and the last data collection checks collected and approved in posthire. Supply the worker id (same as applicant id) and Fountain will return the corresponding worker info.

Note that data collected via a secure field will not be available unless specifically requested. To allow access to secure data, contact Fountain at [email protected] for help. We’ll provide you with a secure-fields specific API key which you can use with Get Worker Info to retrieve secure data with the rest of a worker’s information.

Response Schema

  • additionalProperties: false
  • is_active - Indicates current status of the worker
  • Required: no
  • Type: boolean
  • Example: true
  • name - Worker Name
  • Required: no
  • Type: string
  • Example: "Duane Ullrich DVM"
  • email - Worker Email
  • Required: no
  • Type: string
  • Example: "[email protected]"
  • id - Worker ID
  • Required: no
  • Type: string
  • Example: "ad91e6da-51d7-4c53-b5eb-92350558a1be"
  • approved_at - When the worker was hired
  • Required: no
  • Type: string
  • Format: date-time
  • Example: "2016-06-29T04:01:17.000-07:00"
  • data_collection_checks - Last recurring data collection check collected
  • Required: no
  • Type: array
  • Items
  • Required: no
  • additionalProperties: false
  • id - Data Collection Rule ID
  • Required: no
  • Type: string
  • Example: "88e78293-c298-4796-b59f-26cf8c179eb2"
  • requested_at - When new data was requested as part of a recurring check in posthire
  • Required: no
  • Type: string
  • Format: date-time
  • Example: "2018-05-01T08:05:00.688-07:00"
  • completed_at - NULL
  • Required: no
  • Type: string
  • Format: date-time
  • Example: "2018-05-01T08:05:00.688-07:00"
  • uploaded_at - When the worker uploaded requested data
  • Required: no
  • Type: string
  • Format: date-time
  • Example: "2018-05-01T08:05:00.688-07:00"
  • rejected_at - When the user rejected uploaded data
  • Required: no
  • Type: string
  • Format: date-time
  • Example: "2018-05-01T08:05:00.688-07:00"
  • confirmed_at - When the user approved uploaded data
  • Required: no
  • Type: string
  • Format: date-time
  • Example: "2018-05-01T08:05:00.688-07:00"
  • canceled_at - When the recurring check was cancelled
  • Required: no
  • Type: string
  • Format: date-time
  • Example: "2018-05-01T08:05:00.688-07:00"
  • status - Status of data collection check: Pending | Uploaded | Confirmed
  • Required: no
  • Type: string
  • Example: "confirmed"
  • confirmed_user - User that approved uploaded data
  • Required: no
  • Type: string
  • Example: "Ben"
Language
Click Try It! to start a request and see the response here!