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": {
    "779321d4-ecb0-4e6f-a264-0f9f4ff88a0b": null,
    "337434b7-b897-4bdb-9775-193d8d85b90a": null
  },
  "2": {
    "0b60ff89-7cc0-4509-8634-21aa7e731a61": null,
    "f7655b21-df07-4b15-84c6-a128c00bcedf": null
  }
}