Skip to main content
GET
/
Mapping
/
special-conditions
/
type
By Type Identifier
curl --request GET \
  --url https://api.realtimelca.com/rest/api/Mapping/special-conditions/type \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

areaOfConstruction
integer

Not required for all special condition types or will attempt use existing mapping if not specified

buildingProjectId
string
length
integer

Not required for all special condition types or will attempt use existing mapping if not specified

model
string
specialConditionTypeId
string

Optional, will attempt to use existing mapping if not specified

typeIdentifier
string

Body

application/json

The body is of type object.

Response

default

Response schema not yet documented in the upstream Postman spec.