How Do We Get Inquiry Fields from Persona Api?
I Am Trying to Extract the Fields from an Inquiry. Based on the Doc, It Seems Like That Field Should Be Present on a Webhook Event When "Inquiry. Compeleted"...
I am trying to extract the fields from an inquiry.
Based on the doc , it seems like that field should be present on a webhook event when "inquiry.compeleted" happens. However, I don't think that is the case.
An inquiry's fields can be retrieved via the external API using a GET request
How exactly do we get the fields from the inquiry when theres no description on the API call at all
1 Answer
You can do that by calling the GET /api/v1/inquiries/{inquiry-id} endpoint.
API Reference:
You will then find the fields in data.attributes.fields of the response.