Reorder Fact Find Questions Run in API Explorer
Ask AI
POST
/api/v2/fact-find/questions/reorder
curl \
--request POST 'https://api.plannrcrm.com/api/v2/fact-find/questions/reorder' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"order":["671db67e-fafc-4c83-a367-065448a1abb9","ea0f7052-6253-4342-8802-83f8c3f4de63","9877d058-b2a0-4885-bac4-1df61c6078fa"]}'
Request examples
{
"order": [
"671db67e-fafc-4c83-a367-065448a1abb9",
"ea0f7052-6253-4342-8802-83f8c3f4de63",
"9877d058-b2a0-4885-bac4-1df61c6078fa"
]
}
Response examples (200)
{
"data": [
"uuid-1",
"uuid-2",
"uuid-3"
]
}