ARGUS Enterprise · Example Payload

Argus Enterprise Event Example

Altus GroupAsset ManagementCash Flow ModelingCommercial Real EstatePortfolio ManagementValuation

Argus Enterprise Event Example is an example object payload from ARGUS Enterprise, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idsubscriptionIdeventTypestatuspayloaddeliveryAttemptscreatedAt

Example Payload

Raw ↑
{
  "id": "ae-001234",
  "subscriptionId": "ae-001234",
  "eventType": "Office",
  "status": "Pending",
  "payload": {
    "eventId": "ae-001234",
    "eventType": "Office",
    "timestamp": "value-timestamp",
    "resourceType": "Office"
  },
  "deliveryAttempts": [
    "value-deliveryat",
    "value-deliveryat"
  ],
  "createdAt": "value-createdat"
}