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": {
    "95a1aa1e-fc00-4fb8-bf49-2903066c2c00": null,
    "e2b0d490-216b-4db2-9a3e-53296d34c38c": null
  },
  "2": {
    "7b8a2c61-3245-49a4-9583-be75db9cbbc1": null,
    "11c39c2e-b510-4110-922b-f6f217735505": null
  }
}