Returns a list of tasks for this event
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId |
Id for event |
integer |
Required |
| status |
Return only tasks with this status |
string |
None.
https://api.servicereef.com/v1/events/{eventId}/tasks?status={status}
| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId | integer | ||
| Name | string | ||
| Description | string | ||
| Type | ProjectTaskType | ||
| AssigneeType | ProjectTaskCompletedBy | ||
| Assignees | Collection of AssigneeViewModel | ||
| Status | ProjectTaskCompletionStatus | ||
| DueDate | date | ||
| PerParticipant | boolean |
Try this endpoint by entering your credentials and using the API Explorer.
Try With API Explorer
[
{
"TaskId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Type": "Checkbox",
"AssigneeType": "TripAdmin",
"Assignees": [
{
"UserId": 1,
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"DateCompleted": "2025-11-29T04:44:45.1982905Z",
"Status": "Open"
},
{
"UserId": 1,
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"DateCompleted": "2025-11-29T04:44:45.1982905Z",
"Status": "Open"
}
],
"Status": "Open",
"DueDate": "2025-11-29T04:44:45.1982905Z",
"PerParticipant": true
},
{
"TaskId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Type": "Checkbox",
"AssigneeType": "TripAdmin",
"Assignees": [
{
"UserId": 1,
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"DateCompleted": "2025-11-29T04:44:45.1982905Z",
"Status": "Open"
},
{
"UserId": 1,
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"DateCompleted": "2025-11-29T04:44:45.1982905Z",
"Status": "Open"
}
],
"Status": "Open",
"DueDate": "2025-11-29T04:44:45.1982905Z",
"PerParticipant": true
}
]