Get all fact-find requests for the user. Run in API Explorer
Ask AI
GET
/api/v1/fact-find/request
curl \
--request GET 'https://api.plannrcrm.com/api/v1/fact-find/request' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"data": [
{
"uuid": "28170309-82e7-4054-87f3-1afb98acfa5a",
"schema": {
"name": "Default fact-find",
"uuid": "dfa172f3-f775-4046-afc1-44904144f83a",
"created_at": "2026-03-18T16:05:26+00:00",
"public_url": "https://api.plannrcrm.com/fact-find/f91fbbaa-7b38-422e-bed1-263ec9f37bed",
"updated_at": "2026-03-18T16:05:26+00:00",
"archived_at": "2026-03-17T16:05:26+00:00",
"is_archived": false,
"sections_count": 5,
"introduction_html": "Welcome to our fact-find! <b>You can use some HTML too.</b>"
},
"status": "complete",
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "dabddb94-add1-44bc-888e-a9b9630e4e55",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2026-03-18T16:05:26+00:00",
"first_name": "Gareth",
"updated_at": "2026-03-18T16:05:26+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"created_at": "2026-03-18T16:05:26+00:00",
"updated_at": "2026-03-18T16:05:26+00:00",
"latest_file": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Welcome to Plannr",
"path": "Gareth Thompson/Subfolder/Welcome to Plannr.pdf",
"size": "21691783",
"tags": "App\\Http\\Resources\\TagResource",
"type": "type",
"uuid": "19f11cae-37b7-4581-b181-aa4fbce35248",
"folder": "App\\Http\\Resources\\FolderResource",
"status": "uploaded",
"account": "App\\Http\\Resources\\MinimalAccountResource",
"filename": "Welcome to Plannr.pdf",
"progress": "100",
"extension": "pdf",
"navigator": {
"model_type": "account",
"model_uuid": "6db64559-1293-40af-a836-574ce96f22ba"
},
"created_at": "2026-03-18T16:05:26+00:00",
"updated_at": "2026-03-18T16:05:26+00:00",
"folder_name": "folder 2",
"uploaded_at": "2026-03-18T16:05:26+00:00",
"documentable": "Object",
"download_url": "https://api.plannrcrm.com/file/1636ac75-3d0b-44d0-95e1-9c7e5d5cf9a7/download",
"last_modified": "2026-03-18T16:05:26+00:00",
"documentable_type": "account",
"original_created_at": "2026-03-18T16:05:26+00:00"
},
"completed_at": "2026-03-13T16:05:26+00:00",
"invitation_url": "https://api.plannrcrm.com/fact-find/6f98b585-d2f4-437f-a3b3-a4499dc28796/28303ce5-7866-4b0e-b526-0c29802d6c9b",
"invitation_text": "Please complete this fact-find!",
"fact_find_passes": {
"firm": {
"name": "Codepotato Ltd",
"uuid": "9a086e50-a1cb-473e-ad04-6e604dbb7ca4"
},
"uuid": "935ac728-e4ee-458a-84d9-c75f6e1dea82",
"circle": {
"name": "The Codepotato Gang",
"uuid": "9b4015f1-7743-41b2-b2ba-e87d46216e0f"
},
"account": "App\\Http\\Resources\\MinimalAccountResource",
"progress": 50,
"created_at": "2026-03-18T16:05:26+00:00",
"expires_at": "2026-03-18T16:05:26+00:00",
"updated_at": "2026-03-18T16:05:26+00:00",
"is_complete": false,
"completed_sections": 2
}
}
]
}