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": {
    "ac0ba59f-0aa2-4ae7-af5f-e22f1d50587e": null,
    "93242585-8958-40dc-b06e-844e0bf640b2": null
  },
  "2": {
    "7580f31d-1dcb-42de-9f96-4d56b82263d1": null,
    "b2ac7684-e500-45e3-86c8-12793a704dee": null
  }
}