Archive a fact-find schema
Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
POST
/api/v1/fact-find/schema/{factFindSchema_uuid}/unarchive
curl \
--request POST https://api.plannrcrm.com/api/v1/fact-find/schema/factFindSchema_uuid/unarchive \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Default fact-find",
"uuid": "d57e4a60-efca-4bb0-8453-65962de9baaf",
"created_at": "2025-02-20T10:13:05+00:00",
"updated_at": "2025-02-20T10:13:05+00:00",
"archived_at": "2025-02-19T10:13:05+00:00",
"is_archived": false,
"sections_count": 5,
"introduction_html": "Welcome to our fact-find! <b>You can use some HTML too.</b>"
}