cURL
curl --request GET \ --url https://api.us.lexful.app/v1/entities/{entityTypeName}/{entityId}/revisions/{revisionId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Account-ID: <api-key>'
{}
Get a specific revision of an entity
Bearer token
Account ID
Entity type name
Entity ID
Revision ID
Entity revision data
Was this page helpful?