GET api/MediaItems/GetItemValues

Getting the status of media items

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Status of media items

Dictionary of integer [key] and Dictionary of globally unique identifier [key] and Collection of IMediaItemValue [value] [value]

Response Formats

application/json, text/json

Sample:
{
  "1": {
    "12a08f60-142a-443a-b3c3-10759f8805ba": null,
    "4c5d975d-5296-4385-b2b9-5810f9c51bb1": null
  },
  "2": {
    "362b45a8-23e9-4b4f-a4d0-7d28b1007db2": null,
    "7138e2e2-e3d7-4ada-91ad-94f66d500d99": null
  }
}