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": {
    "db31fc4d-3857-4b39-bba3-fa6c672c8014": null,
    "39e4f517-a4ae-4c99-a023-8a3cef1649b9": null
  },
  "2": {
    "6a4b5a7d-b7c8-4e12-a46d-3702907dc2be": null,
    "919c56c0-b0f8-4eb7-9ff5-e7473c39d9b6": null
  }
}