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": "f736ff42-3104-4477-a32b-0d479461a477"
},
"uuid": "c2d315ee-a157-4249-bbbf-fb2c80a6a409",
"circle": {
"name": "The Codepotato Gang",
"uuid": "8b0bb1a1-f866-4a55-8b65-463a2ff97e4f"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "44f928d7-499d-4c43-93ae-823ee7524572",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-04-11T12:54:58+01:00",
"first_name": "Gareth",
"updated_at": "2025-04-11T12:54:58+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2025-04-11T12:54:58+01:00",
"expires_at": "2025-04-11T12:54:58+01:00",
"updated_at": "2025-04-11T12:54:58+01:00",
"is_complete": false,
"completed_sections": 2
}