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": {
    "3d6479f7-2094-4e97-9f2e-a6040a37a9aa": null,
    "923fe81e-7d57-4ba4-b684-da295cedb9cd": null
  },
  "2": {
    "9b3bde52-3bcf-4120-b4e4-15d467094bd6": null,
    "16b57968-dee3-4d73-9593-0c7468b53c08": null
  }
}