Entity Type API
List Schema Migrations
List the schema migration history for an entity type, newest first.
get/v2/entity-types/{entity_type_id}/schema-migrations
Path parameters
entity_type_idstring required
The ID of the entity type whose migration history to list.
Query parameters
pageSizeinteger
Maximum number of results to return. Default is 50, maximum is 200.
Maximum number of results to return. Default is 50, maximum is 200.
pageTokenstring
Token for pagination. Leave empty for the first request.
Token for pagination. Leave empty for the first request.
Response
Success