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": {
    "00694689-7f9b-40c6-9512-7435bb95fbb4": null,
    "7ee6af0e-d77b-49e9-a480-2cfd9fbe0ae6": null
  },
  "2": {
    "d55b0b71-9d3d-42a5-882e-fa35b8d5ed7d": null,
    "dcf54a50-0795-4113-b0ad-846e21c58250": null
  }
}