# Get a preview of a placement and its tasks Endpoint: POST /api/v1/placements/preview Version: 0.0.1 Security: bearerAuth ## Request fields (application/json): - `employee_id` (string, required) - `employer_id` (string) - `client_id` (string) - `job_id` (string) - `custom_attributes` (object,null) Custom attributes ## Response 200 fields (application/json): - `id` (string, required) - `employee_id` (string, required) - `employer_id` (string,null, required) - `client_id` (string,null, required) - `job_id` (string,null, required) - `custom_attributes` (object, required) Custom attribute values - `missing_task_count` (number, required) - `progress` (object, required) - `progress.forms_required` (number, required) - `progress.forms_completed` (number, required) - `form_requirements` (array, required) - `form_requirements.task_id` (string,null, required) - `form_requirements.form` (object, required) - `form_requirements.form.name` (string, required) - `form_requirements.form.tags` (array, required) - `created_at` (string, required) ## Response 401 fields (application/json): - `message` (string, required) Enum: "Not authorized"