Modeling-Manage Custom Group Objects-Create a Custom Group with Filter Elements using Custom Expressions
Number of APIs: 7
- 
Login POST {{baseUrl}}/api/auth/login 
- 
Create a changeset POST {{baseUrl}}/api/model/changesets 
- 
Create a new custom group POST {{baseUrl}}/api/model/customGroups 
- 
Commit the changeset changes to the metadata POST {{baseUrl}}/api/model/changesets/:changesetId/commit 
- 
Delete the changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId 
- 
Delete the custom group DELETE {{baseUrl}}/api/objects/:objectId?type=1 
- 
Logout POST {{baseUrl}}/api/auth/logout