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": {
    "10b02286-fd28-4125-9ad1-2e79c7820e9b": null,
    "817b68f9-7087-4c86-b446-49a59dfb5dbf": null
  },
  "2": {
    "f895fa48-402c-403e-8727-79d80bec0c37": null,
    "8dcd03d9-a844-44dc-b750-feaac7afb85f": null
  }
}