ACCORD Data API (1)

Download OpenAPI specification:

This is the Data API proposed as part of the ACCORD project version: '1.0.0'. It is designed to be implemented by the cloud permitting system to allow retrieval of models.

Returns a given model specified by a Model Id

Authorizations:
auth
path Parameters
ModelId
required
string <uuid>

The Model Id

Responses

Execute a GraphQL query over an IFC model.

Authorizations:
auth
path Parameters
ModelId
required
string <uuid>

The Model Id

Request Body schema: application/json

A GraphQL Query

query
string

Responses

Request samples

Content type
application/json
{
  • "query": "string"
}

Response samples

Content type
application/json
{
  • "data": { }
}