Get single fact-find submissions Run in API Explorer
Ask AI
GET
/api/v2/submissions/{factFindSession_uuid}/account/{account_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v2/submissions/6ff8f7f6-1eb3-3525-be4a-3932c805afed/account/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"uuid": "cdb77162-ea9c-47f7-b818-bb757fd33346",
"created_at": "2026-04-18T17:51:47+01:00",
"updated_at": "2026-04-18T17:51:47+01:00",
"fact_find_answers": {
"fact_find_question": {
"uuid": {
"example": "773f0323-0a87-4a3b-ab28-9f1899459ff8",
"description": "The UUID of the resource.",
"collection": false
},
"created_at": {
"example": "2026-04-18T17:51:47+01:00",
"description": "The timestamp of when the resource was created.",
"collection": false
},
"updated_at": {
"example": "2026-04-18T17:51:47+01:00",
"description": "The timestamp of when the resource was updated.",
"collection": false
},
"field_name": {
"example": "Field Name",
"description": "The name of the field.",
"collection": false
},
"position": {
"example": "Position",
"description": "The position/order of this question within the block.",
"collection": false
},
"is_required": {
"example": "Is Required",
"description": "Bool to indicate if the question is required.",
"collection": false
},
"is_visible": {
"example": "Is Visible",
"description": "Bool to indicate if the question is visible.",
"collection": false
},
"has_conditional": {
"example": "Has Condition",
"description": "Bool to indicate if the question has any conditions.",
"collection": false
},
"condition_type": {
"example": "Condition Type",
"description": "ALL/ANY.",
"collection": false
}
},
"answer": "Stored Answer (if any)",
"previous_value": "Extracted previous value from account or block even if no question exists",
"block": "The Block enum the question belongs to"
}
}