Modeling-Manage Custom Group Objects-Create a Custom Group with Band Points

Number of APIs: 7

  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. Commit the changeset changes to the metadata POST {{baseUrl}}/api/model/changesets/:changesetId/commit

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

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