Modeling-Manage Custom Group Objects-Create a Custom Group with Metric Value Banding

Number of APIs: 7

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

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

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

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

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

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

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