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": {
    "f705b6f7-9127-42a8-905e-ce65c9eb30db": null,
    "0d3efef6-b596-4489-8c48-0d2e9eb63285": null
  },
  "2": {
    "e434fe90-bc7c-4407-ad40-221c9721aaa3": null,
    "e086e9c7-a280-49d4-bf17-7269a3e84b02": null
  }
}