Skip to main content
GET
/
v1
/
solutions
/
sections
/
{id}
Get Solution Section
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Solution Section record

code
string | null
label
string | null
description
string | null
sort_order
integer | null
is_active
boolean | null