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": {
    "0de4659f-eca2-4f3b-a7c5-ad33387c0db7": null,
    "13ef6353-9ee8-44ae-b3b5-9a1d17ffd092": null
  },
  "2": {
    "c50d8b65-e4d1-4bd3-ad26-95b31dec90f5": null,
    "36c797b4-be51-4b4c-9d26-79f39ea5b8d8": null
  }
}