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": {
    "ee3d8afa-6ca1-4a1a-8327-f21293452af5": null,
    "bceb4936-17b4-4c69-995d-e5e68095a784": null
  },
  "2": {
    "ec80c8af-7a4d-47a4-8690-e2165ba4472a": null,
    "94457556-a694-4608-b4c1-5313715bc9e0": null
  }
}