Creating the predefined checklist
Developing
POST
/project/checklist/component
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/project/checklist/component' \
--header 'Content-Type: application/json' \
--data-raw '{
"checklist": [
"Initial site survey",
"Foundation inspection",
"Roofing installation check",
"Final walk-through"
],
"pickModelComponentId": "some_model_component_id_here",
"iconId": "some_icon_id_here"
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-06-06 16:19:38