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": {
    "726c6d31-560a-4cfe-b261-d8ba4140b04a": null,
    "fc38dbc4-f904-40a2-a372-e56fdea60d78": null
  },
  "2": {
    "d98eedb0-b25e-4b44-b43d-ad3a4575192c": null,
    "fce82c62-8deb-47f9-a2ba-d042ba58379a": null
  }
}