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": {
    "e86065ac-44a4-45e6-8141-e7b45ce41c95": null,
    "5496cce9-4896-4277-b8c8-915ed413f548": null
  },
  "2": {
    "990bee09-c03e-4c62-aa46-2654ecb50bc2": null,
    "88dd9e00-2f77-4138-abbc-fdee1c577262": null
  }
}