ARGUS Enterprise · JSON Structure

Argus Enterprise Test Result Structure

TestResult schema from ARGUS Enterprise API

Type: object Properties: 4
Altus GroupAsset ManagementCash Flow ModelingCommercial Real EstatePortfolio ManagementValuation

TestResult is a JSON Structure definition published by ARGUS Enterprise, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

success responseCode responseTime errorMessage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argus-enterprise/refs/heads/main/json-structure/argus-enterprise-test-result-structure.json",
  "name": "TestResult",
  "description": "TestResult schema from ARGUS Enterprise API",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Whether the test event was delivered successfully"
    },
    "responseCode": {
      "type": "int32",
      "description": "HTTP response code from the endpoint"
    },
    "responseTime": {
      "type": "int32",
      "description": "Response time in milliseconds"
    },
    "errorMessage": {
      "type": "string",
      "description": "Error details if the test failed"
    }
  }
}