Get all fact-find requests the client owns. Run in API Explorer
Ask AI
GET
/api/v1/client/{client_id}/fact-find/requests
curl \
--request GET 'https://api.plannrcrm.com/api/v1/client/architecto/fact-find/requests' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"data": [
{
"uuid": "2bc64b7f-4265-42c1-9556-99f432512fea",
"schema": {
"name": "Default fact-find",
"uuid": "a45672e6-f70e-444e-99d3-cf8187fb5118",
"created_at": "2025-12-04T22:09:15+00:00",
"public_url": "https://api.plannrcrm.com/fact-find/441dd97a-ef9e-42b9-b33d-a7350f7e2e71",
"updated_at": "2025-12-04T22:09:15+00:00",
"archived_at": "2025-12-03T22:09:15+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": "ce2ef456-bb0d-4de6-b6da-f76620cdfd86",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-12-04T22:09:15+00:00",
"first_name": "Gareth",
"updated_at": "2025-12-04T22:09:15+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"created_at": "2025-12-04T22:09:15+00:00",
"updated_at": "2025-12-04T22:09:15+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": "1d28a043-5bf4-45c3-88a7-52b4478a3def",
"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": "356008da-1d5b-4a72-a705-d60cffa2a235"
},
"created_at": "2025-12-04T22:09:15+00:00",
"updated_at": "2025-12-04T22:09:15+00:00",
"folder_name": "folder 2",
"uploaded_at": "2025-12-04T22:09:15+00:00",
"documentable": "Object",
"download_url": "https://api.plannrcrm.com/file/88036de8-33cd-4c0e-8272-04585761da27/download",
"last_modified": "2025-12-04T22:09:15+00:00",
"documentable_type": "account",
"original_created_at": "2025-12-04T22:09:15+00:00"
},
"completed_at": "2025-11-29T22:09:15+00:00",
"invitation_url": "https://api.plannrcrm.com/fact-find/1e5e69bf-de0c-42a3-a173-a3d1c59927e9/69fdfb74-c535-49f3-803e-5c4903845718",
"invitation_text": "Please complete this fact-find!",
"fact_find_passes": {
"firm": {
"name": "Codepotato Ltd",
"uuid": "74c85c4b-9cd0-4f07-99a2-ef9102f0dcee"
},
"uuid": "f5e2fe9f-bdbe-4647-97a2-2e3938adb358",
"circle": {
"name": "The Codepotato Gang",
"uuid": "7eba3f37-f44d-4f26-abee-d9acfabec847"
},
"account": "App\\Http\\Resources\\MinimalAccountResource",
"progress": 50,
"created_at": "2025-12-04T22:09:15+00:00",
"expires_at": "2025-12-04T22:09:15+00:00",
"updated_at": "2025-12-04T22:09:15+00:00",
"is_complete": false,
"completed_sections": 2
}
}
]
}