Complete a fact-find request for a given fact-find pass

POST /api/v1/fact-find/request/{factFindRequest_uuid}/complete

Headers

  • X-PLANNR-ACCOUNT-UUID string

Path parameters

  • factFindRequest_uuid string Required
application/json

Body Required

  • fact_find_pass_uuid string Required

    The fact-find pass that is completing the fact-find.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • uuid string

      The UUID of the resource.

    • created_at string

      The timestamp of when the resource was created.

    • updated_at string

      The timestamp of when the resource was updated.

    • status string

      The status of the fact-find request. Available options: in_progress,complete

    • completed_at string

      The datetime when the fact-find request has been completed

    • invitation_text string

      The text that is used in the notification/email sent out to the client.

    • schema object

      The fact-find schema used for the fact-find request.

      Hide schema attributes Show schema attributes object
      • uuid string
      • created_at string
      • updated_at string
      • archived_at string
      • is_archived boolean
      • name string
      • introduction_html string
      • sections_count integer
      • public_url string
    • latest_file object

      The latest file that has been generated for the fact-find request.

      Hide latest_file attributes Show latest_file attributes object
      • uuid string
      • created_at string
      • original_created_at string
      • updated_at string
      • uploaded_at string
      • status string
      • filename string
      • name string
      • extension string
      • type string
      • size string
      • path string
      • last_modified string
      • progress string
      • download_url string
      • folder_name string
      • folder string
      • documentable_type string
      • documentable string
      • navigator object
        Hide navigator attributes Show navigator attributes object
        • model_type string
        • model_uuid string
      • firm string
      • account string
      • tags string
    • account object

      The account that the fact-find request was sent to. Only visible when listing fact-find requests for a circle.

      Hide account attributes Show account attributes object
      • uuid string
      • created_at string
      • updated_at string
      • type string
      • role string
      • first_name string
      • last_name string
      • name string
      • email string
      • photo_url string
      • external_references string
    • invitation_url string

      The invitation URL sent to the client.

    • fact_find_passes object

      The fact find passes added to the fact-find request.

      Hide fact_find_passes attributes Show fact_find_passes attributes object
      • uuid string
      • created_at string
      • updated_at string
      • firm object
        Hide firm attributes Show firm attributes object
        • uuid string
        • name string
      • account string
      • circle object
        Hide circle attributes Show circle attributes object
        • uuid string
        • name string
      • expires_at string
      • progress integer
      • is_complete boolean
      • completed_sections integer
POST /api/v1/fact-find/request/{factFindRequest_uuid}/complete
curl \
 --request POST 'https://api.plannrcrm.com/api/v1/fact-find/request/6ff8f7f6-1eb3-3525-be4a-3932c805afed/complete' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
 --data '{"fact_find_pass_uuid":"795e99ea-a263-41aa-b38b-b660a515cb54"}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}

# Payload
{
  "fact_find_pass_uuid": "795e99ea-a263-41aa-b38b-b660a515cb54"
}
Response examples (200)
{
  "uuid": "84a486d4-9b1d-4f08-8dd2-1a5f5bd4c313",
  "schema": {
    "name": "Default fact-find",
    "uuid": "b966b7da-0719-4c72-a850-3add8958dc98",
    "created_at": "2025-08-07T13:41:45+01:00",
    "public_url": "https://api.plannrcrm.com/fact-find/0bf6288b-4466-4ac0-acf3-95144ae941af",
    "updated_at": "2025-08-07T13:41:45+01:00",
    "archived_at": "2025-08-06T13:41:45+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": "52ba868a-e2a8-4981-abcf-26060d45d82f",
    "email": "gareth@codepotato.co.uk",
    "last_name": "Thompson",
    "photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
    "created_at": "2025-08-07T13:41:45+01:00",
    "first_name": "Gareth",
    "updated_at": "2025-08-07T13:41:45+01:00",
    "external_references": "App\\Http\\Resources\\ExternalReferenceResource"
  },
  "created_at": "2025-08-07T13:41:45+01:00",
  "updated_at": "2025-08-07T13:41:45+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": "c86a802e-cb1b-4047-afd6-0f84928f104e",
    "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": "969524c8-db18-4bda-bd1c-28b9c54f5a7a"
    },
    "created_at": "2025-08-07T13:41:45+01:00",
    "updated_at": "2025-08-07T13:41:45+01:00",
    "folder_name": "folder 2",
    "uploaded_at": "2025-08-07T13:41:45+01:00",
    "documentable": "Object",
    "download_url": "https://api.plannrcrm.com/file/eb897511-3c43-41e3-b65e-aacc061056f3/download",
    "last_modified": "2025-08-07T13:41:45+01:00",
    "documentable_type": "account",
    "original_created_at": "2025-08-07T13:41:45+01:00"
  },
  "completed_at": "2025-08-02T13:41:45+01:00",
  "invitation_url": "https://api.plannrcrm.com/fact-find/24c5c72f-dd00-4f6f-9f34-f1b91c8529f5/6fa4c2c0-c35c-4f94-8683-a6aeebb51aed",
  "invitation_text": "Please complete this fact-find!",
  "fact_find_passes": {
    "firm": {
      "name": "Codepotato Ltd",
      "uuid": "55f47afb-b32b-468d-9910-8f0c17860b4d"
    },
    "uuid": "7191acd0-8bed-4259-aecb-8c0268f53bdc",
    "circle": {
      "name": "The Codepotato Gang",
      "uuid": "fdc5667b-1c30-4ae4-95c5-e4aa20e43c96"
    },
    "account": "App\\Http\\Resources\\MinimalAccountResource",
    "progress": 50,
    "created_at": "2025-08-07T13:41:45+01:00",
    "expires_at": "2025-08-07T13:41:45+01:00",
    "updated_at": "2025-08-07T13:41:45+01:00",
    "is_complete": false,
    "completed_sections": 2
  }
}