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": {
    "c5550939-87a2-4fea-b31e-8ddbdaed7bea": null,
    "0cf76281-7431-4bf7-b617-041973331bb2": null
  },
  "2": {
    "15e8b56f-e055-49bd-b903-b44af3eb47a9": null,
    "72b27da9-7c08-4229-9a60-e6b1b16e2c81": null
  }
}