curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/drafts/{draftId}/tasks \
--header 'Authorization: <authorization>'{
"draftTasks": [
{
"commit": 123,
"task": {
"entityId": "<string>",
"props": {
"body": {
"content": "<string>",
"status": "open",
"type": "question",
"showContentPreview": true
},
"commit": 123,
"mentionedUserIds": [
"<string>"
],
"handleId": "<string>"
},
"type": "draft-comment-create"
},
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"draftId": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"versionId": "<string>",
"latestEntityId": "<string>"
}
]
}curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/drafts/{draftId}/tasks \
--header 'Authorization: <authorization>'{
"draftTasks": [
{
"commit": 123,
"task": {
"entityId": "<string>",
"props": {
"body": {
"content": "<string>",
"status": "open",
"type": "question",
"showContentPreview": true
},
"commit": 123,
"mentionedUserIds": [
"<string>"
],
"handleId": "<string>"
},
"type": "draft-comment-create"
},
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"draftId": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"versionId": "<string>",
"latestEntityId": "<string>"
}
]
}Show child attributes
Tasks which have not been superseded by subsequent tasks
draft-comment-create, draft-comment-delete, draft-comment-reply-create, draft-comment-reply-delete, draft-comment-reply-update, draft-comment-update, draft-diagram-content-update, draft-diagram-create, draft-diagram-delete, draft-diagram-group-create, draft-diagram-group-delete, draft-diagram-group-update, draft-diagram-update, draft-flow-create, draft-flow-delete, draft-flow-update, draft-model-connection-create, draft-model-connection-delete, draft-model-connection-update, draft-model-object-create, draft-model-object-delete, draft-model-object-update, draft-tag-create, draft-tag-delete, draft-tag-group-create, draft-tag-group-delete, draft-tag-group-update, draft-tag-update OK
Show child attributes
Show child attributes
Show child attributes
draft-comment-create user, api-key, notification-key, service