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": {
    "9796d166-a3e3-46e8-a69b-d5b9a01d009f": null,
    "f690cb0f-78e6-4c6a-bc17-e767f14787f5": null
  },
  "2": {
    "ce651510-d4af-4645-8302-cf44b467fd9b": null,
    "dff46cfc-a6bd-4258-8036-b57b448445f7": null
  }
}