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": {
    "37da5674-d405-4c78-b0f4-e9d97198e598": null,
    "1090f78d-957f-489d-b154-4b000666e6b6": null
  },
  "2": {
    "bb30152f-6821-4029-874e-76fa01c35a1c": null,
    "78d0bf37-c699-4da4-b459-f5a6fd0341ae": null
  }
}