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": {
    "acc6ae4c-c649-4ac3-8472-2b2916467bdd": null,
    "40dc34b6-7684-4c63-abe5-df9cf539c01d": null
  },
  "2": {
    "1aaa914b-4f37-44ba-8d65-21c2f5e4d5b6": null,
    "27134c6b-235b-416b-9c0a-0e8a675f42cb": null
  }
}