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": {
    "dbf5177f-15df-41e8-b78e-b4b28a93e107": null,
    "eabfea80-3735-4296-8b86-67afb37d1b93": null
  },
  "2": {
    "644dda6a-4347-426a-913d-bdb5b503c4be": null,
    "2a8af0d4-be27-413b-803d-7a054a1f0cd2": null
  }
}