Get a fact-find block Run in API Explorer
Ask AI
GET
/api/v2/fact-find/blocks/{factFindBlock_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v2/fact-find/blocks/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"uuid": "7fcfb1dd-a804-41d7-9a04-f0affe300e1d",
"created_at": "2026-08-11T10:38:40+01:00",
"updated_at": "2026-08-11T10:38:40+01:00",
"fact_find_section": {
"uuid": "b426acb5-1d45-42f7-a32f-6be1e52a9e6b",
"created_at": "2026-08-11T10:38:40+01:00",
"updated_at": "2026-08-11T10:38:40+01:00",
"fact_find_template": {
"uuid": "856ce31d-a51b-43c2-8d5d-f4f87f72b720",
"created_at": "2026-08-11T10:38:45+01:00",
"updated_at": "2026-08-11T10:38:45+01:00",
"name": "My Fact-Find Template",
"description": "A comprehensive fact-find template for new clients.",
"opening_statement": "Welcome to our fact-find process...",
"closing_statement": "Thank you for completing the fact find",
"is_published": true,
"is_locked": false,
"active_session_count": 0
},
"name": "Personal Details",
"introduction_html": "<p>Please provide your personal details below.</p>",
"position": 1,
"is_complete": false,
"blocks": {
"uuid": "88c3ab85-6b8d-48b6-b7ed-fbc3ecbc587d",
"created_at": "2026-08-11T10:38:45+01:00",
"updated_at": "2026-08-11T10:38:45+01:00",
"name": "Income Details",
"introduction_html": "<p>Please provide your income details below.</p>",
"position": 1
}
},
"name": "Income Details",
"introduction_html": "<p>Please provide your income details below.</p>",
"position": 1
}