APIs in the StakeholderUtils module
Use the APIs in the StakeholderUtils module to handle the participants of a case.
- createParticipant(caseID, participantRoleID, participantData, c11nEnv)
Creates a new participant for a case.
- deleteParticipant(caseID, participantID, c11nEnv)
Deletes an existing participant linked to a case.
- getParticipant(caseID, participantID, c11nEnv)
Obtains the data of a participant linked to a case.
- getParticipantRoles(caseID, c11nEnv)
Obtains the list of participant roles for a case.
- getParticipants(caseID, c11nEnv)
Obtains the list of participants for a case.
- getRoleView(caseID, participantRoleID, c11nEnv)
Obtains the view for a participant role for a case.
- updateParticipant(caseID, participantID, participantData, c11nEnv)
Updates the details of a participant for a case.
Previous topic getResolvedSemanticURL(routeKey, payload, params) Next topic createParticipant(caseID, participantRoleID, participantData, c11nEnv)