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": [
"57204d61-94df-4ebc-a0aa-393fc92da4a2",
"114bede2-5cd3-4633-84a3-df88a23d56d1"
],
"StartRange": "2026-04-24T20:01:36Z",
"EndRange": "2026-04-24T20:01:36Z",
"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": "31b43e9d-f646-4d51-b40f-21518511ebad",
"SeriesId": "2ef5c846-0d7d-4a8f-8ffc-571231c91853",
"AccessorID": "6963905b-6d46-4596-84c4-c82ea944e0a7",
"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": "524a1bce-28cc-4636-92fe-50768c86169c",
"ScheduledByID": "82a457e1-848b-4ad8-b2b0-c0988445792c",
"DeletedDates": [
"2026-04-24T20:01:36Z",
"2026-04-24T20:01:36Z"
],
"ClearedDates": [
"2026-04-24T20:01:36Z",
"2026-04-24T20:01:36Z"
],
"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-24T20:01:36Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-04-24T20:01:36Z",
"CreateDate": "2026-04-24T20:01:36Z",
"OccurTime": "2026-04-24T20:01:36Z",
"OccurEndTime": "2026-04-24T20:01:36Z",
"StartTime": "2026-04-24T20:01:36Z",
"EndTime": "2026-04-24T20:01:36Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"29ccf30a-598d-4702-bc81-13797958889d",
"52e5ca75-147e-43b3-bc33-7f5be91c62e7"
],
"Companies": [
"df320b61-cbbe-40ef-9cf3-78ac57d49010",
"f0f5d5c0-4334-4d19-ad1c-d4f2e23afb94"
],
"Groups": [
"900aff9c-6c74-42e2-99d1-bd40b4e702df",
"b5fc03ad-c722-4719-a44d-9b62c51d8f25"
],
"Opportunities": [
"f9e84f13-9a96-438b-8188-4faf960716d5",
"f6c28e7b-5a12-4c90-b568-4220998b5f42"
]
}
},
{
"Id": "31b43e9d-f646-4d51-b40f-21518511ebad",
"SeriesId": "2ef5c846-0d7d-4a8f-8ffc-571231c91853",
"AccessorID": "6963905b-6d46-4596-84c4-c82ea944e0a7",
"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": "524a1bce-28cc-4636-92fe-50768c86169c",
"ScheduledByID": "82a457e1-848b-4ad8-b2b0-c0988445792c",
"DeletedDates": [
"2026-04-24T20:01:36Z",
"2026-04-24T20:01:36Z"
],
"ClearedDates": [
"2026-04-24T20:01:36Z",
"2026-04-24T20:01:36Z"
],
"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-24T20:01:36Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-04-24T20:01:36Z",
"CreateDate": "2026-04-24T20:01:36Z",
"OccurTime": "2026-04-24T20:01:36Z",
"OccurEndTime": "2026-04-24T20:01:36Z",
"StartTime": "2026-04-24T20:01:36Z",
"EndTime": "2026-04-24T20:01:36Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"29ccf30a-598d-4702-bc81-13797958889d",
"52e5ca75-147e-43b3-bc33-7f5be91c62e7"
],
"Companies": [
"df320b61-cbbe-40ef-9cf3-78ac57d49010",
"f0f5d5c0-4334-4d19-ad1c-d4f2e23afb94"
],
"Groups": [
"900aff9c-6c74-42e2-99d1-bd40b4e702df",
"b5fc03ad-c722-4719-a44d-9b62c51d8f25"
],
"Opportunities": [
"f9e84f13-9a96-438b-8188-4faf960716d5",
"f6c28e7b-5a12-4c90-b568-4220998b5f42"
]
}
}
]