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": {
    "9f1d4716-8e3b-4cb3-b099-2f4006231646": null,
    "0689e865-2dd1-4acd-afd1-9c615e7d4a57": null
  },
  "2": {
    "f0c5f464-f24b-4797-9701-e5282acdd1f4": null,
    "a38a1bd0-1133-410c-b42a-0481a7697eb2": null
  }
}