Apiary Powered Documentation
Sign in with Apiary account.
For other versions of our API, take a look at our changelog page.
The main advantage in this version (v81) is the ability to let users define the responses. By only requesting key information, you can more efficiently use resources instead of retrieving a full API feed, and parsing out unused fields.
This approach can be used with any resource that doesn't specify an ID, such as a list of elements or users.
The documentation is broken down into resource categories and you can see formatted code samples for various languages in the console on the right.
To make a request, the base URL will look something like https://[region].iformbuilder.com/exzact/api/v80/[servername]
The region is where your server is located. The table below shows what the subdomain would be for each region.
Region | Subdomain |
---|---|
United States | api |
Australia | au-api |
United Kingdom | uk-api |
Hipaa | hipaa-api |
For servername, you would use the subdomain used to access iFormBuilder. For example, if you want to use the API for app.iformbuilder.com, the URL would like https://api.iformbuilder.com/exzact/api/v80/app
https://api.iformbuilder.com/exzact/api/v80/[servername]/profiles/10978/pages/290749032/records
https://api.iformbuilder.com/exzact/api/v80/[servername]/profiles/10978/pages/290749032/records?fields=first_name,last_name,residing_state,age&offset=1&limit=2
https://api.iformbuilder.com/exzact/api/v80/[servername]/profiles/10978/pages/290749032/records?fields=first_name,last_name,residing_state,age,children_subform[child_name,child_age,child_height]&offset=1&limit=2
{"error_message": "API rate limit exceeded"}
/pages/12345/records
and 50 calls to /pages/98765/records
in a minute, you have reached the limit.
https://api.iformbuilder.com/exzact/api/v80/[servername]/profiles/10978/pages/290749032/records?fields=first_name:>2,age:<1
Adding filters will narrow down your request output or input. This can be used with both GET and PUT requests.
GET: Will return any data that meets your filter’s rules.
PUT: Instead of updating a specific record, update many records that match the filter. For example, changing everyone who is now over 18 from child to an adult.
age((>="18")&(<="65"))
age((>="18")%26(<="65"))
age((>="18")|(<="65"))
first_name(~"K%")
last_name(~"%son")
middle_name(~"%mit%")
https://api.iformbuilder.com/exzact/api/v80/[servername]/profiles/10978/pages/290749032/records?fields=age((>="18")|(<="65")),first_name(~"K%"),last_name(~"%son"),middle_name(~"%mit%")
https://api.iformbuilder.com/exzact/api/v80/[servername]/profiles/10978/pages/290749032/records?fields=length(~"%2512")
first_name-last_name(~"K%")
id(="12345"|="98765")
2a05f76...4e26c0b
1458
calvinng
161015
161435
profile_id | id of the profile |
---|
161521
iFormBuilder
0CP161521H14C19
1
13665 Dulles Technology Dr., Suite 110
Herndon
20171
VA
USA
1-866-ZERION-1
support@iformbuilder.com
10
100
true
2015-04-21T14:33:58+00:00
-1
0
iFormBuilder
13665 Dulles Technology Dr., Suite 110
Herndon
20171
VA
USA
1-866-ZERION-1
support@iformbuilder.com
10
100
true
161521
profile_id | id of the profile |
---|
161521
iFormBuilder
1
iFormBuilder Title
<style type=...>
path
https://iformbuilder.zendesk.com/hc/en-us/articles/115003851826-Form-Properties-Frequently-Asked-Questions
https://app.iformbuilder.com/exzact/adminHomeMessageTemplate1.php?PROFILE_ID=123456789
https://backgroundlink.iformbuilder.com
2018-08-17 10:41:12
30
https://splashlink.iformbuilder.com
https://donebutton.iformbuilder.com
https://synclink.iformbuilder.com
#79AF64
#79AF64
#79AF64
#79AF64
https://backgroundlink2.iformbuilder.com
-----BEGIN PUBLIC KEY-----\r\n
xxxxxxxxx
xxxxxxxxx
12332412
0
0
0
55
1
'#79AF64`
0
2
web
4
1
iFormBuilder
`iFormBuilder Title'
'<style type=...>'
path
https://iformbuilder.zendesk.com/hc/en-us/articles/115003851826-Form-Properties-Frequently-Asked-Questions
https://app.iformbuilder.com/exzact/adminHomeMessageTemplate1.php?PROFILE_ID=123456789
https://backgroundlink.iformbuilder.com
2018-08-17 10:41:12
30
https://splashlink.iformbuilder.com
https://donebutton.iformbuilder.com
https://synclink.iformbuilder.com
'#79AF64`
'#79AF64`
'#79AF64`
'#79AF64`
https://backgroundlink2.iformbuilder.com
-----BEGIN PUBLIC KEY-----\r\n
xxxxxxxxx
xxxxxxxxx
12332412
0
0
0
55
1
'#79AF64`
0
2
web
4
1
161521
fields | extra information of each profile on the list |
---|---|
limit | maximum count of the profile list |
offset | skip that many profiles before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each the objects |
exclude | will exclude specified fields |
161521
iFormBuilder
0CP161521H14C19
1
13665 Dulles Technology Dr., Suite 110
Herndon
20171
VA
USA
1-866-ZERION-1
support@iformbuilder.com
10
100
true
2015-04-21T14:33:58+00:00
-1
0
iFormBuilder
13665 Dulles Technology Dr., Suite 110
Herndon
20171
VA
USA
1-866-ZERION-1
support@iformbuilder.com
10
100
true
161521
profile_id | id of the profile |
---|---|
user_id | id of the user |
161236
demo_user
0U161236HE9C19
Calvin
Ng
support@iformbuilder.com
2015-05-13T11:02:29+00:00
false
testing123
Calvin
Ng
support@iformbuilder.com
must match "server", "company" or "basic"
server
true
true
false
161236
161236
profile_id | id of the profile |
---|---|
fields | extra information of each user on the list |
limit | maximum count of the user list |
offset | skip that many users before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
161236
demo_user
0U161236HE9C19
Calvin
Ng
support@iformbuilder.com
2015-05-13T11:02:29+00:00
true
161239
testing123
Calvin
Ng
support@iformbuilder.com
must match "server", "company" or "basic"
server
true
true
false
161239
161239
testing123
Calvin
Ng
support@iformbuilder.com
must match "server", "company" or "basic"
server
true
true
false
161239
161239
161239
161239
161239
profile_id | id of the profile |
---|
demo_user
testing123
Calvin
Ng
support@iformbuilder.com
must match "server", "company" or "basic"
server
true
true
161236
demo_user
testing123
Calvin
Ng
support@iformbuilder.com
must match "server", "company" or "basic"
server
true
true
161239
demo_user
testing123
Calvin
Ng
support@iformbuilder.com
must match "server", "company" or "basic"
server
true
true
161236
demo_user
profile_id | id of the profile |
---|---|
user_id | id of the user |
page_id | id of the page |
790777
true
true
true
true
790777
790777
profile_id | id of the profile |
---|---|
user_id | id of the user |
fields | extra information of each page assignment on the list |
limit | maximum count of the page assignment list |
offset | skip that many page assignment before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
exclude | will exclude specified fields |
all_fields | will show all fields for the objects |
790777
true
true
true
790777
true
true
790771
790777
true
true
790771
790771
790771
790771
790771
profile_id | id of the profile |
---|---|
user_id | id of the user |
790777
true
true
790777
790777
true
true
790777
profile_id | id of the profile |
---|---|
user_id | id of the user |
assignment_id | id of the record assignment |
526
790777
4
526
profile_id | id of the profile |
---|---|
user_id | id of the user |
fields | extra information of each page assignment on the list |
limit | maximum count of the page assignment list |
offset | skip that many page assignment before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page assignment |
exclude | will exclude specified fields |
526
790777
4
529
529
529
529
profile_id | id of the profile |
---|---|
user_id | id of the user |
790777
4
526
790777
4
526
profile_id | id of the profile |
---|---|
user_group_id | id of the user group |
161236
demo_group
0U161236HE9C19
95
2015-05-13T11:02:29+00:00
testing123
161236
161236
profile_id | id of the profile |
---|---|
fields | extra information of each user on the list |
limit | maximum count of the user list |
offset | skip that many users before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each users |
exclude | will exclude specified fields |
161236
demo_group
0U161236HE9C19
95
2015-05-13T11:02:29+00:00
profile_id | id of the profile |
---|
demo_user_group
161236
profile_id | id of the profile |
---|---|
user_group_id | id of the user group |
user_id | id of the user |
155455
inspector
790777
profile_id | id of the profile |
---|---|
user_group_id | id of the user group |
fields | extra information of each page assignment on the list |
limit | maximum count of the page assignment list |
offset | skip that many page assignment before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page assignment |
exclude | will exclude specified fields |
790777
inspector
2734
456124
2734
456124
profile_id | id of the profile |
---|---|
user_group_id | id of the user group |
415215
790777
415215
the assigned user id(s)
790777
profile_id | id of the profile |
---|---|
user_group_id | id of the user group |
page_id | id of the page |
790777
false
true
true
true
true
790777
790777
profile_id | id of the profile |
---|---|
user_group_id | id of the user group |
fields | extra information of each page assignment on the list |
limit | maximum count of the page assignment list |
offset | skip that many page assignment before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page assignment |
exclude | will exclude specified fields |
790777
true
true
true
790777
true
true
790771
790777
true
true
790771
790771
790771
790771
790771
profile_id | id of the profile |
---|---|
user_group_id | id of the user group |
790777
true
true
790777
790777
true
true
790777
profile_id | id of the profile |
---|---|
page_id | id of the page |
790777
building_inspection
true
true
true
false
false
false
0P790777H46FF3
Building Inspection
A form designed for building inspection
3
2015-05-12T11:27:14+00:00
cng
2015-05-12T11:40:54+00:00
cng
false
https://dl.dropboxusercontent.com/u/53478059/Demo_Forms/icon_bldginsp.png
0
building_inspection
Building Inspection
A form designed for building inspection
false
https://dl.dropboxusercontent.com/u/53478059/Demo_Forms/icon_bldginsp.png
0
790777
790777
790777
profile_id | id of the profile |
---|---|
fields | extra information of each page on the list |
limit | maximum count of the profile list |
offset | skip that many pages before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page |
exclude | will exclude specified fields |
790777
building_inspection
true
true
true
false
false
false
0P790777H46FF3
Building Inspection
A form designed for building inspection
3
2015-05-12T11:27:14+00:00
cng
2015-05-12T11:40:54+00:00
cng
false
https://dl.dropboxusercontent.com/u/53478059/Demo_Forms/icon_bldginsp.png
0
profile_id | id of the profile |
---|---|
page_id | id of the page |
deep | return all of the subform records as well |
javascript_stat | will exclude javascript state if set to 0 |
1
0
0
0
2015-05-14T15:59:42+00:00
cng
API
API
2015-05-14T16:08:21+00:00
cng
API
API
2015-05-14T16:08:21+00:00
{}
building_inspection
Building Inspection
A form designed for building inspection
false
https://dl.dropboxusercontent.com/u/53478059/Demo_Forms/icon_bldginsp.png
0
790777
profile_id | id of the profile |
---|---|
page_id | id of the page |
language_code | language code of the localization |
es
inspección de la construcción
inspección de la construcción
es
es
profile_id | id of the profile |
---|---|
page_id | id of the page |
fields | extra information of each page localization on the list |
limit | maximum count of the page localization list |
offset | skip that many page localization before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page localization |
exclude | will exclude specified fields |
es
inspección de la construcción
es
inspección de la construcción
zh-hans
zh-hans
zh-hans
zh-hans
zh-hans
profile_id | id of the profile |
---|---|
page_id | id of the page |
es
inspección de la construcción
es
es
inspección de la construcción
zh-hans
profile_id | id of the profile |
---|---|
page_id | id of the page |
user_id | id of the user |
161236
true
true
true
true
161236
161236
profile_id | id of the profile |
---|---|
page_id | id of the page |
fields | extra information of each page assignment on the list |
limit | maximum count of the page assignment list |
offset | skip that many page assignment before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page assignment |
exclude | will exclude specified fields |
161236
true
true
161236
true
true
161239
161236
true
true
161239
161239
161239
161239
161239
profile_id | id of the profile |
---|---|
page_id | id of the page |
161236
true
true
161236
161236
true
true
161236
profile_id | id of the profile |
---|---|
page_id | id of the page |
790777
456
123
[ { "id": 270987, "user_id": 38265920, "record_id": 3662 }, { "id": 270990, "user_id": 38265867, "record_id": 3656 }, ]
790777
[ { "id": 270987 } { "id": 270990 ]
profile_id | id of the profile |
---|---|
page_id | id of the page |
http_callback_i | id of the http callback |
283
New Record Endpoint
https://www.iformbuilder.com/post_http_endpoint.php
must match "json" or "xml"
json
10
support@iformbuilder.com
support@iformbuilder.com
support@iformbuilder.com
true
0
RS512
-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAhDZuORmHJDScMC66KwyU+3SBsgLLwTy/yjRgP-----END RSA PRIVATE KEY-----
true
New Record Endpoint
https://www.iformbuilder.com/post_http_endpoint.php
must match "json" or "xml"
json
10
support@iformbuilder.com
support@iformbuilder.com
support@iformbuilder.com
true
'delete'
RS512
false
-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAhDZuORmHJDScMC66KwyU+3SBsgLLwTy/yjRgP-----END RSA PRIVATE KEY-----
283
283
profile_id | id of the profile |
---|---|
page_id | id of the page |
fields | extra information of each option localization on the list |
limit | maximum count of the option localization list |
offset | skip that many option localization before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each option localization |
exclude | will exclude specified fields |
283
New Record Endpoint
https://www.iformbuilder.com/post_http_endpoint.php
must match "json" or "xml"
json
10
support@iformbuilder.com
support@iformbuilder.com
true
'delete'
RS512
false
support@iformbuilder.com
-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAhDZuORmHJDScMC66KwyU+3SBsgLLwTy/yjRgP-----END RSA PRIVATE KEY-----
283
283
283
283
profile_id | id of the profile |
---|---|
page_id | id of the page |
New Record Endpoint
https://www.iformbuilder.com/post_http_endpoint.php
must match "json" or "xml"
json
10
support@iformbuilder.com
support@iformbuilder.com
true
'delete'
RS512
false
-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAhDZuORmHJDScMC66KwyU+3SBsgLLwTy/yjRgP-----END RSA PRIVATE KEY-----
283
profile_id | id of the profile |
---|---|
page_id | id of the page |
fields | extra information of each page assignment on the list |
limit | maximum count of the page assignment list |
offset | skip that many page assignment before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page assignment |
exclude | will exclude specified fields |
support@iformbuilder.com
support@iformbuilder.com
support@iformbuilder.com
support@iformbuilder.com
support@iformbuilder.com
profile_id | id of the profile |
---|---|
page_id | id of the page |
support@iformbuilder.com
support@iformbuilder.com
support@iformbuilder.com
support@iformbuilder.com
profile_id | id of the profile |
---|---|
page_id | id of the page |
91
13
91
profile_id | id of the profile |
---|---|
page_id | id of the page |
fields | extra information of each page assignment on the list |
limit | maximum count of the page assignment list |
offset | skip that many page assignment before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page assignment |
exclude | will exclude specified fields |
profile_id | id of the profile |
---|---|
page_id | id of the page |
profile_id | id of the profile |
---|---|
page_id | id of the page |
dynamic_attribu | name of dynamic attribute |
my_element
will display what type the value has to be, for example string or number
"string"
04-02T02:07:29+00:00" - Last time this attribute was modified
"2019
my_element2
the deleted dynamic_attribute
profile_id | id of the profile |
---|---|
page_id | id of the page |
fields | extra information of each page dynamic attribute on the list |
limit | maximum count of the page dynamic attribute list |
offset | skip that many page dynamic attribute before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page dynamic attribute |
exclude | will exclude specified fields |
profile_id | id of the profile |
---|---|
page_id | id of the page |
fields | extra information of each page dynamic attribute on the list |
limit | maximum count of the page dynamic attribute list |
offset | skip that many page dynamic attribute before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page dynamic attribute |
exclude | will exclude specified fields |
my_element
my_element2
zh-hans
``
zh-hans
``
zh-hans
profile_id | id of the profile |
---|---|
page_id | id of the page |
value validation (ie. string or boolean) could change based on specific page dynamic attribute.
my_element
value validation (ie. string or boolean) could change based on specific page dynamic attribute.
my_element
profile_id | id of the profile |
---|---|
page_group_id | id of the page group |
777007
'my_form_group'
0Z420777H46AB3
3
2015-05-12T11:27:14+00:00
building_inspection
790777
790777
profile_id | id of the profile |
---|---|
fields | extra information of each user on the list |
limit | maximum count of the user list |
offset | skip that many users before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each users |
exclude | will exclude specified fields |
790777
building_inspection
0P790777H46FF3
3
2015-05-12T11:27:14+00:00
790777
building_inspection
0P790777H46FF3
3
2015-05-12T11:27:14+00:00
profile_id | id of the profile |
---|
demo_page_group
161236
profile_id | id of the profile |
---|---|
page_group_id | id of the page |
11261236
[ { "page_id": 11261236, } ]
11261236
[
{
"page_id": 11261236
},
{
"page_id": 11261239
}
]
11261236
profile_id | id of the profile |
---|---|
page_group_id | id of the page |
user_id | id of the user |
161236
false
true
true
true
true
161236
161236
profile_id | id of the profile |
---|---|
page_group_id | id of the page group |
fields | extra information of each page assignment on the list |
limit | maximum count of the page assignment list |
offset | skip that many page assignment before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page assignment |
exclude | will exclude specified fields |
161236
false
true
true
161236
true
true
161239
161236
true
true
161239
161239
161239
161239
161239
profile_id | id of the profile |
---|---|
page_group_id | id of the page |
161236
true
true
161236
161236
true
true
161236
profile_id | id of the profile |
---|---|
page_id | id of the page |
element_id | id of the element |
20483236
inspector_name
0E20483236H5971E
3
Inspector Name
1
50
2015-05-12T14:38:35+00:00
cng
2015-05-12T14:49:41+00:00
cng
1
0
0
0
iformbuilder.username
false
false
false
false
false
false
1
0
inspector_name
Inspector Name
1
50
1
0
0
0
iformbuilder.username
false
false
true
false
false
false
1
0
20483245
20483245
20483245
profile_id | id of the profile |
---|---|
page_id | id of the page |
fields | extra information of each element on the list |
limit | maximum count of the element list |
offset | skip that many elements before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each elements |
exclude | will exclude specified fields |
20483236
inspector_name
0E20483236H5971E
3
Inspector Name
1
50
2015-05-12T14:38:35+00:00
cng
2015-05-12T14:49:41+00:00
cng
1
0
0
0
iformbuilder.username
false
false
false
true
false
false
1
0
20483236
inspector_name
Inspector Name
1
50
1
0
0
0
iformbuilder.username
false
false
false
true
false
false
1
0
20483236
20483236
inspector_name
Inspector Name
1
50
1
0
0
0
iformbuilder.username
false
false
false
true
false
false
1
0
20483236
20483236
20483236
20483236
20483236
profile_id | id of the profile |
---|---|
page_id | id of the page |
inspector_name
Inspector Name
1
50
1
0
0
0
iformbuilder.username
false
false
false
true
false
false
1
0
20483233
inspector_name
Inspector Name
1
50
1
0
0
0
iformbuilder.username
false
false
false
true
false
false
1
0
20483236
profile_id | id of the profile |
---|---|
page_id | id of the page |
element_id | id of the element |
language_code | language code of the localization |
es
nombre del Inspector
nombre del Inspector
es
es
profile_id | id of the profile |
---|---|
page_id | id of the page |
element_id | id of the element |
fields | extra information of each element localization on the list |
limit | maximum count of the element localization list |
offset | skip that many element localization before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each element localization |
exclude | will exclude specified fields |
es
nombre del Inspector
es
nombre del Inspector
zh-hans
zh-hans
zh-hans
zh-hans
zh-hans
profile_id | id of the profile |
---|---|
page_id | id of the page |
element_id | id of the element |
es
nombre del Inspector
es
es
nombre del Inspector
zh-hans
profile_id | id of the profile |
---|---|
page_id | id of the page |
element_id | id of the element |
dynamic_attribu | name of dynamic attribute |
12hr
will display what type the value has to be, for example string or number
"string"
04-02T02:07:29+00:00" - Last time this attribute was modified
"2019
24hr
the deleted dynamic_attribute
profile_id | id of the profile |
---|---|
page_id | id of the page |
element_id | id of the element |
fields | extra information of each element dynamic attribute on the list |
limit | maximum count of the element dynamic attribute list |
offset | skip that many element dynamic attribute before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each element dynamic attribute |
exclude | will exclude specified fields |
profile_id | id of the profile |
---|---|
page_id | id of the page |
element_id | id of the element |
fields | extra information of each element dynamic attribute on the list |
limit | maximum count of the element dynamic attribute list |
offset | skip that many element dynamic attribute before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each element dynamic attribute |
exclude | will exclude specified fields |
12hr
24hr
``
zh-hans
``
zh-hans
profile_id | id of the profile |
---|---|
page_id | id of the page |
element_id | id of the element |
value validation (ie. string or boolean) could change based on specific element dynamic attribute.
12hr
es
value validation (ie. string or boolean) could change based on specific element dynamic attribute.
12hr
profile_id | id of the profile |
---|---|
optionlist_id | id of the optionlist |
393655
System Grade
0OL393655H6488B
3
2015-05-12T22:04:03+00:00
cng
2015-05-12T22:08:45+00:00
cng
dropbox://iForm
System Grade
dropbox://iForm
393655
393655
393655
profile_id | id of the profile |
---|---|
fields | extra information of each optionlist on the list |
limit | maximum count of the optionlist list |
offset | skip that many optionlists before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each optionlists |
exclude | will exclude specified fields |
393655
System Grade
0OL393655H6488B
3
2015-05-12T22:04:03+00:00
cng
2015-05-12T22:08:45+00:00
cng
dropbox://iForm
profile_id | id of the profile |
---|
System Grade
dropbox://iForm
393655
profile_id | id of the profile |
---|---|
optionlist_id | id of the option list |
option_id | id of the option |
268623880
na
0O268623880HD6ED5
N/A
0
false
0
na
N/A
0
false
0
268623880
268623880
profile_id | id of the profile |
---|---|
optionlist_id | id of the option list |
fields | extra information of each profile on the list |
limit | maximum count of the profile list |
offset | skip that many profiles before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each profiles |
exclude | will exclude specified fields |
268623880
na
0O268623880HD6ED5
N/A
0
false
0
268623880
na
N/A
0
false
0
268623880
268623880
na
N/A
0
false
0
268623880
268623880
268623880
268623880
268623880
profile_id | id of the profile |
---|---|
optionlist_id | id of the option list |
na
N/A
0
false
0
268623880
na
N/A
0
false
0
268623883
profile_id | id of the profile |
---|---|
optionlist_id | id of the optionlist |
option_id | id of the option |
language_code | language code of the localization |
es
fallar
fallar
es
es
profile_id | id of the profile |
---|---|
optionlist_id | id of the optionlist |
option_id | id of the option |
fields | extra information of each option localization on the list |
limit | maximum count of the option localization list |
offset | skip that many option localization before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each option localization |
exclude | will exclude specified fields |
es
fallar
es
fallar
zh-hans
zh-hans
zh-hans
zh-hans
zh-hans
profile_id | id of the profile |
---|---|
optionlist_id | id of the optionlist |
option_id | id of the option |
es
fallar
es
es
fallar
zh-hans
subform_order | order of subform records. Use 'asc' or 'desc'. |
---|---|
profile_id | id of the profile |
page_id | id of the page |
record_id | id of the record |
1
0
0
0
2015-05-14T15:59:42+00:00
cng
API
API
2015-05-14T16:08:21+00:00
cng
API
API
2015-05-14T16:08:21+00:00
{}
profile_id | id of the profile |
---|---|
page_id | id of the page |
record_id | id of the record |
must have either element_name or element_id set
2048326
Calvin Ng
file extension, if applicable
jpg
must match "base64", "url"
url
API
{}
1
profile_id | id of the profile |
---|---|
page_id | id of the page |
record_id | id of the record |
1
profile_id | id of the profile |
---|---|
page_id | id of the page |
record_id | id of the record |
1
subform_order | order of subform records. Use 'asc' or 'desc'. |
---|---|
profile_id | id of the profile |
page_id | id of the page |
fields | extra information of each record on the list |
limit | maximum count of the record list |
offset | skip that many record before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each record |
exclude | will exclude specified fields |
1
0
0
0
2015-05-14T15:59:42+00:00
cng
API
API
2015-05-14T16:08:21+00:00
cng
API
API
2015-05-14T16:08:21+00:00
{}
profile_id | id of the profile |
---|---|
page_id | id of the page |
fields | extra information of each record on the list |
limit | maximum count of the record list |
offset | skip that many record before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each record |
exclude | will exclude specified fields |
4
must have either element_name or element_id set
20483236
Calvin Ng
file extension, if applicable
jpg
must match "base64", "url"
url
API
{}
4
4
must have either element_name or element_id set
20483236
Calvin Ng
file extension, if applicable
jpg
must match "base64", "url"
url
API
{}
4
profile_id | id of the profile |
---|---|
page_id | id of the page |
fields | extra information of each record on the list |
limit | maximum count of the record list |
offset | skip that many record before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each record |
exclude | will exclude specified fields |
4
4
Please Note: When creating records that have a parent relationship, you need to remember to set the count on the parent record which indicates the number of children for that element.
profile_id | id of the profile |
---|---|
page_id | id of the page |
0
0
0
must have either element_name or element_id set
20483236
Calvin Ng
file extension, if applicable
jpg
must match "base64", "url"
url
API
{}
1
0
0
0
must have either element_name or element_id set
20483236
Calvin Ng
file extension, if applicable
jpg
must match "base64", "url"
url
API
{}
4
profile_id | id of the profile |
---|---|
page_id | id of the page |
record_id | id of the record |
user_id | id of the user |
161236
161236
profile_id | id of the profile |
---|---|
page_id | id of the page |
record_id | id of the record |
fields | extra information of each page assignment on the list |
limit | maximum count of the page assignment list |
offset | skip that many page assignment before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each page assignment |
exclude | will exclude specified fields |
161236
161239
161239
161239
161239
profile_id | id of the profile |
---|---|
page_id | id of the page |
record_id | id of the record |
161236
user
161236
161236
user
161236
Please sync to update form
Please sync to update form
2435467
profile_id | id of the profile |
---|---|
license_id | id of the device license |
198392
demo_user
d174b4c64f6f358a3b19bfca4558eb1d9d3e265f
2019-05-23T15:52:15+00:00
78f48ac3 6765c07c 0d53bbd7 97d6b61b 0e9d50ee e5d7522e 06bb8787 870e26fb
iPad Pro
12.1.1
iForm
8.32.0
profile_id | id of the profile |
---|---|
fields | extra information of each user on the list |
limit | maximum count of the user list |
offset | skip that many users before beginning to return |
validate_gramma | returns an error for incorrect field grammar when set to true |
all_fields | will show all fields for each users |
exclude | will exclude specified fields |
161236
demo_user
d174b4c64f6f358a3b19bfca4558eb1d9d3e265f
2019-05-23T15:52:15+00:00
78f48ac3 6765c07c 0d53bbd7 97d6b61b 0e9d50ee e5d7522e 06bb8787 870e26fb
iPad Pro
12.1.1
iForm
8.32.0