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": "0a46cd5d-02ab-4564-b32b-c2815319a6d5",
"SeriesId": "7d9f92f4-80a1-4148-ba7f-29a3a1ba8560",
"AccessorID": "4442e12e-fdac-4340-915d-b21f1c2912af",
"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": "223e6352-5941-49a4-9fe5-6cf508b62286",
"ScheduledByID": "c3e54cc2-ffaa-47bd-a80a-ef94d9802438",
"DeletedDates": [
"2026-02-01T13:15:49Z",
"2026-02-01T13:15:49Z"
],
"ClearedDates": [
"2026-02-01T13:15:49Z",
"2026-02-01T13:15:49Z"
],
"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-01T13:15:49Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-01T13:15:49Z",
"CreateDate": "2026-02-01T13:15:49Z",
"OccurTime": "2026-02-01T13:15:49Z",
"OccurEndTime": "2026-02-01T13:15:49Z",
"StartTime": "2026-02-01T13:15:49Z",
"EndTime": "2026-02-01T13:15:49Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"22e8518b-7a9b-4f0f-9005-ee3bda1fd607",
"cfcadee0-149e-4aa7-91ef-cc44756e90f5"
],
"Companies": [
"915036e8-3706-4c50-a928-e7f174e1f653",
"d01e0a48-c114-4ac1-9f4d-7f6150f79395"
],
"Groups": [
"a7024ded-8f6c-4d1e-a600-b67a086c3714",
"27a89c15-159b-4d23-a397-e7448f17576d"
],
"Opportunities": [
"bf5d7a8b-313f-4c49-a94b-d36d78c5920a",
"55cf02d1-ff63-4b50-af6e-1d9c01612f62"
]
}
},
{
"Id": "0a46cd5d-02ab-4564-b32b-c2815319a6d5",
"SeriesId": "7d9f92f4-80a1-4148-ba7f-29a3a1ba8560",
"AccessorID": "4442e12e-fdac-4340-915d-b21f1c2912af",
"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": "223e6352-5941-49a4-9fe5-6cf508b62286",
"ScheduledByID": "c3e54cc2-ffaa-47bd-a80a-ef94d9802438",
"DeletedDates": [
"2026-02-01T13:15:49Z",
"2026-02-01T13:15:49Z"
],
"ClearedDates": [
"2026-02-01T13:15:49Z",
"2026-02-01T13:15:49Z"
],
"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-01T13:15:49Z",
"eValue": 8,
"CallListName": "sample string 9",
"IsEndless": true
},
"EditDate": "2026-02-01T13:15:49Z",
"CreateDate": "2026-02-01T13:15:49Z",
"OccurTime": "2026-02-01T13:15:49Z",
"OccurEndTime": "2026-02-01T13:15:49Z",
"StartTime": "2026-02-01T13:15:49Z",
"EndTime": "2026-02-01T13:15:49Z",
"Details": "sample string 28",
"LinkedEntities": {
"Contacts": [
"22e8518b-7a9b-4f0f-9005-ee3bda1fd607",
"cfcadee0-149e-4aa7-91ef-cc44756e90f5"
],
"Companies": [
"915036e8-3706-4c50-a928-e7f174e1f653",
"d01e0a48-c114-4ac1-9f4d-7f6150f79395"
],
"Groups": [
"a7024ded-8f6c-4d1e-a600-b67a086c3714",
"27a89c15-159b-4d23-a397-e7448f17576d"
],
"Opportunities": [
"bf5d7a8b-313f-4c49-a94b-d36d78c5920a",
"55cf02d1-ff63-4b50-af6e-1d9c01612f62"
]
}
}
]