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": {
    "0e709a6e-e58a-4c0c-a6f2-3961dc1a8188": null,
    "3b084753-e1fa-4cc8-9a59-11e29e4b8c53": null
  },
  "2": {
    "40d5df80-a088-4565-a867-71ac2d23c787": null,
    "a6b44692-5a93-4ee4-8c28-c71c492bf917": null
  }
}