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": {
    "e12903a8-e26b-4ebe-9e33-50e781009410": null,
    "1305862f-5f7a-4b8b-8937-47b609b4fc86": null
  },
  "2": {
    "eb5626f4-1715-40bc-a9cf-3859d9ffc572": null,
    "001faaf4-a940-4978-b0b5-d758dee2a6dd": null
  }
}