Public API for Customers, Partners, and Integrations
Onboarded Public API (0.0.1)
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/placements
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/placements
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.onboarded.com/_mock/openapi/api/v1/placements?page=string&per_page=string&employee_id=ee_abc123def456&employer_id=er_abc123def456&client_id=cl_abc123def456&job_id=job_abc123def456' \
-b __session=YOUR_API_KEY_HERE{ "data": [ { … } ], "total": 0, "current_page": 0, "per_page": 0, "total_pages": 0 }
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/placements
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/placements
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.onboarded.com/_mock/openapi/api/v1/placements \
-H 'Content-Type: application/json' \
-b __session=YOUR_API_KEY_HERE \
-d '{
"employee_id": "ee_abc123def456",
"employer_id": "er_abc123def456",
"client_id": "cl_abc123def456",
"job_id": "job_abc123def456",
"custom_attributes": {
"property1": null,
"property2": null
},
"create_tasks": true,
"property1": null,
"property2": null
}'A placement with standard fields plus any system-defined custom attributes as top-level properties. System attributes are organization-specific fields (ScalarValue: string, number, boolean, or null) that extend the base placement schema.
Record of custom attribute values keyed by string path.
Task Identifier
Task Identifier
{ "id": "pla_abc123def456", "employee_id": "ee_abc123def456", "employer_id": "er_abc123def456", "client_id": "cl_abc123def456", "job_id": "job_abc123def456", "custom_attributes": { "property1": null, "property2": null }, "created_at": "string", "missing_task_count": 0, "progress": { "forms_required": 0, "forms_completed": 0 }, "form_requirements": [ { … } ], "suggested_tasks": [ { … } ], "property1": null, "property2": null }
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/placements/{placement_id}
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/placements/{placement_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.onboarded.com/_mock/openapi/api/v1/placements/{placement_id}' \
-b __session=YOUR_API_KEY_HEREA placement with standard fields plus any system-defined custom attributes as top-level properties. System attributes are organization-specific fields (ScalarValue: string, number, boolean, or null) that extend the base placement schema.
Record of custom attribute values keyed by string path.
Task Identifier
Task Identifier
{ "id": "pla_abc123def456", "employee_id": "ee_abc123def456", "employer_id": "er_abc123def456", "client_id": "cl_abc123def456", "job_id": "job_abc123def456", "custom_attributes": { "property1": null, "property2": null }, "created_at": "string", "missing_task_count": 0, "progress": { "forms_required": 0, "forms_completed": 0 }, "form_requirements": [ { … } ], "suggested_tasks": [ { … } ], "property1": null, "property2": null }
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/placements/{placement_id}
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/placements/{placement_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.onboarded.com/_mock/openapi/api/v1/placements/{placement_id}' \
-H 'Content-Type: application/json' \
-b __session=YOUR_API_KEY_HERE \
-d '{
"custom_attributes": {
"property1": null,
"property2": null
},
"create_tasks": true,
"property1": null,
"property2": null
}'A placement with standard fields plus any system-defined custom attributes as top-level properties. System attributes are organization-specific fields (ScalarValue: string, number, boolean, or null) that extend the base placement schema.
Record of custom attribute values keyed by string path.
Task Identifier
Task Identifier
{ "id": "pla_abc123def456", "employee_id": "ee_abc123def456", "employer_id": "er_abc123def456", "client_id": "cl_abc123def456", "job_id": "job_abc123def456", "custom_attributes": { "property1": null, "property2": null }, "created_at": "string", "missing_task_count": 0, "progress": { "forms_required": 0, "forms_completed": 0 }, "form_requirements": [ { … } ], "suggested_tasks": [ { … } ], "property1": null, "property2": null }
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/placements/{placement_id}
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/placements/{placement_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.onboarded.com/_mock/openapi/api/v1/placements/{placement_id}' \
-b __session=YOUR_API_KEY_HEREA placement with standard fields plus any system-defined custom attributes as top-level properties. System attributes are organization-specific fields (ScalarValue: string, number, boolean, or null) that extend the base placement schema.
Record of custom attribute values keyed by string path.
Task Identifier
Task Identifier
{ "id": "pla_abc123def456", "employee_id": "ee_abc123def456", "employer_id": "er_abc123def456", "client_id": "cl_abc123def456", "job_id": "job_abc123def456", "custom_attributes": { "property1": null, "property2": null }, "created_at": "string", "missing_task_count": 0, "progress": { "forms_required": 0, "forms_completed": 0 }, "form_requirements": [ { … } ], "suggested_tasks": [ { … } ], "property1": null, "property2": null }
Employer Identifier
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/placements/preview
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/placements/preview
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.onboarded.com/_mock/openapi/api/v1/placements/preview \
-H 'Content-Type: application/json' \
-b __session=YOUR_API_KEY_HERE \
-d '{
"employee_id": "ee_abc123def456",
"employer_id": "er_abc123def456",
"client_id": "cl_abc123def456",
"job_id": "job_abc123def456",
"custom_attributes": {
"property1": null,
"property2": null
},
"property1": null,
"property2": null
}'A placement with standard fields plus any system-defined custom attributes as top-level properties. System attributes are organization-specific fields (ScalarValue: string, number, boolean, or null) that extend the base placement schema.
Record of custom attribute values keyed by string path.
Task Identifier
Task Identifier
{ "id": "pla_abc123def456", "employee_id": "ee_abc123def456", "employer_id": "er_abc123def456", "client_id": "cl_abc123def456", "job_id": "job_abc123def456", "custom_attributes": { "property1": null, "property2": null }, "created_at": "string", "missing_task_count": 0, "progress": { "forms_required": 0, "forms_completed": 0 }, "form_requirements": [ { … } ], "suggested_tasks": [ { … } ], "property1": null, "property2": null }
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/placements/preview
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/placements/preview
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.onboarded.com/_mock/openapi/api/v1/placements/preview?employee_id=ee_abc123def456&employer_id=er_abc123def456&client_id=cl_abc123def456&job_id=job_abc123def456' \
-b __session=YOUR_API_KEY_HEREA placement with standard fields plus any system-defined custom attributes as top-level properties. System attributes are organization-specific fields (ScalarValue: string, number, boolean, or null) that extend the base placement schema.
Record of custom attribute values keyed by string path.
Task Identifier
Task Identifier
{ "id": "pla_abc123def456", "employee_id": "ee_abc123def456", "employer_id": "er_abc123def456", "client_id": "cl_abc123def456", "job_id": "job_abc123def456", "custom_attributes": { "property1": null, "property2": null }, "created_at": "string", "missing_task_count": 0, "progress": { "forms_required": 0, "forms_completed": 0 }, "form_requirements": [ { … } ], "suggested_tasks": [ { … } ], "property1": null, "property2": null }
Employer Identifier
- Mock serverhttps://docs.onboarded.com/_mock/openapi/api/v1/placements/preview_tasks
- Onboarded Production Serverhttps://app.onboarded.com/api/v1/placements/preview_tasks
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.onboarded.com/_mock/openapi/api/v1/placements/preview_tasks \
-H 'Content-Type: application/json' \
-b __session=YOUR_API_KEY_HERE \
-d '{
"employee_id": "ee_abc123def456",
"employer_id": "er_abc123def456",
"client_id": "cl_abc123def456",
"job_id": "job_abc123def456"
}'[ { "form_id": "tlin_abc123def456", "name": "string", "rules": null } ]