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": {
    "479d6eb3-d2a8-4af4-99ce-224db6fe42be": null,
    "9345ba60-a6df-4a90-8741-df5f43b6ad7f": null
  },
  "2": {
    "536c493f-cf90-4f10-b25b-93c4d449c503": null,
    "4f8f4bc0-4838-475e-8f26-5d37dee49aa8": null
  }
}