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": {
    "51360fea-62a2-473d-95c5-b060a4c83df8": null,
    "106d24db-af6d-4b4a-8a92-c22f6acc62ca": null
  },
  "2": {
    "7924507c-598a-4651-ae7a-1f6689742239": null,
    "1928c441-a672-49dc-bd68-ba5b2ed235e9": null
  }
}