GET api/Activities/{id}
Get activity instances of an Activity by ID. Supported Headers: SelectField, IncludeClearedDates, IncludeDeletedDates, DetailFormat
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
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": "8459bdc3-72a2-4da2-a38a-728f3e6cb0c0",
"SeriesId": "eaa1b24f-f60f-469c-901a-481b49c0de95",
"AccessorID": "caf873ea-5d84-4ffb-be60-6eec681891af",
"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": "acfd0d50-4488-4824-a7a4-44eaba8c7be7",
"ScheduledByID": "5b97ee19-d3d6-49ca-b83a-d80b65b5b21b",
"DeletedDates": [
"2025-11-15T19:42:46Z",
"2025-11-15T19:42:46Z"
],
"ClearedDates": [
"2025-11-15T19:42:46Z",
"2025-11-15T19:42:46Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2025-11-15T19:42:46Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2025-11-15T19:42:46Z",
"CreateDate": "2025-11-15T19:42:46Z",
"OccurTime": "2025-11-15T19:42:46Z",
"OccurEndTime": "2025-11-15T19:42:46Z",
"StartTime": "2025-11-15T19:42:46Z",
"EndTime": "2025-11-15T19:42:46Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"dcacd3cd-b5fd-45a5-b6cf-8875e53ca974",
"cdb9589a-86ce-4de1-b6dc-8009ab69cb8a"
],
"Companies": [
"ea27efe5-2d9a-4537-b07b-6349d03af1a1",
"1770ee33-6f08-49b5-966f-26c00b916848"
],
"Groups": [
"2738577c-4f98-45ce-9ef3-5c416f60844b",
"90ec4100-62ec-43a6-9b76-edfe19756a19"
],
"Opportunities": [
"8643924e-8924-4c7f-a8b3-a33d273fc5ac",
"f3d92bfc-b40f-41b5-ab00-30da8ae351e2"
]
}
},
{
"Id": "8459bdc3-72a2-4da2-a38a-728f3e6cb0c0",
"SeriesId": "eaa1b24f-f60f-469c-901a-481b49c0de95",
"AccessorID": "caf873ea-5d84-4ffb-be60-6eec681891af",
"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": "acfd0d50-4488-4824-a7a4-44eaba8c7be7",
"ScheduledByID": "5b97ee19-d3d6-49ca-b83a-d80b65b5b21b",
"DeletedDates": [
"2025-11-15T19:42:46Z",
"2025-11-15T19:42:46Z"
],
"ClearedDates": [
"2025-11-15T19:42:46Z",
"2025-11-15T19:42:46Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2025-11-15T19:42:46Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2025-11-15T19:42:46Z",
"CreateDate": "2025-11-15T19:42:46Z",
"OccurTime": "2025-11-15T19:42:46Z",
"OccurEndTime": "2025-11-15T19:42:46Z",
"StartTime": "2025-11-15T19:42:46Z",
"EndTime": "2025-11-15T19:42:46Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"dcacd3cd-b5fd-45a5-b6cf-8875e53ca974",
"cdb9589a-86ce-4de1-b6dc-8009ab69cb8a"
],
"Companies": [
"ea27efe5-2d9a-4537-b07b-6349d03af1a1",
"1770ee33-6f08-49b5-966f-26c00b916848"
],
"Groups": [
"2738577c-4f98-45ce-9ef3-5c416f60844b",
"90ec4100-62ec-43a6-9b76-edfe19756a19"
],
"Opportunities": [
"8643924e-8924-4c7f-a8b3-a33d273fc5ac",
"f3d92bfc-b40f-41b5-ab00-30da8ae351e2"
]
}
}
]