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": {
    "e8b0ab57-1ad6-400b-9859-60ec7f60369b": null,
    "f009026c-25ca-4f5a-86c3-ce915049f7bb": null
  },
  "2": {
    "0f425619-0e17-45de-b386-60d0eb7a309b": null,
    "5f4e0591-f1e4-41d6-aba6-a0b5d7284f25": null
  }
}