Logo
OpenText Developer Cloud public resources API Documentation

Create workspace template (maximum)

POST {{workspace-service-endpoint}}/api/v1/workspace/types/{{workspace_type_employee_l10n}}/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_l10n/templates' -d '{"display_name_multilingual":{"en":"Employee Europe"},"description":"An Employee from Europe","case_model":{"display_name":"Employee Europe","description":"Case Model of Workspace Template Employee Europe","root_case_node":{"name":"employee_europe","display_name":"Employee Europe","permission_template_name":"folder_acl","child_nodes":[{"name":"010_hiring_onboarding","display_name":"010 Hiring \u0026 Onboarding","category":"folder","object_type":"cms_folder","child_nodes":[{"name":"010_010_application_and_selection","display_name":"010.010 Application and Selection","category":"folder","object_type":"cms_folder","child_nodes":[{"name":"application_and_selection_documents","display_name":"Application and Selection Documents","category":"file","object_type":"cms_file"}]}]}]}}}'

ENDPOINTS