Skip to main content
GET
/
Construction
/
Search
Construction Search
curl --request GET \
  --url https://api.realtimelca.com/epd/api/Construction/Search \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

isPublic
boolean

Ex.: bool (true or false)

declaredUnit
integer

Integer - Ex.: 3

Ex.: Facadeelement med EPS isolering

tags
string

Ex.: Beton

isCustom
boolean
pageSize
integer

Response

default

Response schema not yet documented in the upstream Postman spec.