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": {
    "11e9c543-4a1b-4b0a-aa11-044047bc46f6": null,
    "6534dd53-f0dc-481c-8f98-4604182aaa22": null
  },
  "2": {
    "5bd79eeb-2657-4812-b082-d4a1ec491961": null,
    "66047a5d-eaef-49ad-8b16-f100a1a2ca28": null
  }
}