SOLVED

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

Go to solution
Anonymous
Not applicable

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

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 ?

pastedImage_0.png

1 ACCEPTED SOLUTION

Accepted Solutions
Casey_Grimes
Level 10

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

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.

View solution in original post

1 REPLY 1
Casey_Grimes
Level 10

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

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.