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": {
    "e11e3928-ab02-4dd2-92ca-d3938f793059": null,
    "4b40dca0-92a8-419b-830a-5a3d0bc24b89": null
  },
  "2": {
    "1112e3e6-9185-4e46-9f9d-215eaccef6a6": null,
    "e847c199-4738-4b44-b3ea-82750a9f075f": null
  }
}