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": {
    "4353ad73-6b9f-4a02-bb03-41c10a5a6e2b": null,
    "1e2b0e7b-e648-4b21-be15-e83ac0d7402b": null
  },
  "2": {
    "44680045-ad3f-44b5-8be7-45ec31e448d2": null,
    "1d544512-f96e-4b61-ac89-d6d82f1f5d61": null
  }
}