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": [
"dd0c8cf5-1a11-4d18-8280-52985112fa09",
"6d66b873-f2c8-411c-a462-53bfebf402e4"
],
"StartRange": "2026-04-28T23:39:45Z",
"EndRange": "2026-04-28T23:39:45Z",
"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": "809fd1ac-19a2-4f41-9750-ae19163e4854",
"SeriesId": "1115decc-9c8c-4333-b796-4b0ca2602436",
"AccessorID": "a888269e-349d-4ecf-b353-06b92f817e50",
"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": "52e7fdca-e53e-4904-9ac6-08ac539b8023",
"ScheduledByID": "66422b8b-6fb1-4827-965f-b5ccebf7c083",
"DeletedDates": [
"2026-04-28T23:39:45Z",
"2026-04-28T23:39:45Z"
],
"ClearedDates": [
"2026-04-28T23:39:45Z",
"2026-04-28T23:39:45Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-04-28T23:39:45Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-04-28T23:39:45Z",
"CreateDate": "2026-04-28T23:39:45Z",
"OccurTime": "2026-04-28T23:39:45Z",
"OccurEndTime": "2026-04-28T23:39:45Z",
"StartTime": "2026-04-28T23:39:45Z",
"EndTime": "2026-04-28T23:39:45Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"e4b49aa8-9b45-4850-8d9d-df38e43595b6",
"64cd668a-2544-4a08-87a3-4b9d0430a63b"
],
"Companies": [
"beb67147-c562-425a-93b5-f33d664b9353",
"fd902cb3-9c9f-4dc2-ab01-c53a82dfa264"
],
"Groups": [
"d96bce82-03a0-469c-b9a0-c6589adedda9",
"5e1a7bb3-24d5-46dd-a372-d976cf4d00cf"
],
"Opportunities": [
"4efe9985-a279-442c-84ba-05333690510e",
"fd778224-9c63-45c5-a47e-ad5aec7e1f90"
]
}
},
{
"Id": "809fd1ac-19a2-4f41-9750-ae19163e4854",
"SeriesId": "1115decc-9c8c-4333-b796-4b0ca2602436",
"AccessorID": "a888269e-349d-4ecf-b353-06b92f817e50",
"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": "52e7fdca-e53e-4904-9ac6-08ac539b8023",
"ScheduledByID": "66422b8b-6fb1-4827-965f-b5ccebf7c083",
"DeletedDates": [
"2026-04-28T23:39:45Z",
"2026-04-28T23:39:45Z"
],
"ClearedDates": [
"2026-04-28T23:39:45Z",
"2026-04-28T23:39:45Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-04-28T23:39:45Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-04-28T23:39:45Z",
"CreateDate": "2026-04-28T23:39:45Z",
"OccurTime": "2026-04-28T23:39:45Z",
"OccurEndTime": "2026-04-28T23:39:45Z",
"StartTime": "2026-04-28T23:39:45Z",
"EndTime": "2026-04-28T23:39:45Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"e4b49aa8-9b45-4850-8d9d-df38e43595b6",
"64cd668a-2544-4a08-87a3-4b9d0430a63b"
],
"Companies": [
"beb67147-c562-425a-93b5-f33d664b9353",
"fd902cb3-9c9f-4dc2-ab01-c53a82dfa264"
],
"Groups": [
"d96bce82-03a0-469c-b9a0-c6589adedda9",
"5e1a7bb3-24d5-46dd-a372-d976cf4d00cf"
],
"Opportunities": [
"4efe9985-a279-442c-84ba-05333690510e",
"fd778224-9c63-45c5-a47e-ad5aec7e1f90"
]
}
}
]