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": {
    "6e81e65b-9246-4375-b70f-07193c22fe2b": null,
    "538dee30-635f-469e-a700-4940ca8a67a8": null
  },
  "2": {
    "41a612dd-9b64-4e8c-913c-d7c3117a2f84": null,
    "3bbddd4f-1407-4dbb-b1e4-42de1a121ddd": null
  }
}