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": {
    "b740523d-072c-4e8b-ba48-8d9f86242f11": null,
    "5a661bfe-48dc-4ea7-82d5-e6271be269ec": null
  },
  "2": {
    "5db69da7-9f00-46ee-bb85-011abdc69a67": null,
    "5ae12c55-42ca-4f2f-a904-9e45c9dac000": null
  }
}