Skip to main content
Contributor ⭐️⭐️
March 20, 2026
New Idea

Expose Engagement Schedule Data via REST API (Start/End Dates)

Related products:PX Integrations
  • March 20, 2026
  • 0 replies
  • 17 views

I recently built an integration to pull PX engagement data via the REST API and generate an ICS file for subscription in Confluence, Outlook, or Google Calendar — giving our team visibility into what engagements are running and when without logging into PX.

The blocker: engagement schedule data is not exposed anywhere in the API. The Engagement object returned by GET /v1/engagement includes name, type, state, and environments, but no date fields of any kind.

The ask: expose the following fields on the Engagement object:

  • scheduleStartDate
  • scheduleEndDate
  • scheduleType (one-time, recurring, ongoing)

Small API change, large impact. This data exists in PX — it just isn't accessible programmatically today. Otherwise, we need to have the linked idea below delivered with export abilities. 

Related idea: https://communities.gainsight.com/ideas/px-calendar-view-of-engagements-7455?tid=7455&fid=None