Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Given a job, gets the terms and conditions for the job. The result is HTML content.

How the terms look and what information is included is configurable in the platform by the admin.

It may contain word count and cost details.

URL

(GET) /jobs/{id}/terms

PARAMETERS

URL parameters are:

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.

The HTML is constructed based on the administrator defined template.

 

ACCESS RIGHTS

The user must have proper rights to access the 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.

 

 

  • No labels