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": {
    "7b1ad32f-c831-4b85-a159-4748c7fc5320": null,
    "bb196f91-710b-4685-9ad6-de424a66866f": null
  },
  "2": {
    "83bf1899-c965-4ee2-80b2-3dd2463c6b6e": null,
    "7218b5f6-0621-495b-a2d2-da60f382c306": null
  }
}