Opportunities API
GET/api/v1/opportunities/{id}/timeline
Product availabilityAlgaPSA

List opportunity timeline

Lists interactions linked to the opportunity, newest first.

RBAC · opportunities

Path parameters

idstring <uuid>Required
Opportunity UUID from opportunities.opportunity_id.

Response body

Success response 200 · schema OpportunityTimelineSuccessV1

dataarray of objectRequired
itemsobject
interaction_idstring <uuid>Required
titlestringRequired
notesstringNullable
interaction_datestring <date-time>Required
user_namestringRequired

Response codes

200
Operation succeeded.
400
Validation or request parsing failure.
401
API key missing or invalid.
403
RBAC denied for the opportunities resource action.
404
Opportunity or nested resource not found.
409
Opportunity state conflicts with the requested operation.
500
Unexpected controller or service failure.