Skip to content

get_form_data

df-dbx edited this page Sep 30, 2019 · 1 revision

get_form_data

https://zingtree.com/api/session/{{session ID}}/get_form_data

Outputs JSON with form variables and values entered during a session

Example

https://zingtree.com/api/session/…session_id…/get_form_data

{
    "op": "get_form_data",
    "agent_name": "Bob Winters",
    "agent_first_name": "Bob",
    "agent": "bwinters@zingtree.com",
    "organization": "Support Team",
    "score": "0"
}

Clone this wiki locally