Maintenance plans
List open plan suggestions
Returns open intelligent suggestions for a plan (missing-code, deviation, project grouping). Runs the same sync as the åtgärdsplanering UI before listing. **Open suggestions only** — dismissed/resolved rows are omitted. `recommended_action_json` is an integrator contract (prefill code ids, filter hints, grouping item ids).
Returns open intelligent suggestions for a plan (missing-code, deviation, project grouping). Runs the same sync as the åtgärdsplanering UI before listing. Open suggestions only — dismissed/resolved rows are omitted. recommended_action_json is an integrator contract (prefill code ids, filter hints, grouping item ids).
Authorization
ApiKeyAuth AuthorizationBearer <token>
User API key prefix fast_ (see Integrations → API Keys).
In: header
Path Parameters
planNumber*integer
Range
1 <= valueResponse Body
application/json
curl -X GET "https://api.fastorama.se/api/v1/platform/plans/1001/suggestions"{
"success": true,
"message": "string",
"messageKey": "string",
"data": {
"plan_id": "00713021-9aea-41da-9a88-87760c08fa72",
"plan_number": 1,
"open_count": 0,
"suggestions": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"suggestion_type": "string",
"severity": "info",
"title": "string",
"body": "string",
"structure_node_id": "5be2ce29-f71a-4997-b0ce-b1eaaac46fe0",
"recommended_action_json": {},
"created_at": "2019-08-24T14:15:22Z"
}
]
},
"traceId": "string"
}Empty
Empty
Empty