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": [
"86dbedc1-a165-463c-bd8d-a01c57e67414",
"5bf01d8c-24f9-4d99-a09e-2600d6bf2cdd"
],
"StartRange": "2026-01-09T01:44:36Z",
"EndRange": "2026-01-09T01:44: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": "786ecd1b-146a-4f98-b57f-34c4bd78a68e",
"SeriesId": "1dc08ede-4712-4fad-9911-ae9f024c85bf",
"AccessorID": "4574afb6-543d-4aa3-8860-e2c7774ab34e",
"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": "f00acf3b-c96e-4be9-b284-e3e91ba97d26",
"ScheduledByID": "6aa67a47-b945-4af5-a2e9-f4b7b5919c04",
"DeletedDates": [
"2026-01-09T01:44:36Z",
"2026-01-09T01:44:36Z"
],
"ClearedDates": [
"2026-01-09T01:44:36Z",
"2026-01-09T01:44: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-01-09T01:44:36Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-01-09T01:44:36Z",
"CreateDate": "2026-01-09T01:44:36Z",
"OccurTime": "2026-01-09T01:44:36Z",
"OccurEndTime": "2026-01-09T01:44:36Z",
"StartTime": "2026-01-09T01:44:36Z",
"EndTime": "2026-01-09T01:44:36Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"741ad640-cf04-4013-abac-6b3af51f5c95",
"87a58d5a-e942-481b-82f6-8922757fb11d"
],
"Companies": [
"ef9e9e59-686b-43c7-a185-088c065718d1",
"45ad5ecc-f533-4421-b284-e7c97b1f72cd"
],
"Groups": [
"3d61e36b-be7a-4eca-bc42-c4b89c16be38",
"1ab0f13c-175a-4dd9-811f-58ee0d0078f6"
],
"Opportunities": [
"f461684d-64bb-469f-9990-8537a84ab483",
"47b21af0-dd9e-4877-bd46-262f245e828c"
]
}
},
{
"Id": "786ecd1b-146a-4f98-b57f-34c4bd78a68e",
"SeriesId": "1dc08ede-4712-4fad-9911-ae9f024c85bf",
"AccessorID": "4574afb6-543d-4aa3-8860-e2c7774ab34e",
"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": "f00acf3b-c96e-4be9-b284-e3e91ba97d26",
"ScheduledByID": "6aa67a47-b945-4af5-a2e9-f4b7b5919c04",
"DeletedDates": [
"2026-01-09T01:44:36Z",
"2026-01-09T01:44:36Z"
],
"ClearedDates": [
"2026-01-09T01:44:36Z",
"2026-01-09T01:44: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-01-09T01:44:36Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-01-09T01:44:36Z",
"CreateDate": "2026-01-09T01:44:36Z",
"OccurTime": "2026-01-09T01:44:36Z",
"OccurEndTime": "2026-01-09T01:44:36Z",
"StartTime": "2026-01-09T01:44:36Z",
"EndTime": "2026-01-09T01:44:36Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"741ad640-cf04-4013-abac-6b3af51f5c95",
"87a58d5a-e942-481b-82f6-8922757fb11d"
],
"Companies": [
"ef9e9e59-686b-43c7-a185-088c065718d1",
"45ad5ecc-f533-4421-b284-e7c97b1f72cd"
],
"Groups": [
"3d61e36b-be7a-4eca-bc42-c4b89c16be38",
"1ab0f13c-175a-4dd9-811f-58ee0d0078f6"
],
"Opportunities": [
"f461684d-64bb-469f-9990-8537a84ab483",
"47b21af0-dd9e-4877-bd46-262f245e828c"
]
}
}
]