Skip to main content
GET
/
BuildingProject
/
bySpeckleStreamId
Get Project Ids By Stream ID
curl --request GET \
  --url https://api.realtimelca.com/rest/api/BuildingProject/bySpeckleStreamId \
  --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

speckleStreamId
string

Body

application/json

The body is of type object.

Response

default

Response schema not yet documented in the upstream Postman spec.