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": {
    "795c7386-9ef1-4acb-b4e8-21012af5e8f6": null,
    "9aa5a7f5-40a7-4a73-9b20-13722709c53c": null
  },
  "2": {
    "f51cd1a4-c13a-4d0b-874d-250c33f5acb6": null,
    "41176455-1be7-4b35-8892-70145963ed09": null
  }
}