Retrieve List of Activities by Account ID

get

/activity-service/activity/getActivityByAccount

This endpoint is used to retrieves the list of activities by Account ID.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the activities based on given Account ID.
Body ()
Root Schema : activityCollection
Type: object
Collection of activities.
Show Source
Nested Schema : ActivityList
Type: array
Show Source
Nested Schema : activityModel
Type: object
Activity model
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top