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": {
    "9eba1bfc-185f-40f6-8ae5-9e858f51aaa7": null,
    "7ed831d4-89b7-4084-8fd7-79dcbe7ec64f": null
  },
  "2": {
    "ece6ef4e-5034-41cf-8ede-80ce857b7a3f": null,
    "60a5ec04-f7c7-4dc9-b3b8-4edd3b3459e4": null
  }
}