/groups

get

This endpoint reads all the groups

post

This endpoint allows you to create a group.

put

This endpoint allows you edit group details.

delete

This endpoint allows you to delete group(s).

/groups/{groupId}/assign

post

This endpoint allows you to add business objects to a group.

/groups/{groupId}/dissociate

put

This endpoint allows you to delete business objects from a group.

/groups/{groupId}/businessobjects

get

This endpoint allows you to see all the valid business objects for a group.

/groups/type/{groupTypeId}/businessobjects

get

This endpoint allows you to see all the valid business objects for a group.

/groups/{groupId}

get

This endpoint allows you to see all the information about the group.

/enumeration?type=GroupType

get

This endpoint allows you to see all the valid group types.

/groups/publish

put

This endpoint allows you to publish group(s).

/groups/{groupId}/copy

post

This endpoint allows you to copy a group.

/groups/{groupId}/revise

put

This endpoint allows you to create a new revision of a group.

/objects/{businessObjectId}/groups

get

This endpoint allows you to see all the valid groups for a business object.

/businessobjects/{businessObjectId}/assign?botype={boType}

post

This endpoint allows you to assign a business Object to multiple groups.

/objects/{businessObjectID}/unassign?botype={boType}

put

This endpoint allows you to remove a business Object from multiple groups.