Expose Engagement Schedule Data via REST API (Start/End Dates)
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:
scheduleStartDatescheduleEndDatescheduleType(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