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": {
    "04aa13be-6593-4ce7-beb4-0e1769f00a3a": null,
    "ae044f65-4f71-420b-acf2-c7b0df0df1ff": null
  },
  "2": {
    "948a92ee-84f5-4faf-b786-aa1465167aaf": null,
    "7d464503-e5fb-4906-ac79-3ab23cf03881": null
  }
}