GET dert/{id}/Json

Gets a particular Data Export Reporting Tool query result as JSON

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the DERT query record

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
  • [
      {
      • "sample string 1": {},
      • "sample string 3": {}
      },
      {
      • "sample string 1": {},
      • "sample string 3": {}
      }
    ]