Retrieve a single flexible calculation plan by its ID.
Note: This endpoint uses API version v0, which indicates an unstable contract. Breaking changes may be introduced without a version bump. Do not rely on the exact shape of the response for long-lived integrations until this is promoted to v1.
Security
BearerAuth
GET
curl -i -X GET \
'https://api.luminovo.com/flexible-calculation/plans/{id}' \
-H 'Accept: application/api.luminovo.flexible-calculation-v0+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Successful response
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "rfq_id": "6377a3cb-6a55-4ab1-a8e7-bf1376dffd7a", "currency": "string", "main_assembly": "f92366e6-9687-4f2f-a864-7c8fd6b7b354", "scenarios": [ { … } ], "sections": [ { … } ], "frozen": true, "raw_template": null, "selected_template": "string", "frozen_result": null, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }