Modeling-Manage Custom Group Objects-Create and Update a Custom Group

Number of APIs: 8

  1. Delete the changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId

  2. Login POST {{baseUrl}}/api/auth/login

  3. Create a changeset POST {{baseUrl}}/api/model/changesets

  4. Create a new custom group POST {{baseUrl}}/api/model/customGroups

  5. Update custom group definition PUT {{baseUrl}}/api/model/customGroups/:customGroupId

  6. Commit the changeset changes to the metadata POST {{baseUrl}}/api/model/changesets/:changesetId/commit

  7. Delete the custom group DELETE {{baseUrl}}/api/objects/:objectId?type=1

  8. Logout POST {{baseUrl}}/api/auth/logout