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": {
    "bc119ad0-5c30-4455-8be7-ed54a3df2a54": null,
    "3dcb9703-2918-47ad-b234-0f83c9389ed2": null
  },
  "2": {
    "d576ddd7-22ae-4b12-9f60-7fd77416f17a": null,
    "f55cf2aa-e361-4e03-8f32-8be5e8951f4b": null
  }
}