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": {
    "4d757a27-8941-446b-a4ec-f53f63a3b8d4": null,
    "9e973fbe-c621-49ea-82e5-dd0fa27c1dd2": null
  },
  "2": {
    "0d85b70b-6c0f-4207-b1d1-87a9789c13de": null,
    "0d07fc02-bdc0-40e1-9ea1-8ca98441e1f3": null
  }
}