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": {
    "777517e6-dfb9-46fe-b670-3101ab848bb4": null,
    "e8328f00-4a21-49e1-9180-bca787f0f416": null
  },
  "2": {
    "2acd4071-43ae-48db-9e0c-6ee84246c8aa": null,
    "281eb155-b938-4824-9f94-b9951ca6ba98": null
  }
}