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": {
    "52d5f303-11bc-41c6-bf4b-fc4fede92bbf": null,
    "d8cddaea-d560-4610-a7ac-bbb9f022b503": null
  },
  "2": {
    "2d6537d2-525b-416e-854d-56c12eb2c4e8": null,
    "f6567a5a-8174-4c32-8120-d1313915db9f": null
  }
}