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": {
    "d2d14340-796f-45e7-bd58-48a4f2b7475d": null,
    "e2fd1803-1af5-44e5-bda3-ef8149ef9f1b": null
  },
  "2": {
    "a71375ce-06f5-4049-b3f2-013f13805518": null,
    "418f57b3-ea3e-40fb-9dc0-c9a624001855": null
  }
}