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": [
"2eecc061-ab66-4d5d-9ed0-0e24b8fa7239",
"d8d6a403-bdc8-410b-9748-ba014696ad29"
],
"StartRange": "2026-01-13T03:51:11Z",
"EndRange": "2026-01-13T03:51:11Z",
"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": "a4ff53c5-ab67-4485-9d03-5d6c8af7eff5",
"SeriesId": "def6e143-3a8a-4d39-aeaf-f7e68fc28809",
"AccessorID": "ee4d51d2-6013-4b31-90b2-067e3fdd5727",
"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": "c5227386-2048-472b-8f2b-5d6d30049681",
"ScheduledByID": "bd7cd919-4bec-4b46-ae59-4cdf9a3b98c5",
"DeletedDates": [
"2026-01-13T03:51:11Z",
"2026-01-13T03:51:11Z"
],
"ClearedDates": [
"2026-01-13T03:51:11Z",
"2026-01-13T03:51:11Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-01-13T03:51:11Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-01-13T03:51:11Z",
"CreateDate": "2026-01-13T03:51:11Z",
"OccurTime": "2026-01-13T03:51:11Z",
"OccurEndTime": "2026-01-13T03:51:11Z",
"StartTime": "2026-01-13T03:51:11Z",
"EndTime": "2026-01-13T03:51:11Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"95bea447-ddfb-4e07-a37e-9784665b2dbc",
"8d29c391-4106-42cd-bbb1-4d7270baf491"
],
"Companies": [
"7da3fdc2-e780-49a6-b67c-4d00c7516d34",
"8ccb4deb-967d-4f70-949b-26128b1d6e56"
],
"Groups": [
"c1977bc5-e073-4e21-9a85-8fcd3cd2e6f9",
"2ea9267f-44da-428a-b6e7-dbc3762d3741"
],
"Opportunities": [
"cbf43fc0-e5e7-4541-80f5-89b6a8c98b89",
"236b9b35-3f77-45c4-aa5e-5063d49f308e"
]
}
},
{
"Id": "a4ff53c5-ab67-4485-9d03-5d6c8af7eff5",
"SeriesId": "def6e143-3a8a-4d39-aeaf-f7e68fc28809",
"AccessorID": "ee4d51d2-6013-4b31-90b2-067e3fdd5727",
"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": "c5227386-2048-472b-8f2b-5d6d30049681",
"ScheduledByID": "bd7cd919-4bec-4b46-ae59-4cdf9a3b98c5",
"DeletedDates": [
"2026-01-13T03:51:11Z",
"2026-01-13T03:51:11Z"
],
"ClearedDates": [
"2026-01-13T03:51:11Z",
"2026-01-13T03:51:11Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-01-13T03:51:11Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-01-13T03:51:11Z",
"CreateDate": "2026-01-13T03:51:11Z",
"OccurTime": "2026-01-13T03:51:11Z",
"OccurEndTime": "2026-01-13T03:51:11Z",
"StartTime": "2026-01-13T03:51:11Z",
"EndTime": "2026-01-13T03:51:11Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"95bea447-ddfb-4e07-a37e-9784665b2dbc",
"8d29c391-4106-42cd-bbb1-4d7270baf491"
],
"Companies": [
"7da3fdc2-e780-49a6-b67c-4d00c7516d34",
"8ccb4deb-967d-4f70-949b-26128b1d6e56"
],
"Groups": [
"c1977bc5-e073-4e21-9a85-8fcd3cd2e6f9",
"2ea9267f-44da-428a-b6e7-dbc3762d3741"
],
"Opportunities": [
"cbf43fc0-e5e7-4541-80f5-89b6a8c98b89",
"236b9b35-3f77-45c4-aa5e-5063d49f308e"
]
}
}
]