Qgiv API

Last Updated: May 26, 2022

API Requests

API requests require an API token for the form(s) they are trying to access.

Input/Output

Input and Output examples will be provided in both XML and JSON formats. Input will be accepted in XML and JSON formats only. Output format depends on the extension in the URL. For XML output, URLs must end in ".xml". For JSON output, URLs must end in ".json". The input format can be in XML or JSON regardless of the output format specified.

	
<parentNode>
	<childNode>
		<childOfChildNode>value</childOfChildNode>
	</childNode>
	<childNode>
		<childOfChildNode>value</childOfChildNode>
	</childNode>
</parentNode>
	

{
    "parentKey":[
        {
            "childKey":"value",
        },
        {
            "childKey2":"value"
        }
    ]
}

Notes:


* denotes a required field

** denotes a required field based on Event settings

*** denotes a field that is only required when submitting Form level API credentials