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": {
    "cea6671c-2c61-4b23-8724-ca3c16e535d9": null,
    "a4ed7739-0b2e-4cb9-8d53-e0a3eb56faa8": null
  },
  "2": {
    "98dc404d-c559-4f68-99d8-7e34ac043ce9": null,
    "9bf39666-bf28-4335-9911-8fcf21cc7db8": null
  }
}