Incident Participant Workloads
API endpoints for incident participant workloads
The incident participant workload object
Example:
{
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"role": "owner",
"slack_user_id": "U02AYNF2XJM"
}Example:
{
"minutes_spent_on_incident": 125.5,
"minutes_spent_on_incident_in_late_hours": 20.5,
"minutes_spent_on_incident_in_sleeping_hours": 15,
"minutes_spent_on_incident_in_working_hours": 90
}When the user left the incident, if they are no longer an active participant
Example:
"2021-08-17T13:28:57.801578Z"
The role they had in the incident
Available options:
observer, collaborator, responder Example:
"observer"