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": {
    "85d3dac9-7623-498e-af82-dfeefed7284c": null,
    "c7faa2dc-015b-4fa9-9112-990a8b2d900c": null
  },
  "2": {
    "be792492-449d-49c3-8885-21e7a6c944c1": null,
    "d0366a6c-4bc6-4d75-850a-0e8f30bdfe64": null
  }
}