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": {
    "ec7c8fd9-e2a1-4bfe-827c-03487bb69292": null,
    "c6f429f5-c616-4c7d-ac1e-87cc470b0d32": null
  },
  "2": {
    "744b3e21-91f4-473e-913b-a049ba69663a": null,
    "b3e1ab2d-4b81-4f35-bbe9-cd39dfc7a7a6": null
  }
}