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": {
    "6a9f5b7d-ea20-435b-af5d-e1a5f18c55ad": null,
    "bda1a71f-a451-4ea3-8620-c0350790fcdc": null
  },
  "2": {
    "e359b6d6-920e-4c0b-9edf-203c61bec836": null,
    "6b82b257-eef3-4cc1-8bdc-b5f5b42445cc": null
  }
}