Get an attached fileCopy Pageget https://{hostname}/case-management/v3/cases/{caseId}/attachments/{attachmentId}Fetches a specific attachment from a specific case.Path ParamscaseIdstringrequiredlength ≤ 20Identifier for each case. To get this value, run the List cases operation.attachmentIdstringrequiredlength ≤ 20Identifier for each attachment. To get this value, run the List attached files operation.Response 200The response contains attachment.Updated 4 months ago