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": {
    "f30b3891-7f50-4c3c-8b3a-4f6324db8cc3": null,
    "7efc01bd-75be-4135-a121-157815774bdd": null
  },
  "2": {
    "fda7cdd9-e0b0-4c3f-8da7-c6e88d7ad11c": null,
    "b1ee601b-4787-4bf0-8a08-ede3e4294867": null
  }
}