Unable to retrieve participant set ID name or label from the API call
I need to create an agreement with participants and form fields using V6 of RESTful APIs of Adobe Sign.
The steps that I am following is
- create an transient document first
- create an agreement in the authoring state
- retrieve the participant set id from an API call get/agreements/agreementid/members
- update the agreement and add form fields with assignee as participant set id
Though, when I make an API call to get all the member information, I am not getting back the name and label that I had assigned while creating an agreement in the authoring state. For me, it is very important to get those values back to associate the form fields with the participants.
We are going to store the form fields information in our CRM with a name/label of the participant so that we can retrieve those form fields and associate them with the participants.
Please advise