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": {
    "767f4b7e-2ff8-418f-a82a-ab99760311ad": null,
    "6ab0d3e9-4215-4dfc-89d5-0d7e3acf078e": null
  },
  "2": {
    "42199053-8964-4c62-8215-59ebc55e4317": null,
    "49cf64aa-bd42-4148-9e39-fbb8f28dab64": null
  }
}