Skip to main content

ListReportsResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ListReportsResponseBody.json
pageint64required
pageSizeint64required
reports object[]required
  • Array [
  • $schemauri

    A URL to the JSON Schema for this object.

    Example: https://example.com/schemas/Report.json
    agentData
    companyNamestringrequired
    companyUrlstringrequired
    contentMdstringrequired
    createdAtdate-timerequired
    createdBystringrequired
    gradestringrequired
    jobUuidstringrequired
    scoreint64required
    uuidstringrequired
  • ]
  • totalint64required
    ListReportsResponseBody
    {
    "$schema": "https://example.com/schemas/ListReportsResponseBody.json",
    "page": 0,
    "pageSize": 0,
    "reports": "Unknown Type: array,null",
    "total": 0
    }