GET api/Activities
Get all activities matching an optional Filter. Supported Headers: SelectField, Filter, Sort, SortDesc, IncludeClearedDates, IncludeDeletedDates, DetailFormat
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ActivityName | 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": "ac0fd2db-d7f4-463b-8369-e48c2b0a3669", "SeriesId": "64ddc7eb-a4ab-44c0-a332-161ccc452c79", "AccessorID": "5a16d3a1-edae-449e-9c61-b6ae9c4afb27", "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": "b17af1ad-bb7d-4d3f-89a3-668419d5d6c3", "ScheduledByID": "483f4334-1a26-48b0-9369-c81dbfa0b859", "DeletedDates": [ "2024-12-05T02:39:13Z", "2024-12-05T02:39:13Z" ], "ClearedDates": [ "2024-12-05T02:39:13Z", "2024-12-05T02:39:13Z" ], "RecurSpec": { "Month": 1, "Frequency": 2, "Day": { "DayAsInt": 1 }, "OptOutValue": true, "Operator": "sample string 4", "AuthManager": "sample string 5", "Field": "sample string 6", "EndDate": "2024-12-05T02:39:13Z", "eValue": 8, "CallListName": "sample string 9", "IsEndless": true }, "EditDate": "2024-12-05T02:39:13Z", "CreateDate": "2024-12-05T02:39:13Z", "OccurTime": "2024-12-05T02:39:13Z", "OccurEndTime": "2024-12-05T02:39:13Z", "StartTime": "2024-12-05T02:39:13Z", "EndTime": "2024-12-05T02:39:13Z", "Details": "sample string 28", "LinkedEntities": { "Contacts": [ "96aa549b-d5ab-4d81-a561-2c8af744d0dc", "4899763c-7ab7-49f8-a163-6fae0f343541" ], "Companies": [ "a45bcdba-3672-49ba-b486-31dc08547882", "0440a66f-a0b7-4f8c-b904-adf49b0b7c8c" ], "Groups": [ "b359388b-98a6-44a7-82e0-7930ae288d24", "69e5811f-2960-4682-93cc-651022734dbd" ], "Opportunities": [ "fe9b62e1-3ab1-43b8-96da-374dfbd791e9", "89a6507c-43d7-49ea-9902-70c02c53da0e" ] } }, { "Id": "ac0fd2db-d7f4-463b-8369-e48c2b0a3669", "SeriesId": "64ddc7eb-a4ab-44c0-a332-161ccc452c79", "AccessorID": "5a16d3a1-edae-449e-9c61-b6ae9c4afb27", "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": "b17af1ad-bb7d-4d3f-89a3-668419d5d6c3", "ScheduledByID": "483f4334-1a26-48b0-9369-c81dbfa0b859", "DeletedDates": [ "2024-12-05T02:39:13Z", "2024-12-05T02:39:13Z" ], "ClearedDates": [ "2024-12-05T02:39:13Z", "2024-12-05T02:39:13Z" ], "RecurSpec": { "Month": 1, "Frequency": 2, "Day": { "DayAsInt": 1 }, "OptOutValue": true, "Operator": "sample string 4", "AuthManager": "sample string 5", "Field": "sample string 6", "EndDate": "2024-12-05T02:39:13Z", "eValue": 8, "CallListName": "sample string 9", "IsEndless": true }, "EditDate": "2024-12-05T02:39:13Z", "CreateDate": "2024-12-05T02:39:13Z", "OccurTime": "2024-12-05T02:39:13Z", "OccurEndTime": "2024-12-05T02:39:13Z", "StartTime": "2024-12-05T02:39:13Z", "EndTime": "2024-12-05T02:39:13Z", "Details": "sample string 28", "LinkedEntities": { "Contacts": [ "96aa549b-d5ab-4d81-a561-2c8af744d0dc", "4899763c-7ab7-49f8-a163-6fae0f343541" ], "Companies": [ "a45bcdba-3672-49ba-b486-31dc08547882", "0440a66f-a0b7-4f8c-b904-adf49b0b7c8c" ], "Groups": [ "b359388b-98a6-44a7-82e0-7930ae288d24", "69e5811f-2960-4682-93cc-651022734dbd" ], "Opportunities": [ "fe9b62e1-3ab1-43b8-96da-374dfbd791e9", "89a6507c-43d7-49ea-9902-70c02c53da0e" ] } } ]