POST api/TaskList
Retrieve tasklists for one or more users in the database
Request Information
URI Parameters
None.
Body Parameters
TaskListParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| UserIds | Collection of globally unique identifier |
None. |
|
| StartRange | date |
None. |
|
| EndRange | date |
None. |
|
| IncludeCleared | boolean |
None. |
|
| FirstOccurrenceOnly | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserIds": [
"47f5dc26-a4df-45cd-a3c9-dc88d47d70af",
"29e46ad2-0053-4e68-8941-36ebf58119d8"
],
"StartRange": "2026-06-30T23:51:39Z",
"EndRange": "2026-06-30T23:51:39Z",
"IncludeCleared": true,
"FirstOccurrenceOnly": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Activity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SeriesId | globally unique identifier |
None. |
|
| AccessorID | globally unique identifier |
None. |
|
| IsCleared | boolean |
None. |
|
| IsAlarmCreated | boolean |
None. |
|
| IsAlarmed | boolean |
None. |
|
| LeadMinutes | integer |
None. |
|
| AlarmDue | string |
None. |
|
| ExternalID | string |
None. |
|
| Location | string |
None. |
|
| IsTimeless | boolean |
None. |
|
| IsPrivate | boolean |
None. |
|
| PriorityId | integer |
None. |
|
| ActivityPriorityName | string |
None. |
|
| ActivityTypeId | integer |
None. |
|
| ActivityTypeName | string |
None. |
|
| Subject | string |
None. |
|
| ScheduledBy | string |
None. |
|
| ScheduledFor | string |
None. |
|
| ScheduledForID | globally unique identifier |
None. |
|
| ScheduledByID | globally unique identifier |
None. |
|
| DeletedDates | Collection of date |
None. |
|
| ClearedDates | Collection of date |
None. |
|
| RecurSpec | ActivityRecurSpec |
None. |
|
| EditDate | date |
None. |
|
| CreateDate | date |
None. |
|
| OccurTime | date |
None. |
|
| OccurEndTime | date |
None. |
|
| StartTime |
SQL Column Name: [START_DATE_TIME] |
date |
None. |
| EndTime |
SQL Column Name: [END_DATE_TIME] |
date |
None. |
| Details |
SQL Column Name: [DETAILS] |
string |
None. |
| LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "e981a7b7-1a24-4d03-a2c1-0b2aecccb743",
"SeriesId": "72e9da91-7284-4b2f-ac60-1c674f6e29ba",
"AccessorID": "f24267b2-a289-4721-b4e7-ab0a377af4a2",
"IsCleared": true,
"IsAlarmCreated": true,
"IsAlarmed": true,
"LeadMinutes": 7,
"AlarmDue": "sample string 8",
"ExternalID": "sample string 9",
"Location": "sample string 10",
"IsTimeless": true,
"IsPrivate": true,
"PriorityId": 13,
"ActivityPriorityName": "sample string 14",
"ActivityTypeId": 15,
"ActivityTypeName": "sample string 16",
"Subject": "sample string 17",
"ScheduledBy": "sample string 18",
"ScheduledFor": "sample string 19",
"ScheduledForID": "986413bf-4bd6-4956-939d-cbf76e9ad9bd",
"ScheduledByID": "52bf5406-b791-4963-b88f-279dc680dd6f",
"DeletedDates": [
"2026-06-30T23:51:39Z",
"2026-06-30T23:51:39Z"
],
"ClearedDates": [
"2026-06-30T23:51:39Z",
"2026-06-30T23:51:39Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-06-30T23:51:39Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-06-30T23:51:39Z",
"CreateDate": "2026-06-30T23:51:39Z",
"OccurTime": "2026-06-30T23:51:39Z",
"OccurEndTime": "2026-06-30T23:51:39Z",
"StartTime": "2026-06-30T23:51:39Z",
"EndTime": "2026-06-30T23:51:39Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"60210ea3-8f27-4ae0-9a48-1c11cf0ce1bd",
"70711c9c-2a9c-4fc6-bbcf-435641407eab"
],
"Companies": [
"a1e2e0c6-cffd-4801-9976-5a7907516cd8",
"cbdfcd08-c732-4fd1-a98d-c47c4b246b12"
],
"Groups": [
"70d9dd1b-928e-45c9-a988-e61643b07c00",
"8147b7f1-3553-4b06-93fe-e265ec054de7"
],
"Opportunities": [
"dd03cd38-1726-4745-b9a7-15166c821c26",
"8b906b63-8052-48ea-9548-8dfb831b8383"
]
}
},
{
"Id": "e981a7b7-1a24-4d03-a2c1-0b2aecccb743",
"SeriesId": "72e9da91-7284-4b2f-ac60-1c674f6e29ba",
"AccessorID": "f24267b2-a289-4721-b4e7-ab0a377af4a2",
"IsCleared": true,
"IsAlarmCreated": true,
"IsAlarmed": true,
"LeadMinutes": 7,
"AlarmDue": "sample string 8",
"ExternalID": "sample string 9",
"Location": "sample string 10",
"IsTimeless": true,
"IsPrivate": true,
"PriorityId": 13,
"ActivityPriorityName": "sample string 14",
"ActivityTypeId": 15,
"ActivityTypeName": "sample string 16",
"Subject": "sample string 17",
"ScheduledBy": "sample string 18",
"ScheduledFor": "sample string 19",
"ScheduledForID": "986413bf-4bd6-4956-939d-cbf76e9ad9bd",
"ScheduledByID": "52bf5406-b791-4963-b88f-279dc680dd6f",
"DeletedDates": [
"2026-06-30T23:51:39Z",
"2026-06-30T23:51:39Z"
],
"ClearedDates": [
"2026-06-30T23:51:39Z",
"2026-06-30T23:51:39Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-06-30T23:51:39Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-06-30T23:51:39Z",
"CreateDate": "2026-06-30T23:51:39Z",
"OccurTime": "2026-06-30T23:51:39Z",
"OccurEndTime": "2026-06-30T23:51:39Z",
"StartTime": "2026-06-30T23:51:39Z",
"EndTime": "2026-06-30T23:51:39Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"60210ea3-8f27-4ae0-9a48-1c11cf0ce1bd",
"70711c9c-2a9c-4fc6-bbcf-435641407eab"
],
"Companies": [
"a1e2e0c6-cffd-4801-9976-5a7907516cd8",
"cbdfcd08-c732-4fd1-a98d-c47c4b246b12"
],
"Groups": [
"70d9dd1b-928e-45c9-a988-e61643b07c00",
"8147b7f1-3553-4b06-93fe-e265ec054de7"
],
"Opportunities": [
"dd03cd38-1726-4745-b9a7-15166c821c26",
"8b906b63-8052-48ea-9548-8dfb831b8383"
]
}
}
]