Skip to main content

userForms/getstatusandcomments/{id}

Gets the status and comments of the specified form submission reference.

Arguments:

  • api_key (required)
  • id (required)

Example request:

http://[domain]/api/userForms/getstatusandcomments/123456.xml?api_key=[api_key]

Example response:

<?xml version="1.0" encoding="utf-8"?>
<userForm id="123456">
<status>0</status>
<comments/>
</userForm>