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": {
    "f1978ea9-a17d-4ec6-8e21-4d6a9e11ca08": null,
    "a3ac1f2b-e5b5-4922-9816-cc958a82bba2": null
  },
  "2": {
    "2299f6fc-0162-45ce-8f3f-70ece0b6dff8": null,
    "b99965f8-369f-4395-8d53-3c0c8be815b0": null
  }
}