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": {
    "4435f979-ca6e-4a48-a5a7-15030709e4b5": null,
    "9f6d711a-32af-4d27-a519-79d6c094cf92": null
  },
  "2": {
    "1202ada4-657b-4111-ac49-ffb711847dae": null,
    "4ee6a512-6bf1-4838-aef9-9157ca1af4b0": null
  }
}