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": {
    "7701e637-b22f-41c1-b570-b3caec8bddac": null,
    "fba7981b-293a-4e76-a936-e7897b761df0": null
  },
  "2": {
    "9af372c1-af4b-4136-89b3-a8f56859b298": null,
    "b8591f8b-4842-4f79-be5a-86f760ca27cd": null
  }
}