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": {
    "1d6175a9-1742-4133-a641-de1f2a8f234e": null,
    "6d81cdfc-3639-416e-8ee8-949bec71be92": null
  },
  "2": {
    "356c52c2-4db6-4ef7-8736-29708e1f73d6": null,
    "5c73704d-cbe6-4f4a-924b-21eb483ae75b": null
  }
}