# Get Client's fact find request **GET /api/v2/clients/backoffice/{BackOfficeID}/factfind** This endpoint allows you to retrieve information regarding a client's active fact find. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **BackOfficeID** (string(uuid)) The BackOfficeID for the client whose fact find you want to retrieve. ### Query parameters - **ExcludeFormattedValues** (string) If set to any value, formatted values will be excluded from the response. ## Responses ### 200 Success #### Body: application/json (object) - **success** (boolean) - **data** (object) ### 403 Permission error. #### Body: application/json (object) - **success** (boolean) - **message** (string) ### 404 Fact Find not enabled for this client #### Body: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)