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":["1170276b-6f18-4187-b659-fd66607453c2","cc4bdc3a-e27d-4d5e-9655-2124ccace495","ca63985a-6c8c-4687-b70a-2330ba8fd1c1"]}'
Request examples
{
"order": [
"1170276b-6f18-4187-b659-fd66607453c2",
"cc4bdc3a-e27d-4d5e-9655-2124ccace495",
"ca63985a-6c8c-4687-b70a-2330ba8fd1c1"
]
}
Response examples (200)
{
"data": [
"uuid-1",
"uuid-2",
"uuid-3"
]
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}