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": {
    "372ad297-0f95-4784-86f1-1aaf640c0e75": null,
    "e03d161f-22ed-4f8c-87da-fa4cbc666ff5": null
  },
  "2": {
    "8327ba0b-deef-489d-9954-120ad993cd24": null,
    "b08c9445-4b44-49c7-a9af-390116bbc4c4": null
  }
}