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 '{}'Project
Get Project Ids By Stream ID
Retrieves an overview of building projects filtered by a given Speckle stream ID. Use this endpoint to look up which building projects are associated with a specific Speckle stream.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Body
application/json
The body is of type object.
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

