Complete a fact-find request for a given fact-find pass
Headers
-
Content-Type
string -
Accept
string -
X-PLANNR-ACCOUNT-UUID
string
Path parameters
-
factFindRequest_uuid
string Required
Body
Required
-
fact_find_pass_uuid
string Required The fact-find pass that is completing the fact-find.
POST
/api/v1/fact-find/request/{factFindRequest_uuid}/complete
curl \
--request POST 'https://api.plannrcrm.com/api/v1/fact-find/request/factFindRequest_uuid/complete' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"fact_find_pass_uuid":"a7227d7c-46b9-4b79-b53c-52f4fbca8ee4"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"fact_find_pass_uuid": "a7227d7c-46b9-4b79-b53c-52f4fbca8ee4"
}
Response examples (200)
{
"uuid": "e6636c8d-8b75-4e1a-ab3d-f27b0e147b32",
"schema": {
"name": "Default fact-find",
"uuid": "16bcc3fd-3c67-4861-97cb-676d74fa0b1e",
"created_at": "2025-06-05T11:39:42+01:00",
"public_url": "https://plannr.valet/fact-find/7e598d76-0a02-461f-85e3-e5e068d49d58",
"updated_at": "2025-06-05T11:39:42+01:00",
"archived_at": "2025-06-04T11:39:42+01: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": "dd2fc830-4262-488f-8152-edab767489d6",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-06-05T11:39:42+01:00",
"first_name": "Gareth",
"updated_at": "2025-06-05T11:39:42+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"created_at": "2025-06-05T11:39:42+01:00",
"updated_at": "2025-06-05T11:39:42+01: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": "2e7cfe40-b316-4fb2-8139-f8f93a3ef3ea",
"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": "9191046f-3618-4c72-9ba0-1236a58f6d9a"
},
"created_at": "2025-06-05T11:39:42+01:00",
"updated_at": "2025-06-05T11:39:42+01:00",
"folder_name": "folder 2",
"uploaded_at": "2025-06-05T11:39:42+01:00",
"documentable": "Object",
"download_url": "https://plannr.valet/file/8bfa9b98-8d4a-4657-8984-f4cd91e15de6/download",
"last_modified": "2025-06-05T11:39:42+01:00",
"documentable_type": "account",
"original_created_at": "2025-06-05T11:39:42+01:00"
},
"completed_at": "2025-05-31T11:39:42+01:00",
"invitation_url": "https://plannr.valet/fact-find/96d0aac2-088c-4bdc-aa6f-91b935fecb0d/9fbcd021-5b83-4eff-bba2-e02e079750bf",
"invitation_text": "Please complete this fact-find!",
"fact_find_passes": {
"firm": {
"name": "Codepotato Ltd",
"uuid": "1b5dcacd-f3ac-4109-90e9-0fa4b2a346d2"
},
"uuid": "98aaeb0d-eb00-4614-bc72-2205e18dcd8b",
"circle": {
"name": "The Codepotato Gang",
"uuid": "755a0cb1-89c2-443a-ba5d-5dc9b25b8c28"
},
"account": "App\\Http\\Resources\\MinimalAccountResource",
"progress": 50,
"created_at": "2025-06-05T11:39:42+01:00",
"expires_at": "2025-06-05T11:39:42+01:00",
"updated_at": "2025-06-05T11:39:42+01:00",
"is_complete": false,
"completed_sections": 2
}
}