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": {
    "ce174324-4e91-4613-99d7-75a837f84a55": null,
    "80292300-32b7-4c08-b802-3872c90cc7bc": null
  },
  "2": {
    "7d04b9c8-ac60-4d7c-9e58-bcb60510fbde": null,
    "4a4892a5-8fba-4c9c-91cd-ace7b6edc398": null
  }
}