Given a job, gets the current terms and conditions for the job. The result is HTML content.
...
id | The job ID. Also see jobs/{id}/summary | string, Mandatory |
previewself | If set to true then the terms are shown if the current user were assigned. This is the mode to choose during job acceptance. Default: false | bool?, Optional |
previewcid | Only authorized if user has management rights on job. Permits to preview terms for a specific assigned company. Default: null | int?, Optional |
previewpid | Only authorized if user has management rights on job. Permits to preview terms for a specific assigned person. If set, previewcid must be set as well. Default: null | int?, Optional |
RESULTS
The result is HTML.
...
ACCESS RIGHTS
The user must have proper rights the right to access the this job.
If terms & conditions are disabled globally or for the user's profile, then an error message is returned.
Invalid access results in an error JSON.The job must be allocated to a specific company or person.