Skip to main content

Data APIs

Introduce how to use data APIs

Updated over 10 months ago

Introduction

Through data APIs, you can create, delete, update, and query data.


API Types

There are eight data APIs:

Number

API Name

API Description

1

Call the record in a form based on a specified data ID.

2

The returned records are always sorted in ascending order based on the data ID.

3

Call records in a form based on a specified data ID.

4

A maximum of 100 records can be created.

5

Update record in a form based on a specified data ID.

6

A maximum of 100 records can be updated.

7

Delete record in a form based on a specified data ID.

8

A maximum of 100 records can be deleted.

Did this answer your question?