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": {
    "728e93a2-7544-4efd-b114-0c46704aa53a": null,
    "f73b1e3f-4191-42c6-9988-2999bdb2a6f0": null
  },
  "2": {
    "3fbde093-9fff-4c7c-a9e5-3123c8671be2": null,
    "7f919881-c223-4eb2-9cc0-5b6e5a612bb8": null
  }
}