Skip to main content
August 31, 2017
解決済み

How to get the status of a lead from a program of type Event via the REST API

  • August 31, 2017
  • 1 の返信
  • 1493 ビュー

I currently am able to see the status of leads associated with a Program of type event via the UI report. I can also see a column called status that indicates whether the leads attended the event or not. I am unable to see field in response via the REST Call GET /rest/v1/leads/programs/{LeadID}.json

Is there an alternate way to get to this data ?

このトピックへの返信は締め切られました。
ベストアンサー Casey_Grimes2

Are you using /rest/v1/leads/programs/programID.json? If so, you should receive a result for each record with membership -> progressionStatus as a value.

1 の返信

Casey_Grimes2
Level 10
August 31, 2017

Are you using /rest/v1/leads/programs/programID.json? If so, you should receive a result for each record with membership -> progressionStatus as a value.