Retrieves a list of replies for a comment or suggestion thread on a design.
For information on comments and how they're used in the Canva UI, see the Canva Help Center.
Path parameters
The design ID.
The ID of the thread.
Query parameters
The number of replies to return.
If the success response contains a continuation token, the list contains more items you can list. You can use this token as a query parameter and retrieve more items from the list, for example ?continuation={continuation}.
To retrieve all items, you might need to make multiple requests.
Response
OK
Example response
{
"continuation": "RkFGMgXlsVTDbMd:MR3L0QjiaUzycIAjx0yMyuNiV0OildoiOwL0x32G4NjNu4FwtAQNxowUQNMMYN",
"items": [
{
"id": "KeAZEAjijEb",
"design_id": "DAFVztcvd9z",
"thread_id": "KeAbiEAjZEj",
"author": {
"id": "uKakKUfI03Fg8k2gZ6OkT",
"display_name": "John Doe"
},
"content": {
"plaintext": "Great work [oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP]!",
"markdown": "*_Great work_* [oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP]!"
},
"mentions": {
"oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP": {
"tag": "oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP",
"user": {
"user_id": "oUnPjZ2k2yuhftbWF7873o",
"team_id": "oBpVhLW22VrqtwKgaayRbP",
"display_name": "John Doe"
}
}
},
"created_at": 1692929800,
"updated_at": 1692929900
}
]
}Changes
Changed in 2 of the 8 revisions of this API.9
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●