Reorder Fact Find Blocks Run in API Explorer
Ask AI
POST
/api/v2/fact-find/blocks/reorder
curl \
--request POST 'https://api.plannrcrm.com/api/v2/fact-find/blocks/reorder' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"order":["73936b2f-0974-48bc-8e3f-b359ccde0b7b","366b67e0-5a80-4927-83fc-f9f3e42844c5","5465be67-998b-405a-8fcf-3f223c871f63"]}'
Request examples
{
"order": [
"73936b2f-0974-48bc-8e3f-b359ccde0b7b",
"366b67e0-5a80-4927-83fc-f9f3e42844c5",
"5465be67-998b-405a-8fcf-3f223c871f63"
]
}
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."
]
}
}