Logo
OpenText Developer Cloud public resources API Documentation

Workspace templates

Number of APIs: 6


1. Create workspace template (maximum)

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



2. Update display name

PATCH {{workspace-service-endpoint}}/api/v1/workspace/types/{{workspace_type_employee_l10n}}/templates/{{workspace_template_employee_eu}}



3. Get workspace template

GET {{workspace-service-endpoint}}/api/v1/workspace/types/{{workspace_type_employee_l10n}}/templates/{{workspace_template_employee_eu}}



4. Get workspace templates

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



5. Create workspace template (minimum)

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



6. Update folder structure

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



ENDPOINTS