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": {
    "69dde767-4bd1-4947-8b12-d13e17bf5522": null,
    "290cb6c6-57c3-48ea-b8cc-0416471a3ee0": null
  },
  "2": {
    "787ce376-d280-4f31-a73e-caed2b2c2105": null,
    "ec54ce7e-987f-4765-ab35-f3e6334564d3": null
  }
}