Tip |
---|
Available from CRM.COM R14.2.0 |
Excerpt |
---|
This method provides the ability to list the feedback of show a specific unit's jobs.feedback |
Resource URL
Parameters
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
token | String | The token retrieved from the login method | ||||||
unitfeedback_identifier (mandatory) | Unit Feedback Identifier | The identifier of the unit, the jobs of which have been rated by Customers. The allowed unit feedback that should be retrieved. The allowed feedback identifier fields are the following:
| ||||||
submitted_on_from (optional) | Date | The starting point for which the feedback was provided | ||||||
submitted_on_to (optional) | Date | The end point for which the feedback was provided | ||||||
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
Name | Type | Description |
---|---|---|
number_of_feedback_records | Number | The number of feedback records provided for the retrieved unit |
average_rating | Number | The average rating of the retrieved unit's feedback |
job_feedback_set | Set of Job All Scopes Feedback object | The individual feedback records provided for the retrieved unit's jobs |
...
...
Response Data
Include Page | ||||
---|---|---|---|---|
|
Examples
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
HTTP Method: POSTGET Request: Body:
Response:
|