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": {
    "5ea2176f-b3a8-4f80-ae1b-9512a873258b": null,
    "fedfdac0-aac9-4ef6-b60f-4f3ea4ff7a58": null
  },
  "2": {
    "455bf911-99dd-4d87-bd30-29e1961f74f1": null,
    "adb8032e-c491-47ca-bf44-8045fabc83ec": null
  }
}