/v1/designs/:designId/comments/:commentId
GET {{baseUrl}}/v1/designs/:designId/comments/:commentId
This API is currently provided as a preview. Be aware of the following:
- There might be unannounced breaking changes.
- Any breaking changes to preview APIs won't produce a new API version.
- Public integrations that use preview APIs will not pass the review process, and can't be made available to all Canva users.
Gets a comment. For information on comments and how they're used in the Canva UI, see the Canva Help Center.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"comment":{"author":{"id":"\u003cstring\u003e","display_name":"\u003cstring\u003e"},"id":"\u003cstring\u003e","mentions":{"sit_fa":{"user_id":"\u003cstring\u003e","team_id":"\u003cstring\u003e","display_name":"\u003cstring\u003e"}},"message":"\u003cstring\u003e","type":"parent","attached_to":{"design_id":"\u003cstring\u003e","type":"design"},"created_at":"\u003clong\u003e","updated_at":"\u003clong\u003e","assignee":{"id":"\u003cstring\u003e","display_name":"\u003cstring\u003e"},"resolver":{"id":"\u003cstring\u003e","display_name":"\u003cstring\u003e"}}}