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": [
"6483925f-37a2-43ac-ab42-4392eddb5c7c",
"75e548a3-e86c-4a9b-9f4e-41c0ab89c543"
],
"StartRange": "2025-12-01T14:26:48Z",
"EndRange": "2025-12-01T14:26:48Z",
"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": "224f6c32-dd11-40bd-a563-ec802e0f6f4a",
"SeriesId": "a921f3a9-5b3a-4796-92a8-58a3086e93d5",
"AccessorID": "cc84b7a6-2b70-438f-8faf-d52053cfef7f",
"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": "ee51f976-1274-45e5-bcdd-87bd1f5f5b9d",
"ScheduledByID": "d7f18f38-557d-420b-b729-2b0360042eee",
"DeletedDates": [
"2025-12-01T14:26:49Z",
"2025-12-01T14:26:49Z"
],
"ClearedDates": [
"2025-12-01T14:26:49Z",
"2025-12-01T14:26:49Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2025-12-01T14:26:49Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2025-12-01T14:26:49Z",
"CreateDate": "2025-12-01T14:26:49Z",
"OccurTime": "2025-12-01T14:26:49Z",
"OccurEndTime": "2025-12-01T14:26:49Z",
"StartTime": "2025-12-01T14:26:49Z",
"EndTime": "2025-12-01T14:26:49Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"c61ff271-3aa7-47f2-afa0-eb6170672989",
"71957322-4de1-4be9-90f8-2cd68b7ad33d"
],
"Companies": [
"9300f7d0-7ebd-4551-be57-4762f062f745",
"b04df28e-b234-4e15-a426-435caf8bc50c"
],
"Groups": [
"07cdd6f1-8f59-4e02-81e2-cda9cd2353fd",
"ea706b00-7ffe-42d3-b518-a4dbd093ab2c"
],
"Opportunities": [
"8e8b2dbd-93eb-477e-8a9f-8fa61dc9eb79",
"beb51fb8-44ff-4f31-8714-a74257c80594"
]
}
},
{
"Id": "224f6c32-dd11-40bd-a563-ec802e0f6f4a",
"SeriesId": "a921f3a9-5b3a-4796-92a8-58a3086e93d5",
"AccessorID": "cc84b7a6-2b70-438f-8faf-d52053cfef7f",
"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": "ee51f976-1274-45e5-bcdd-87bd1f5f5b9d",
"ScheduledByID": "d7f18f38-557d-420b-b729-2b0360042eee",
"DeletedDates": [
"2025-12-01T14:26:49Z",
"2025-12-01T14:26:49Z"
],
"ClearedDates": [
"2025-12-01T14:26:49Z",
"2025-12-01T14:26:49Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2025-12-01T14:26:49Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2025-12-01T14:26:49Z",
"CreateDate": "2025-12-01T14:26:49Z",
"OccurTime": "2025-12-01T14:26:49Z",
"OccurEndTime": "2025-12-01T14:26:49Z",
"StartTime": "2025-12-01T14:26:49Z",
"EndTime": "2025-12-01T14:26:49Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"c61ff271-3aa7-47f2-afa0-eb6170672989",
"71957322-4de1-4be9-90f8-2cd68b7ad33d"
],
"Companies": [
"9300f7d0-7ebd-4551-be57-4762f062f745",
"b04df28e-b234-4e15-a426-435caf8bc50c"
],
"Groups": [
"07cdd6f1-8f59-4e02-81e2-cda9cd2353fd",
"ea706b00-7ffe-42d3-b518-a4dbd093ab2c"
],
"Opportunities": [
"8e8b2dbd-93eb-477e-8a9f-8fa61dc9eb79",
"beb51fb8-44ff-4f31-8714-a74257c80594"
]
}
}
]