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": {
    "a1a4023e-e150-45d4-b21f-8785a7b4e057": null,
    "9d1dea5c-8d9c-4f08-ad8c-3110565591fd": null
  },
  "2": {
    "6351b610-8b04-4fe2-a3ec-6f730c6b0d3e": null,
    "00ed2872-fde6-486c-a077-903f60cca52d": null
  }
}