Get all fact-find requests for the user.

GET /api/v1/fact-find/request

Headers

  • X-PLANNR-ACCOUNT-UUID string

Query parameters

  • filter[uuid] string

    Filter by a comma separated list of UUIDs.

  • sort string

    Field to sort by. Valid fields are [created_at, updated_at]. Negative sign to denote DESC. Defaults to '-created_at'.

  • per_page integer

    Number of results to return with pagination (Default 15. Max 500).

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • data array[object]
      Hide data attributes Show data attributes object
      • uuid string
      • created_at string
      • updated_at string
      • status string
      • completed_at string
      • invitation_text string
      • schema object
        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
        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
        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
      • fact_find_passes object
        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
GET /api/v1/fact-find/request
curl \
 --request GET 'https://api.plannrcrm.com/api/v1/fact-find/request' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
  "data": [
    {
      "uuid": "cb5c8c36-3f07-4425-bc75-eaf5d0fd2665",
      "schema": {
        "name": "Default fact-find",
        "uuid": "8ca18c30-20d8-402f-b1af-8c9b1bf98917",
        "created_at": "2025-07-17T16:23:24+01:00",
        "public_url": "https://api.plannrcrm.com/fact-find/72dd6d06-8113-4772-96f3-e891bd5dac17",
        "updated_at": "2025-07-17T16:23:24+01:00",
        "archived_at": "2025-07-16T16:23:24+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": "117ea16f-4c4f-4c63-b78c-87e36cae1ae3",
        "email": "gareth@codepotato.co.uk",
        "last_name": "Thompson",
        "photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
        "created_at": "2025-07-17T16:23:24+01:00",
        "first_name": "Gareth",
        "updated_at": "2025-07-17T16:23:24+01:00",
        "external_references": "App\\Http\\Resources\\ExternalReferenceResource"
      },
      "created_at": "2025-07-17T16:23:24+01:00",
      "updated_at": "2025-07-17T16:23:24+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": "7cbee671-8f5b-4edb-8444-b009230d3eb9",
        "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": "ecfd0239-2755-4e54-9403-4cda150ce664"
        },
        "created_at": "2025-07-17T16:23:24+01:00",
        "updated_at": "2025-07-17T16:23:24+01:00",
        "folder_name": "folder 2",
        "uploaded_at": "2025-07-17T16:23:24+01:00",
        "documentable": "Object",
        "download_url": "https://api.plannrcrm.com/file/d338e798-2540-40d5-b645-cfe73bd582bc/download",
        "last_modified": "2025-07-17T16:23:24+01:00",
        "documentable_type": "account",
        "original_created_at": "2025-07-17T16:23:24+01:00"
      },
      "completed_at": "2025-07-12T16:23:24+01:00",
      "invitation_url": "https://api.plannrcrm.com/fact-find/b83a0c48-ad0c-4b14-9844-3ed98c3b075e/c6024660-50e7-42d1-92fc-2ea85fe54846",
      "invitation_text": "Please complete this fact-find!",
      "fact_find_passes": {
        "firm": {
          "name": "Codepotato Ltd",
          "uuid": "9b451d07-3ddb-4b92-b69d-39ef4227a27c"
        },
        "uuid": "5f3c0746-6ba0-4fbe-89f8-61acbc6c9cec",
        "circle": {
          "name": "The Codepotato Gang",
          "uuid": "9f0dd402-cad1-44c1-9d58-47217d993d93"
        },
        "account": "App\\Http\\Resources\\MinimalAccountResource",
        "progress": 50,
        "created_at": "2025-07-17T16:23:24+01:00",
        "expires_at": "2025-07-17T16:23:24+01:00",
        "updated_at": "2025-07-17T16:23:24+01:00",
        "is_complete": false,
        "completed_sections": 2
      }
    }
  ]
}