List all fact-find passes for the user
Headers
-
Content-Type
string -
Accept
string
Path parameters
-
factFindRequest_uuid
string Required
GET
/api/v1/fact-find-passes/{factFindRequest_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/fact-find-passes/factFindRequest_uuid' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"firm": {
"name": "Codepotato Ltd",
"uuid": "e2a5c7dc-4d80-4434-a4ae-77ac15d4532d"
},
"uuid": "e6eac729-8722-4d5c-9a20-204cbbec3bf1",
"circle": {
"name": "The Codepotato Gang",
"uuid": "9e71e426-1f3f-402e-a26f-965e40948b1f"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "ca340a99-4e53-4e4f-b5ee-c1d166a9e724",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-06-11T12:47:24+01:00",
"first_name": "Gareth",
"updated_at": "2025-06-11T12:47:24+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2025-06-11T12:47:24+01:00",
"expires_at": "2025-06-11T12:47:24+01:00",
"updated_at": "2025-06-11T12:47:24+01:00",
"is_complete": false,
"completed_sections": 2
}