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": {
    "34c23f34-1dc9-45dc-8e5f-8bf2d54dcd5a": null,
    "0176f43c-ba02-4f23-94d6-6392c6779290": null
  },
  "2": {
    "a1dc07ba-b3e2-4591-8005-323512deea32": null,
    "0c917344-de9b-4997-8893-d45e4c720ea1": null
  }
}