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": {
    "38e486c7-0b12-4299-b9ea-ed078d40f69d": null,
    "1bbbd9c9-adcf-4643-8413-921dbc65b69c": null
  },
  "2": {
    "d854890c-f000-4245-9dc8-7401d0c7e478": null,
    "257f87c5-63d4-49e2-bd24-873487c02717": null
  }
}