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": {
    "0c8e0d3b-bdbd-4a6a-a3d6-a0d98c191576": null,
    "6a4b427e-55d3-4806-b907-98e1f86f3975": null
  },
  "2": {
    "fc6eb585-ac28-4599-ab05-a6829e5a123b": null,
    "9cd59fb4-0b24-403e-ab16-f38d59745f7e": null
  }
}