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": {
    "dbed6b97-8a9b-4d11-a371-12e2d7ecf483": null,
    "b39c7f8c-0ab8-45cd-8039-9a512f6f8f6e": null
  },
  "2": {
    "d6a9dda3-49ad-4ff8-aae5-0ed237085c30": null,
    "00331605-27f5-425e-821c-ac629abf8cbd": null
  }
}