API General Operations 2018-10-08T18:31:05+08:00

API General Operations

Pagination

Certain API can return millions of results that cannot be returned all at once in a single response. Pagination separates the results into pages.

More information

Filtering

Explains different filtering types available.

More information

Sorting

Sort API result according to specific field.

More information

Response Codes

The API returns appropriate HTTP status codes in addition to JSON-based error codes and messages for every request.

More information