GET media/{id}
List media ids on a case
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
case id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
List of media ids
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "8bfd3b4d-868b-4466-80bc-966a6d07b5f8", "abc1ba4f-f7de-42fc-86d3-4e2cfa0c429e" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>8bfd3b4d-868b-4466-80bc-966a6d07b5f8</guid> <guid>abc1ba4f-f7de-42fc-86d3-4e2cfa0c429e</guid> </ArrayOfguid>