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": [
"144f492e-2536-42ad-9b5c-e15f19c0d54f",
"cdb68c30-bda1-43ea-8cb4-b5396821a872"
],
"StartRange": "2026-01-14T05:19:21Z",
"EndRange": "2026-01-14T05:19:21Z",
"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": "77e06f6d-3935-4383-bde0-1ea0e63b33e0",
"SeriesId": "b97b6106-ed72-4d94-af1b-9733aad38686",
"AccessorID": "b521286c-68e8-4268-9244-14f9b4534f62",
"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": "48b06626-cd3f-401a-87d8-c746ad0451b1",
"ScheduledByID": "d885e62c-d469-4d4c-9f08-b9bb419b2e2d",
"DeletedDates": [
"2026-01-14T05:19:21Z",
"2026-01-14T05:19:21Z"
],
"ClearedDates": [
"2026-01-14T05:19:21Z",
"2026-01-14T05:19:21Z"
],
"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-14T05:19:21Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-01-14T05:19:21Z",
"CreateDate": "2026-01-14T05:19:21Z",
"OccurTime": "2026-01-14T05:19:21Z",
"OccurEndTime": "2026-01-14T05:19:21Z",
"StartTime": "2026-01-14T05:19:21Z",
"EndTime": "2026-01-14T05:19:21Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"d2f0f62f-9246-4063-9f5c-83444a8c3bbb",
"76b324cc-288b-4272-bbbe-e7feb5143fc3"
],
"Companies": [
"758a9eea-1ecd-464a-b375-1ae44fca9c96",
"390c8351-b568-4f6f-8a9a-880750855cca"
],
"Groups": [
"91e5574e-7130-4ebb-b356-b5d45cca78f4",
"8ca6943e-591d-4465-a258-f335e2753081"
],
"Opportunities": [
"e7c4ceb0-e247-4d7a-9f49-795df097f60f",
"9ae864c1-795a-4ab2-a035-ee5febfa82d3"
]
}
},
{
"Id": "77e06f6d-3935-4383-bde0-1ea0e63b33e0",
"SeriesId": "b97b6106-ed72-4d94-af1b-9733aad38686",
"AccessorID": "b521286c-68e8-4268-9244-14f9b4534f62",
"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": "48b06626-cd3f-401a-87d8-c746ad0451b1",
"ScheduledByID": "d885e62c-d469-4d4c-9f08-b9bb419b2e2d",
"DeletedDates": [
"2026-01-14T05:19:21Z",
"2026-01-14T05:19:21Z"
],
"ClearedDates": [
"2026-01-14T05:19:21Z",
"2026-01-14T05:19:21Z"
],
"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-14T05:19:21Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-01-14T05:19:21Z",
"CreateDate": "2026-01-14T05:19:21Z",
"OccurTime": "2026-01-14T05:19:21Z",
"OccurEndTime": "2026-01-14T05:19:21Z",
"StartTime": "2026-01-14T05:19:21Z",
"EndTime": "2026-01-14T05:19:21Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"d2f0f62f-9246-4063-9f5c-83444a8c3bbb",
"76b324cc-288b-4272-bbbe-e7feb5143fc3"
],
"Companies": [
"758a9eea-1ecd-464a-b375-1ae44fca9c96",
"390c8351-b568-4f6f-8a9a-880750855cca"
],
"Groups": [
"91e5574e-7130-4ebb-b356-b5d45cca78f4",
"8ca6943e-591d-4465-a258-f335e2753081"
],
"Opportunities": [
"e7c4ceb0-e247-4d7a-9f49-795df097f60f",
"9ae864c1-795a-4ab2-a035-ee5febfa82d3"
]
}
}
]