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": [
"2571128c-67ac-4281-a0ca-b92b22d729fb",
"f545943e-d542-423c-87e8-e3cf405fda23"
],
"StartRange": "2026-03-31T01:21:05Z",
"EndRange": "2026-03-31T01:21:05Z",
"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": "e39785af-57a7-4f09-b46d-cad2910ef7c1",
"SeriesId": "a7de7f72-17d0-4c9b-b90b-d79fa745f865",
"AccessorID": "28f939d5-9a38-4716-8916-630791fc0a87",
"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": "cb8aaf19-0ffd-4a56-a03f-87339392b46a",
"ScheduledByID": "aa93d90f-9f94-4c84-a80d-7671ccb23bb8",
"DeletedDates": [
"2026-03-31T01:21:05Z",
"2026-03-31T01:21:05Z"
],
"ClearedDates": [
"2026-03-31T01:21:05Z",
"2026-03-31T01:21:05Z"
],
"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-31T01:21:05Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-31T01:21:05Z",
"CreateDate": "2026-03-31T01:21:05Z",
"OccurTime": "2026-03-31T01:21:05Z",
"OccurEndTime": "2026-03-31T01:21:05Z",
"StartTime": "2026-03-31T01:21:05Z",
"EndTime": "2026-03-31T01:21:05Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"8b310e82-6ff4-4250-8325-523818170958",
"41a132df-d3a8-49d3-a5ca-13a0294c7ba4"
],
"Companies": [
"26c17a27-3f08-48d9-896c-139cd4ff699e",
"7aecd249-e039-4ad7-95f7-aa0bfd4887c7"
],
"Groups": [
"d2ca688e-1f18-4c9d-afce-a3629d8fb9db",
"6185498f-3998-43fb-8940-5fc204f7d969"
],
"Opportunities": [
"54a9795f-1703-4b76-96c7-d6213366de9e",
"e392a24a-d891-4144-bbd9-e2f773dc8176"
]
}
},
{
"Id": "e39785af-57a7-4f09-b46d-cad2910ef7c1",
"SeriesId": "a7de7f72-17d0-4c9b-b90b-d79fa745f865",
"AccessorID": "28f939d5-9a38-4716-8916-630791fc0a87",
"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": "cb8aaf19-0ffd-4a56-a03f-87339392b46a",
"ScheduledByID": "aa93d90f-9f94-4c84-a80d-7671ccb23bb8",
"DeletedDates": [
"2026-03-31T01:21:05Z",
"2026-03-31T01:21:05Z"
],
"ClearedDates": [
"2026-03-31T01:21:05Z",
"2026-03-31T01:21:05Z"
],
"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-31T01:21:05Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-03-31T01:21:05Z",
"CreateDate": "2026-03-31T01:21:05Z",
"OccurTime": "2026-03-31T01:21:05Z",
"OccurEndTime": "2026-03-31T01:21:05Z",
"StartTime": "2026-03-31T01:21:05Z",
"EndTime": "2026-03-31T01:21:05Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"8b310e82-6ff4-4250-8325-523818170958",
"41a132df-d3a8-49d3-a5ca-13a0294c7ba4"
],
"Companies": [
"26c17a27-3f08-48d9-896c-139cd4ff699e",
"7aecd249-e039-4ad7-95f7-aa0bfd4887c7"
],
"Groups": [
"d2ca688e-1f18-4c9d-afce-a3629d8fb9db",
"6185498f-3998-43fb-8940-5fc204f7d969"
],
"Opportunities": [
"54a9795f-1703-4b76-96c7-d6213366de9e",
"e392a24a-d891-4144-bbd9-e2f773dc8176"
]
}
}
]