Get an activity by its ID in a specific project
GET/v1/:projectName/activity/:activityId
Fetches the activity details by its ID for a specific project.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successful operation. Returns the Activity
Bad request
Unauthorized
Access Denied
Activity not found
Internal server error