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": {
    "7d380e85-7ae3-4711-8191-6d6e139e1ae8": null,
    "f7125266-c66f-4cd8-ab12-89182e581682": null
  },
  "2": {
    "6c0b724a-1a33-4da3-8445-3b36bbcb6fbf": null,
    "e062cefc-c7d7-4ea4-9af9-c9bb8d167652": null
  }
}