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": {
    "39376e27-fa16-4467-af05-57de8654a8c0": null,
    "99caf469-a94f-41da-bbeb-995c25bbfdd1": null
  },
  "2": {
    "40af31d8-9656-4442-b6c4-acc38e907cad": null,
    "bd9a2379-38fb-4845-911c-ce2973da523c": null
  }
}