Get a fact-find request
Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
GET
/api/v1/fact-find/request/{factFindRequest_uuid}
curl \
-X GET https://api.plannrcrm.com/api/v1/fact-find/request/factFindRequest_uuid \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"uuid": "fc41575d-8895-4f53-b027-4fa9c91a98ea",
"schema": {
"name": "Default fact-find",
"uuid": "3a5dcc27-d660-45f1-ac30-f0d2c80b3c37",
"created_at": "2025-01-17T11:18:32+00:00",
"updated_at": "2025-01-17T11:18:32+00:00",
"archived_at": "2025-01-16T11:18:32+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",
"created_at": "2025-01-17T11:18:32+00:00",
"updated_at": "2025-01-17T11:18:32+00:00",
"latest_file": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Welcome to Plannr",
"size": "21691783",
"tags": "App\\Http\\Resources\\TagResource",
"type": "type",
"uuid": "67853490-a229-4eda-908c-0c47f1881ab6",
"parent": "Object",
"status": "uploaded",
"account": "App\\Http\\Resources\\AccountResource",
"filename": "Welcome to Plannr.pdf",
"progress": "100",
"extension": "pdf",
"created_at": "2025-01-17T11:18:32+00:00",
"updated_at": "2025-01-17T11:18:32+00:00",
"folder_name": "folder 2",
"uploaded_at": "2025-01-17T11:18:32+00:00",
"download_url": "https://plannr.valet/file/3b233172-7904-4cd2-9e7c-bd0ea914391f/download",
"last_modified": "2025-01-17T11:18:32+00:00",
"original_created_at": "2025-01-17T11:18:32+00:00"
},
"completed_at": "2025-01-12T11:18:32+00:00",
"invitation_text": "Please complete this fact-find!"
}