Get conflict from conflicts of a Import
Request
GET <REST API URL>/imports/{import id}/conflicts/{conflict id}?fields=string
Parameter | Description |
---|---|
fields | Optional query parameter. Specifies a subset of the fields to be returned. Use Fields Syntax to define subset. |
Response
Response body
conflict
{
"id": string,
"type": string,
"local": info,
"remote": info,
"resolution": resolution,
"matches": info
}
Last modified: 6 April 2017