Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
The information in this document is currently in BETA and subject to change.

The Action Participants resource represents the participants of an action.

...

IdentifierResourceLocation Template
actionparticipants.actionactions/actions/{actionparticipants.action}
actionparticipants.participantTypeparticipanttypes/participanttypes/{actionparticipants.participantType}
actionparticipants.participantparticipants/participants/{actionparticipants.participant}


When creating (POSTing) a new action participant, the request body should be structured as follows:

{
"actionparticipants": {
"links": {
"action": "1",
"participant": "41471",
"participantType": "27"
}
}
}