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": {
    "20dd018d-0563-4c3e-9bb3-40c318516f6c": null,
    "ec1570dd-dbf4-4a97-9c4e-4d4ba81b79fa": null
  },
  "2": {
    "b6e9ee4c-02a8-4b6b-8919-73640a8d90be": null,
    "4543c1ca-93fa-4bba-a410-37bde81d0e7c": null
  }
}