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": "5b108476-bc73-457e-ad5e-11e8a8538507",
"schema": {
"name": "Default fact-find",
"uuid": "daed5998-aad4-4ecf-af75-688b0b44fbb3",
"created_at": "2026-03-06T12:00:59+00:00",
"public_url": "https://api.plannrcrm.com/fact-find/61b8f583-916f-4896-bbb1-55fa1e6df299",
"updated_at": "2026-03-06T12:00:59+00:00",
"archived_at": "2026-03-05T12:00:59+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": "4517c55b-faa2-41f7-ae3c-497de38ad705",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2026-03-06T12:00:59+00:00",
"first_name": "Gareth",
"updated_at": "2026-03-06T12:00:59+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"created_at": "2026-03-06T12:00:59+00:00",
"updated_at": "2026-03-06T12:00:59+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": "9bbac258-63cb-42a9-a9de-90a41f47e382",
"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": "9f78d8b3-210f-4ef0-af8a-bea0f64fd231"
},
"created_at": "2026-03-06T12:00:59+00:00",
"updated_at": "2026-03-06T12:00:59+00:00",
"folder_name": "folder 2",
"uploaded_at": "2026-03-06T12:00:59+00:00",
"documentable": "Object",
"download_url": "https://api.plannrcrm.com/file/38987e5b-6c06-48e8-ad08-4b2f13e31af1/download",
"last_modified": "2026-03-06T12:00:59+00:00",
"documentable_type": "account",
"original_created_at": "2026-03-06T12:00:59+00:00"
},
"completed_at": "2026-03-01T12:00:59+00:00",
"invitation_url": "https://api.plannrcrm.com/fact-find/1f605b17-3af5-4e4b-80a6-53a0de78eafc/f94d6a90-63f8-4e68-b211-56997f719785",
"invitation_text": "Please complete this fact-find!",
"fact_find_passes": {
"firm": {
"name": "Codepotato Ltd",
"uuid": "c93a25b5-6b83-4b69-90f7-26bae11be7ca"
},
"uuid": "0543a6bb-2d8c-48c7-bc42-52c7d184b19b",
"circle": {
"name": "The Codepotato Gang",
"uuid": "34ee2baa-cb6f-423b-882d-8943dbb495f8"
},
"account": "App\\Http\\Resources\\MinimalAccountResource",
"progress": 50,
"created_at": "2026-03-06T12:00:59+00:00",
"expires_at": "2026-03-06T12:00:59+00:00",
"updated_at": "2026-03-06T12:00:59+00:00",
"is_complete": false,
"completed_sections": 2
}
}
]
}