Skip to end of banner
Go to start of banner

Copy of POST jobs/all_scopes/list_feedback

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 Next »

Available from CRM.COM R14.2.0

This method provides the ability to list the feedback of a specific unit's jobs.

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

unit_identifier

(mandatory)

Unit Identifier

The identifier of the unit, the jobs of which have been rated by Customers. The allowed unit identifier fields are the following:

Name

Type

Description

id

(semi-optional)

String

The ID of the Unit

name

(semi-optional)

String

The name of the Unit

alternative_code

(semi-optional)

String

The alternative code of  the Unit

submitted_on_from

(optional)

Date The starting point for which the feedback was provided

submitted_on_to

(optional)

DateThe 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_ratingNumberThe average rating of the retrieved unit's feedback
job_feedback_setSet of Job All Scopes Feedback object

The individual feedback records provided for the retrieved unit's jobs

 

Referred Objects Response Data

Unable to render {include} The included page could not be found.

Examples

 Example 1

HTTP Method: POST

Request:

Body:

 

 

Response:

 

 

 

  • No labels