How to get the status of a lead from a program of type Event via the REST API | Community
Skip to main content
August 31, 2017
Solved

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

  • August 31, 2017
  • 1 reply
  • 1485 views

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 ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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 reply

Casey_Grimes2
Casey_Grimes2Accepted solution
New Participant
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.