List attached filesCopy Pageget https://{hostname}/case-management/v3/cases/{caseId}/attachmentsFetches attachments added to a specific case. Use the limit parameter to limit the number of attachments.Path ParamscaseIdstringrequiredlength ≤ 20Identifier for each case. To get this value, run the List cases operation.Query Paramslimitinteger1 to 200Defaults to 50Data rows to fetch starting from the most recent. The maximum number of items is 200, 50 by default.cursorstringCursor value for pagination. It occurs only if there's a next page of the results.Response 200The response contains the attachment.Updated 4 months ago