Headers
Response
OK
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/drafts/{draftId}/conflicts \
--header 'Authorization: <authorization>'{
"draftConflicts": [
{
"currentValue": "<string>",
"draftTaskId": "<string>",
"draftValue": "<string>",
"entityId": "<string>",
"fieldName": "<string>",
"originalValue": "<string>",
"taskToReplaceCurrent": {
"entityId": "<string>",
"props": {
"body": {
"content": "<string>",
"showContentPreview": true,
"status": "open",
"type": "question"
},
"commit": 123,
"mentionedUserIds": [
"<string>"
],
"handleId": "<string>"
},
"type": "draft-comment-create"
},
"taskToReplaceDraft": {
"entityId": "<string>",
"props": {
"body": {
"content": "<string>",
"showContentPreview": true,
"status": "open",
"type": "question"
},
"commit": 123,
"mentionedUserIds": [
"<string>"
],
"handleId": "<string>"
},
"type": "draft-comment-create"
},
"taskToReplaceOriginal": {
"entityId": "<string>",
"props": {
"body": {
"content": "<string>",
"showContentPreview": true,
"status": "open",
"type": "question"
},
"commit": 123,
"mentionedUserIds": [
"<string>"
],
"handleId": "<string>"
},
"type": "draft-comment-create"
},
"type": "overwrite"
}
]
}curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/drafts/{draftId}/conflicts \
--header 'Authorization: <authorization>'{
"draftConflicts": [
{
"currentValue": "<string>",
"draftTaskId": "<string>",
"draftValue": "<string>",
"entityId": "<string>",
"fieldName": "<string>",
"originalValue": "<string>",
"taskToReplaceCurrent": {
"entityId": "<string>",
"props": {
"body": {
"content": "<string>",
"showContentPreview": true,
"status": "open",
"type": "question"
},
"commit": 123,
"mentionedUserIds": [
"<string>"
],
"handleId": "<string>"
},
"type": "draft-comment-create"
},
"taskToReplaceDraft": {
"entityId": "<string>",
"props": {
"body": {
"content": "<string>",
"showContentPreview": true,
"status": "open",
"type": "question"
},
"commit": 123,
"mentionedUserIds": [
"<string>"
],
"handleId": "<string>"
},
"type": "draft-comment-create"
},
"taskToReplaceOriginal": {
"entityId": "<string>",
"props": {
"body": {
"content": "<string>",
"showContentPreview": true,
"status": "open",
"type": "question"
},
"commit": 123,
"mentionedUserIds": [
"<string>"
],
"handleId": "<string>"
},
"type": "draft-comment-create"
},
"type": "overwrite"
}
]
}OK
Show child attributes