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": [
"5d7f9d70-1213-4de3-b0c2-7dd143e4ea64",
"650558c3-b743-45a2-bbf8-2cb694d8974a"
],
"StartRange": "2026-03-27T02:31:40Z",
"EndRange": "2026-03-27T02:31:40Z",
"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": "8d3da07a-f96e-478b-bf38-cc6f13bf7656",
"SeriesId": "d9d97c69-ee38-4cf5-9f22-09fbd6fc5b1b",
"AccessorID": "1bf6fd2a-fa46-4b78-a5d0-487fc7938fe2",
"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": "96acd943-a39d-4f2e-b35b-599456125d39",
"ScheduledByID": "93b879d6-0840-4723-bb75-c30a32a181d1",
"DeletedDates": [
"2026-03-27T02:31:40Z",
"2026-03-27T02:31:40Z"
],
"ClearedDates": [
"2026-03-27T02:31:40Z",
"2026-03-27T02:31:40Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-03-27T02:31:40Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-27T02:31:40Z",
"CreateDate": "2026-03-27T02:31:40Z",
"OccurTime": "2026-03-27T02:31:40Z",
"OccurEndTime": "2026-03-27T02:31:40Z",
"StartTime": "2026-03-27T02:31:40Z",
"EndTime": "2026-03-27T02:31:40Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"bdcecf04-f463-42b9-8dcf-4c485b67ec62",
"7ff62c98-66ea-453b-bf96-751707cf6a7b"
],
"Companies": [
"4f4787e2-1645-4304-835d-4f4321984ead",
"09439e38-55af-41ea-896e-f9831242b646"
],
"Groups": [
"54709a89-2e05-4eb3-8648-bf1f3cea4354",
"d81700cd-d4f7-49bc-8ef5-bf2a270dc0b1"
],
"Opportunities": [
"d2e2c4a9-ad9a-4421-bd31-1bf5a4782bb4",
"ffb6cad0-3434-42eb-b309-f601a6356c6c"
]
}
},
{
"Id": "8d3da07a-f96e-478b-bf38-cc6f13bf7656",
"SeriesId": "d9d97c69-ee38-4cf5-9f22-09fbd6fc5b1b",
"AccessorID": "1bf6fd2a-fa46-4b78-a5d0-487fc7938fe2",
"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": "96acd943-a39d-4f2e-b35b-599456125d39",
"ScheduledByID": "93b879d6-0840-4723-bb75-c30a32a181d1",
"DeletedDates": [
"2026-03-27T02:31:40Z",
"2026-03-27T02:31:40Z"
],
"ClearedDates": [
"2026-03-27T02:31:40Z",
"2026-03-27T02:31:40Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-03-27T02:31:40Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-27T02:31:40Z",
"CreateDate": "2026-03-27T02:31:40Z",
"OccurTime": "2026-03-27T02:31:40Z",
"OccurEndTime": "2026-03-27T02:31:40Z",
"StartTime": "2026-03-27T02:31:40Z",
"EndTime": "2026-03-27T02:31:40Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"bdcecf04-f463-42b9-8dcf-4c485b67ec62",
"7ff62c98-66ea-453b-bf96-751707cf6a7b"
],
"Companies": [
"4f4787e2-1645-4304-835d-4f4321984ead",
"09439e38-55af-41ea-896e-f9831242b646"
],
"Groups": [
"54709a89-2e05-4eb3-8648-bf1f3cea4354",
"d81700cd-d4f7-49bc-8ef5-bf2a270dc0b1"
],
"Opportunities": [
"d2e2c4a9-ad9a-4421-bd31-1bf5a4782bb4",
"ffb6cad0-3434-42eb-b309-f601a6356c6c"
]
}
}
]