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": {
    "a0f880eb-d373-4332-95a7-186fbede1c39": null,
    "bd7a50af-d748-48f2-9734-a14b662a0248": null
  },
  "2": {
    "a60cb09b-c42e-454c-9276-9193145d0b43": null,
    "012bad37-fbe9-45bf-8f4e-175279c9754b": null
  }
}