cURL
curl --request GET \ --url https://api.runflow.io/v1/solutions/sections/{id} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "label": "<string>", "description": "<string>", "sort_order": 123, "is_active": true }
Return a single Solution Section record by its primary key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Solution Section record