Logo
OpenText Developer Cloud public resources API Documentation

Create workspace template (minimum)

POST {{workspace-service-endpoint}}/api/v1/workspace/types/{{workspace_type_employee}}/templates

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'workspace-service-endpoint/api/v1/workspace/types/workspace_type_employee/templates' -d '{"display_name_multilingual":{"en":"Employee North America"},"case_model":{"root_case_node":{"display_name":"Employee North America","child_nodes":[{"display_name":"010 Hiring \u0026 Onboarding","child_nodes":[{"display_name":"010.010 Application and Selection","child_nodes":[{"display_name":"Application and Selection Documents","category":"file","object_type":"cms_file"}]},{"display_name":"010.020 Onboarding","child_nodes":[{"display_name":"Onboarding Documents","category":"file","object_type":"cms_file"}]}]}]}}}'

ENDPOINTS