CompaniesResponse

ConstructionBIMProject ManagementAECCADArchitectureEngineeringField Management

Properties

Name Type Description
results array
pagination object
View JSON Schema on GitHub

JSON Schema

autodesk-construction-cloud-companiesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompaniesResponse",
  "title": "CompaniesResponse",
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "status": {
            "type": "string"
          },
          "tradeType": {
            "type": "string"
          }
        }
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}