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": {
    "c7c8a243-3db3-4da0-b09b-908fd21124f1": null,
    "abe2b01b-b8a4-486a-95a9-a977f8245a02": null
  },
  "2": {
    "e30d4d9c-e17f-43bd-a420-0026e87e0699": null,
    "89a5fca4-43ca-4c56-9583-0f46f1361020": null
  }
}