-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathclass_methods.html
39 lines (31 loc) · 1018 Bytes
/
class_methods.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: default
navPage: docs
heading: Class Methods
breadcrumbs:
- API,/api/
- API v2.x,/api/v2
- Class Methods
prev: Debugging Mode,/api/v2/debugging/
next: Form Integration,/api/v2/form_integration/
versions: FT3
page_type: toc
categories: api
tags: developer
---
{% include open_section.html nav='nav_api_v2.html' selected='class_methods' nav_width=4 %}
<p>
This page lists all function available in the API.
</p>
<h4><a href="{{site.baseurl}}/api/v2/form_integration">Form Integration</a></h4>
{% include section_api_v2_form_integration.html %}
<br />
<h4><a href="{{site.baseurl}}/api/v2/submissions">Displaying Submissions</a></h4>
{% include section_api_v2_displaying_submissions.html %}
<br />
<h4><a href="{{site.baseurl}}/api/v2/user_accounts">User Accounts</a></h4>
{% include section_api_v2_user_accounts.html %}
<br />
<h4><a href="{{site.baseurl}}/api/v2/other_functions">Other Functions</a></h4>
{% include section_api_v2_other.html %}
{% include close_section.html %}