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": {
    "4787c881-829f-4d4f-ac5e-a91b68831254": null,
    "93a2ffa1-dd1d-44f8-b336-0fa0ae576341": null
  },
  "2": {
    "00e72f1b-aeb6-4672-aeab-8be28ac135df": null,
    "cb3d65be-f414-4c4a-8ee5-e6f2f85a9911": null
  }
}