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": {
    "f6510387-7bbe-419d-a3ed-d37bc808094f": null,
    "d1116dc7-7403-4c8f-8458-5713fbbe6338": null
  },
  "2": {
    "23b94be5-5161-4749-9453-506ba2bd7cf0": null,
    "79515f55-7a50-4fd6-afcb-68a03584afaa": null
  }
}