Get all fact-find requests for the user. Run in API Explorer
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": "095f01a6-32fb-4d63-a206-f3efef30d439",
"schema": {
"name": "Default fact-find",
"uuid": "9c3c8c11-b8bc-4589-ae52-6ea586d7f4fb",
"created_at": "2025-11-17T21:14:40+00:00",
"public_url": "https://api.plannrcrm.com/fact-find/089c77a6-0a08-4f3f-ba5d-36328d8b61a9",
"updated_at": "2025-11-17T21:14:40+00:00",
"archived_at": "2025-11-16T21:14:40+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": "9433f478-67d5-4613-abf3-d4d40767c3c5",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-11-17T21:14:40+00:00",
"first_name": "Gareth",
"updated_at": "2025-11-17T21:14:40+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"created_at": "2025-11-17T21:14:40+00:00",
"updated_at": "2025-11-17T21:14:40+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": "03c3c031-d2a1-44ac-a340-12f0123cbd01",
"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": "a0040a49-99dc-4b3b-8841-244909251a7c"
},
"created_at": "2025-11-17T21:14:40+00:00",
"updated_at": "2025-11-17T21:14:40+00:00",
"folder_name": "folder 2",
"uploaded_at": "2025-11-17T21:14:40+00:00",
"documentable": "Object",
"download_url": "https://api.plannrcrm.com/file/81f4c7c6-8463-4e28-b864-a7f69b420880/download",
"last_modified": "2025-11-17T21:14:40+00:00",
"documentable_type": "account",
"original_created_at": "2025-11-17T21:14:40+00:00"
},
"completed_at": "2025-11-12T21:14:40+00:00",
"invitation_url": "https://api.plannrcrm.com/fact-find/e907f4b8-9d47-45cf-8f75-681253f9482f/32f3fc91-d29f-4db5-a7db-6d9ec4a6d583",
"invitation_text": "Please complete this fact-find!",
"fact_find_passes": {
"firm": {
"name": "Codepotato Ltd",
"uuid": "15a0729f-9c2b-4771-be5a-82d145334a4f"
},
"uuid": "8e811830-2b7d-4f3f-9d43-3e6131029d1f",
"circle": {
"name": "The Codepotato Gang",
"uuid": "ac281ca7-98ec-4596-8faa-bbf8c9937a8f"
},
"account": "App\\Http\\Resources\\MinimalAccountResource",
"progress": 50,
"created_at": "2025-11-17T21:14:40+00:00",
"expires_at": "2025-11-17T21:14:40+00:00",
"updated_at": "2025-11-17T21:14:40+00:00",
"is_complete": false,
"completed_sections": 2
}
}
]
}