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": {
    "8d83d125-9c51-486d-8169-56fb9454b3fd": null,
    "eda63a89-dcea-4e78-92ac-cac45d3c3034": null
  },
  "2": {
    "d2177f8a-abc8-4bb5-a856-309cb0f8f4fa": null,
    "db569737-e2ca-4208-b874-b405665fa817": null
  }
}