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.
Filtering
Explains different filtering types available.
Sorting
Sort API result according to specific field.
Response Codes
The API returns appropriate HTTP status codes in addition to JSON-based error codes and messages for every request.