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": "4376134f-7119-4f45-8194-89648724403f",
"SeriesId": "fe41f9ae-c7a0-4bd1-9b4f-1c84d2e40b51",
"AccessorID": "122ca43c-6285-4793-968a-bd6bac2146df",
"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": "91801273-ad25-4a73-bc77-b49d675ce745",
"ScheduledByID": "2ad72175-75b4-42ac-a607-d8ef5fe01c5a",
"DeletedDates": [
"2026-02-26T10:58:56Z",
"2026-02-26T10:58:56Z"
],
"ClearedDates": [
"2026-02-26T10:58:56Z",
"2026-02-26T10:58:56Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-02-26T10:58:56Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-26T10:58:56Z",
"CreateDate": "2026-02-26T10:58:56Z",
"OccurTime": "2026-02-26T10:58:56Z",
"OccurEndTime": "2026-02-26T10:58:56Z",
"StartTime": "2026-02-26T10:58:56Z",
"EndTime": "2026-02-26T10:58:56Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"4b45833d-a302-478d-8b56-501522306d55",
"0ecce3fa-206a-4b2e-b62d-74a3765da3ff"
],
"Companies": [
"19ac01f7-e138-4f74-8e9b-a0ae37d22736",
"7b5f437c-6f63-465e-97fa-5abee5a3db46"
],
"Groups": [
"da89e2c9-3163-47e1-91f0-ec1701f93a78",
"d75a158d-28c6-4bf4-865e-2494c4270bbb"
],
"Opportunities": [
"a475b6c6-8abb-44c2-8995-47032fc53355",
"1b0c4031-1302-4741-86d6-1cf0436af30b"
]
}
},
{
"Id": "4376134f-7119-4f45-8194-89648724403f",
"SeriesId": "fe41f9ae-c7a0-4bd1-9b4f-1c84d2e40b51",
"AccessorID": "122ca43c-6285-4793-968a-bd6bac2146df",
"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": "91801273-ad25-4a73-bc77-b49d675ce745",
"ScheduledByID": "2ad72175-75b4-42ac-a607-d8ef5fe01c5a",
"DeletedDates": [
"2026-02-26T10:58:56Z",
"2026-02-26T10:58:56Z"
],
"ClearedDates": [
"2026-02-26T10:58:56Z",
"2026-02-26T10:58:56Z"
],
"RecurSpec": {
"Month": 1,
"Frequency": 2,
"Day": {
"DayAsInt": 1
},
"OptOutValue": true,
"Operator": "sample string 4",
"AuthManager": "sample string 5",
"Field": "sample string 6",
"EndDate": "2026-02-26T10:58:56Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-26T10:58:56Z",
"CreateDate": "2026-02-26T10:58:56Z",
"OccurTime": "2026-02-26T10:58:56Z",
"OccurEndTime": "2026-02-26T10:58:56Z",
"StartTime": "2026-02-26T10:58:56Z",
"EndTime": "2026-02-26T10:58:56Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"4b45833d-a302-478d-8b56-501522306d55",
"0ecce3fa-206a-4b2e-b62d-74a3765da3ff"
],
"Companies": [
"19ac01f7-e138-4f74-8e9b-a0ae37d22736",
"7b5f437c-6f63-465e-97fa-5abee5a3db46"
],
"Groups": [
"da89e2c9-3163-47e1-91f0-ec1701f93a78",
"d75a158d-28c6-4bf4-865e-2494c4270bbb"
],
"Opportunities": [
"a475b6c6-8abb-44c2-8995-47032fc53355",
"1b0c4031-1302-4741-86d6-1cf0436af30b"
]
}
}
]