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": {
    "8b8b8953-a8a9-428b-afcd-044aa655ee32": null,
    "3b84fc70-ba03-4bf6-9db2-9651ecdf6a62": null
  },
  "2": {
    "d60e6f58-542b-4856-a5cf-a11b994e919d": null,
    "b994b5e0-be1c-4dd5-9ebd-dc0bb265fb03": null
  }
}