GET /api/database/rows/table/{table_id}/{row_id}/history/
Fetches the row change history of a given row_id in the table with the given table_id. The row change history is paginated and can be limited with the limit and offset query parameters.
Servers
- /
Path parameters
Name | Type | Required | Description |
---|---|---|---|
table_id |
Integer | Yes |
The id of the table to fetch the row change history from. |
row_id |
Integer | Yes |
The id of the row to fetch the change history from. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
Integer | No |
The maximum number of row change history entries to return. |
offset |
Integer | No |
The offset of the row change history entries to return. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.