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": [
"b503d2e5-652e-4126-b191-93fc75fc09bb",
"a49c19cf-8c80-4f4b-b3b8-737af1689696"
],
"StartRange": "2026-04-25T04:12:35Z",
"EndRange": "2026-04-25T04:12:35Z",
"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": "97c1d70b-5a90-4e13-b95c-504cecf1673b",
"SeriesId": "fef1f74a-e663-469c-b6c5-1099f2fce3b7",
"AccessorID": "bf97bf76-9c43-4bd6-8a4c-a8627ff9d044",
"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": "6b979634-e80a-4a0a-b55a-6fdf7a281576",
"ScheduledByID": "cbaaa85b-17e2-47a8-9dc8-6a627d1cd64d",
"DeletedDates": [
"2026-04-25T04:12:35Z",
"2026-04-25T04:12:35Z"
],
"ClearedDates": [
"2026-04-25T04:12:35Z",
"2026-04-25T04:12:35Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-04-25T04:12:35Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-04-25T04:12:35Z",
"CreateDate": "2026-04-25T04:12:35Z",
"OccurTime": "2026-04-25T04:12:35Z",
"OccurEndTime": "2026-04-25T04:12:35Z",
"StartTime": "2026-04-25T04:12:35Z",
"EndTime": "2026-04-25T04:12:35Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"bb72dd96-f866-4434-ad92-bbf2cabd3b0a",
"184a2302-806e-4001-ad07-e26194367523"
],
"Companies": [
"2a7ce901-d7fb-4b13-b4c5-bc23d76b0869",
"779cbd41-76ca-4cef-a9ea-698d708fd8e6"
],
"Groups": [
"49572b99-ca14-4c8d-b697-3e7be5c07ff2",
"3bc69956-d27e-49e4-b219-0bfc8f125219"
],
"Opportunities": [
"a2fa271f-40cb-4428-999c-0e8af3049f41",
"a9bfc530-c427-4527-a56e-9b1d1fb03917"
]
}
},
{
"Id": "97c1d70b-5a90-4e13-b95c-504cecf1673b",
"SeriesId": "fef1f74a-e663-469c-b6c5-1099f2fce3b7",
"AccessorID": "bf97bf76-9c43-4bd6-8a4c-a8627ff9d044",
"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": "6b979634-e80a-4a0a-b55a-6fdf7a281576",
"ScheduledByID": "cbaaa85b-17e2-47a8-9dc8-6a627d1cd64d",
"DeletedDates": [
"2026-04-25T04:12:35Z",
"2026-04-25T04:12:35Z"
],
"ClearedDates": [
"2026-04-25T04:12:35Z",
"2026-04-25T04:12:35Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-04-25T04:12:35Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-04-25T04:12:35Z",
"CreateDate": "2026-04-25T04:12:35Z",
"OccurTime": "2026-04-25T04:12:35Z",
"OccurEndTime": "2026-04-25T04:12:35Z",
"StartTime": "2026-04-25T04:12:35Z",
"EndTime": "2026-04-25T04:12:35Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"bb72dd96-f866-4434-ad92-bbf2cabd3b0a",
"184a2302-806e-4001-ad07-e26194367523"
],
"Companies": [
"2a7ce901-d7fb-4b13-b4c5-bc23d76b0869",
"779cbd41-76ca-4cef-a9ea-698d708fd8e6"
],
"Groups": [
"49572b99-ca14-4c8d-b697-3e7be5c07ff2",
"3bc69956-d27e-49e4-b219-0bfc8f125219"
],
"Opportunities": [
"a2fa271f-40cb-4428-999c-0e8af3049f41",
"a9bfc530-c427-4527-a56e-9b1d1fb03917"
]
}
}
]