Pinpoint
Version 0.0.1
Check out the Pinpoint API docs here for more information.
Set up
You will just need a Pinpoint API Key to set up a connection. The information on how to generate one can be found here
Please ensure the integration you have created in Pinpoint (where you create API Keys) is enabled (you need to reach out to a Pinpoint representative for this step).
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | All-time |
Incremental | ✅ | Not supported on Custom Fields and any "Included Resources" reports |
API reliability | 🟢 | Reliable API |
Reports detail
⬇️ Report | 🔑 Incremental key | 🔑 Primary key | 📄 Link to API endpoint |
---|---|---|---|
Applications | updated_at | ID | List applications |
Applications (Included Resources) | N/A | ID, TYPE | List applications |
Custom fields | updated_at | ID | List custom fields |
Departments | updated_at | ID | List departments |
Divisions | updated_at | ID | List divisions |
Interviews | updated_at | ID | List interviews |
Interviews (Included Resources) | N/A | ID, TYPE | List interviews |
Jobs | updated_at | ID | List jobs |
Jobs (Included Resources) | N/A | ID, TYPE | List jobs |
Job Seekers | updated_at | ID | List job seekers |
Job Seekers (Included Resources) | N/A | ID, TYPE | List job seekers |
Locations | updated_at | ID | List locations |
Onboarding Applications | updated_at | ID | List onboarding applications |
Onboarding Applications (Included Resources) | N/A | ID, TYPE | List onboarding applications |
Requisition templates | updated_at | ID | List requisition templates |
Requisition templates (Included Resources) | N/A | ID, TYPE | List requisition templates |
Requisitions | updated_at | ID | List requisitions |
Requisitions (Included Resources) | N/A | ID, TYPE | List requisitions |
"Included resources" reports
Some reports return resources related to the primary data for a report (e.g. an extract on "Applications (Included Resources)" will return data on related resources for the "Applications" report).
This means you would need to run an "Applications" extract for the applications data and a separate extract of "Applications (Included Resources)" for the related resources (if you need them).
Updated 7 months ago