Get record history

Get a record's history.

The record's history contains a list of all changes to a record since it was added.

Request

GET https://www.activityinfo.org/resources/form/{formId}/record/{recordId}/history

Successful response

application/json

object
entries array[object] required

Error responses

Status Code Error Code Description
401 AUTHENTICATION_REQUIRED The request must be authenticated
403 FORBIDDEN Permission denied
404 NOT_FOUND The resource could not be found
410 DELETED The resource has been deleted

Example

curl -u anything:YOUR_API_TOKEN \
  https://www.activityinfo.org/resources/form/ck8pu9ha07/record/ck34ujs6v8/history
Next item
Get report