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": {
    "b1189b89-bafe-449a-b3cf-578f1bfb5537": null,
    "3ec96582-7153-437b-9a04-f795411dae90": null
  },
  "2": {
    "936d6c5f-5047-4573-bcb4-88c39f97fccf": null,
    "0e36c681-70e3-4963-aacd-7c83b1e442de": null
  }
}