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": {
    "88bfe6df-22d0-42df-bb0f-ee7f9a4e385f": null,
    "349d82c9-d5d3-4102-b86e-e9f49d08acad": null
  },
  "2": {
    "4e5ee259-2e08-4db7-9c07-405d2ec16ba2": null,
    "3651a34d-578e-4f5d-abd8-93190a0735dc": null
  }
}