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": {
    "b40e36bb-61e7-422e-91ad-16a0ff8a50b1": null,
    "781700d1-2f02-4d13-8736-0db2cc7e52e6": null
  },
  "2": {
    "f1b5df0a-32fc-4603-9585-0c999cb11974": null,
    "43124e94-cd7c-4743-95e8-7fc6ec0bcd02": null
  }
}