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": {
    "d570e4d9-bf5d-4a0e-9a73-9eedc1569031": null,
    "ab88fb11-4b70-4dc4-a407-f42628b84746": null
  },
  "2": {
    "a45ac9ba-2b03-4d67-977e-ca649ef7c03e": null,
    "b230f681-782d-4ff6-8b9a-c6697f5a8fc5": null
  }
}