Activity Service REST Endpoints

Activity Services/Activity Service
This service is used to perform activity operations.
Add New Activity
Method: post
Path: /activity-service/activity
Delete Activity Identified by Given ID
Method: delete
Path: /activity-service/activity/{id}
Get Additional Account Information by Account ID
Method: get
Path: /activity-service/activity/acct/addn/{acctId}
Healthcheck of Activity Service
Method: get
Path: /activity-service/healthcheck
Retrieve Activity by ID
Method: get
Path: /activity-service/activity/{id}
Retrieve Activity by ID and Activity Type
Method: get
Path: /activity-service/activity/getActivityByType
Retrieve List of Activities by Account ID
Method: get
Path: /activity-service/activity/getActivityByAccount
Retrieve List of Activities by Filters
Method: get
Path: /activity-service/activity/getActivityByFilter
Retrieve List of Activities with Distinct Users by Account ID
Method: get
Path: /activity-service/activity/getActivityUniqueUsersByAccount
Retrieve List of Existing Activities
Method: get
Path: /activity-service/activity
Update Existing Activity
Method: put
Path: /activity-service/activity/{id}