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": [
"2f055d3c-4a7f-4caa-93ee-6f6107f60365",
"687c1db6-77ed-42f8-aa7c-2f56a017362e"
],
"StartRange": "2026-05-03T01:37:29Z",
"EndRange": "2026-05-03T01:37:29Z",
"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": "b2e43fda-42f3-4ffe-b3ff-0a0dafb24902",
"SeriesId": "0cf3eafd-782b-457b-88a3-7aa80facd394",
"AccessorID": "f515515b-1d12-4359-8e90-64e8bc3a77a7",
"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": "931a1d0c-7ade-4c84-aa4f-791b1511ddfa",
"ScheduledByID": "4f72f296-0142-4244-a9ac-7f77fa0a5985",
"DeletedDates": [
"2026-05-03T01:37:29Z",
"2026-05-03T01:37:29Z"
],
"ClearedDates": [
"2026-05-03T01:37:29Z",
"2026-05-03T01:37:29Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-05-03T01:37:29Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-05-03T01:37:29Z",
"CreateDate": "2026-05-03T01:37:29Z",
"OccurTime": "2026-05-03T01:37:29Z",
"OccurEndTime": "2026-05-03T01:37:29Z",
"StartTime": "2026-05-03T01:37:29Z",
"EndTime": "2026-05-03T01:37:29Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"18db9367-c585-4248-aa8d-fe2b1064bcff",
"53f443f4-181b-4e08-914e-8e3bc0554a0e"
],
"Companies": [
"46b37278-e1f9-4873-8f1c-84308f2542a8",
"a5f937a9-630b-40b3-b64f-21f3fbc6cf8b"
],
"Groups": [
"ac398b5e-8e58-49d6-9ed2-db31b85eb16d",
"9626acb2-eff1-441f-84ec-d1851403d5ae"
],
"Opportunities": [
"88b9314b-750f-4e1c-b6d8-afec78dccc8d",
"bd68283c-28d4-4f45-8c21-e1b279f33916"
]
}
},
{
"Id": "b2e43fda-42f3-4ffe-b3ff-0a0dafb24902",
"SeriesId": "0cf3eafd-782b-457b-88a3-7aa80facd394",
"AccessorID": "f515515b-1d12-4359-8e90-64e8bc3a77a7",
"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": "931a1d0c-7ade-4c84-aa4f-791b1511ddfa",
"ScheduledByID": "4f72f296-0142-4244-a9ac-7f77fa0a5985",
"DeletedDates": [
"2026-05-03T01:37:29Z",
"2026-05-03T01:37:29Z"
],
"ClearedDates": [
"2026-05-03T01:37:29Z",
"2026-05-03T01:37:29Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-05-03T01:37:29Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-05-03T01:37:29Z",
"CreateDate": "2026-05-03T01:37:29Z",
"OccurTime": "2026-05-03T01:37:29Z",
"OccurEndTime": "2026-05-03T01:37:29Z",
"StartTime": "2026-05-03T01:37:29Z",
"EndTime": "2026-05-03T01:37:29Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"18db9367-c585-4248-aa8d-fe2b1064bcff",
"53f443f4-181b-4e08-914e-8e3bc0554a0e"
],
"Companies": [
"46b37278-e1f9-4873-8f1c-84308f2542a8",
"a5f937a9-630b-40b3-b64f-21f3fbc6cf8b"
],
"Groups": [
"ac398b5e-8e58-49d6-9ed2-db31b85eb16d",
"9626acb2-eff1-441f-84ec-d1851403d5ae"
],
"Opportunities": [
"88b9314b-750f-4e1c-b6d8-afec78dccc8d",
"bd68283c-28d4-4f45-8c21-e1b279f33916"
]
}
}
]