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": {
    "ed699360-655d-4832-83b7-ed60601d2951": null,
    "00b46f7b-2751-4be2-ac01-a049e3d1db36": null
  },
  "2": {
    "13e8268c-348d-4499-ae62-8bd189b5e416": null,
    "c72b67af-e768-4c87-b9b0-cb4e48755ebb": null
  }
}