Retrieve List of Existing Activities

get

/activity-service/activity

This endpoint is used to retrieve the list of all existing activities.

Request

Supported Media Types
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful performs the operation
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