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": {
    "ced75144-9593-4682-8c41-5ee4563fdf0a": null,
    "ae484c5c-456e-4442-aefb-7a23d3b2a1c2": null
  },
  "2": {
    "7d0af00b-3066-48b4-8387-d62403facf95": null,
    "2d0faf7e-2d8b-45d5-8740-63f5be97da97": null
  }
}