Tip |
---|
Starting from CRM.COM R10.0.0 the specified Web API methods will method will be deprecated, and although they will still be available in CRM.COM R10.0.0 they will not be maintained furthermore. |
Excerpt |
---|
This method returns information related with a job. Single job is returned by each call |
...
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 |
...