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": {
    "8f9e0500-f4c3-47b7-b599-2f18c12cab9f": null,
    "a2744298-93df-4adf-b6ba-d5302f44aae5": null
  },
  "2": {
    "cb1c2f71-970a-4168-97e0-204bf13d3c80": null,
    "6b499d64-e8ec-4512-8f68-bf8159963b1b": null
  }
}