Tip |
---|
Available from CRM.COM R10.0.0 |
Table of Contents | ||
---|---|---|
|
...
All web APIs should include only the parameters and response data which are applicable for this scope. Create a ne new complete object for each scope for example job_generic_purpose_complete
GET jobs/generic_purpose/show
This method returns information related with a job of fullfilment scope Generic Purpose. Single job is returned by each call
Resource URL
Parameters
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
job_identifier (mandatory) | Job identifier | The identifier of the job that should be returned as a result. The allowed jobs identifier fields are the following:
| ||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
Include Page | ||||
---|---|---|---|---|
|
Examples
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
HTTP Method: GET
Request: Response:
|
POST jobs/generic_purpose/create
...