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