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": "ae9097e4-8db4-4d9f-97ef-49373e086099"
},
"uuid": "894648bf-c1cb-49f3-b392-66d2bd3cd6c1",
"circle": {
"name": "The Codepotato Gang",
"uuid": "53d4a40f-457f-4507-9232-e17e6621b731"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "40364e95-3025-4bba-81a9-d12fe9d5cd9c",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-04-30T15:05:01+01:00",
"first_name": "Gareth",
"updated_at": "2025-04-30T15:05:01+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2025-04-30T15:05:01+01:00",
"expires_at": "2025-04-30T15:05:01+01:00",
"updated_at": "2025-04-30T15:05:01+01:00",
"is_complete": false,
"completed_sections": 2
}