Viewing a Group
You would want to view a group that is either in a draft (unpublished) state, published state, or in an in revision state.
Request
-
HTTP Method:GET
-
URL:Application_URL/services/api/v1/groups/{groupId}
-
Authorization:You must have the roles GROUP_EDIT or GROUP_READ or GROUP_DELETE assigned to your user ID in the SAP Cloud Platform account.
Response
-
If a group with the specified group ID exists, system returns the group and the relevant details.
For more information, see https://help.sap.com/doc/6b92d6402ede4542b1a46c85ee2091d6/1902/en-US/Groups.html#groups__groupId__get.
-
If the group with the specified group ID does not exist, system returns an error code.
For more information on error codes the system returns, see response payload in https://help.sap.com/doc/6b92d6402ede4542b1a46c85ee2091d6/1902/en-US/Groups.html#groups__groupId__get.