GroupedMigrationFeedbackRequest

GroupedMigrationFeedbackRequest
GroupedMigrationFeedbackRequest

Detailed feedback requests from the migration tool where user input is required.

JSON Example
{
    "accepted_actions": [
        "string"
    ],
    "accepted_value_type": "string",
    "accepted_values": [
        "string"
    ],
    "hash": "string",
    "message": "string",
    "multi_value": false,
    "objects": [
        {
            "details": "string",
            "federation_site_id": "string",
            "id": "string",
            "object_id": "string",
            "rejected": false,
            "resolution": "string",
            "resolved": false,
            "v_object_id": "string",
            "v_object_name": "string"
        }
    ],
    "resolved": false,
    "sub_vertical": "string",
    "suggested_action": "string",
    "suggested_value": "string",
    "vertical": "string"
}
array of string
accepted_actions
Optional

List of acceptable actions for this feedback request.

string
accepted_value_type
Optional

Data type of the items listed in acceptable values list.

array of string
accepted_values
Optional

List of acceptable values for this feedback request.

string
hash
Optional

Identify a feedback request type across objects. This can be used to group together objects with similar feedback request and resolve them in one go.

string
message
Optional

Detailed feedback request with options.

boolean
multi_value
Optional

Indicates if multiple values can be selected as response from the list of acceptable value.

objects
Required

Collection of feedback requests of a given type

boolean
resolved
Optional

Indicates if a valid response already exist for all feedback requests in this group.

string
sub_vertical
Optional

Functional sub-area that this query falls into.

string
suggested_action
Optional

The suggested action to resolve this feedback request.

string
suggested_value
Optional

The suggested value to resolve this feedback request.

string
vertical
Optional

Functional area that this query falls into.