Get Dashboard Summary
curl --request POST \
--url https://api.realtimelca.com/rest/api/dashboard/{id}/summary \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Project
Get Dashboard Summary
Retrieves a dashboard summary for a specific project or dashboard, filtered by indicator type mapping and lifecycle assessment (LCA) stages.
Endpoint: POST {{lcabaseUrl}}/dashboard/:id
POST
/
dashboard
/
{id}
/
summary
Get Dashboard Summary
curl --request POST \
--url https://api.realtimelca.com/rest/api/dashboard/{id}/summary \
--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.
Path Parameters
Body
application/json
The body is of type object.
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

