cURL
curl --request GET \ --url https://api.us.lexful.app/v1/entities/{entityTypeName}/{entityId}/revisions \ --header 'Authorization: Bearer <token>' \ --header 'X-Account-ID: <api-key>'
{ "items": [ {} ], "total": 123, "limit": 123, "offset": 123 }
Get revision history for an entity
Bearer token
Account ID
Entity type name
1 <= x <= 1000
x >= 0
Default Response
Total number of items available
Number of items returned
Number of items skipped
Was this page helpful?