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": {
    "0fde130e-a2d0-4ff2-81ee-12d1aa557468": null,
    "cf9f3806-6907-46b4-bfc4-2542cc9d830f": null
  },
  "2": {
    "0ebf88a8-4d7c-4444-ba58-1f1be6b1a5ab": null,
    "8f023ba0-2dce-4e8f-bb1e-6aa7e6695f00": null
  }
}