Index
Returns a list of forms that the user can access.
Method:
GET
Endpoint:
/forms
Example response:
array('api_version' => 1, 'endpoint' => 'forms', 'method' => 'GET', 'status' => 'successful', 'data' => array());
Retrieve
Returns the details of a single form including any child pages
Method:
GET
Endpoint:
/forms/{form_id}
Example response:
array('api_version' => 1, 'endpoint' => 'forms', 'method' => 'GET', 'status' => 'successful', 'data' => array());