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": {
    "0357b5c5-fb06-40ea-91e7-b9a68c8cf3e4": null,
    "1796c9de-19d2-4a40-9a82-6503e79ce23c": null
  },
  "2": {
    "f8564d37-c568-4a90-a4f5-5ab086e4744e": null,
    "eafcf0bc-d171-4081-8b9c-3db46790a981": null
  }
}