REST Resources
This API supports a Representational State Transfer (REST) model for accessing a set of resources through a fixed set of operations. The following resources are accessible through the RESTful model:
- /v1/entities
- /v1/entities/{id}
- /v1/interactive/entities
- /v1/lineage
- /v1/relations
- /v1/relations/{identity}
- /v1/schemas/{resource}/fields
- /v2/entities
- /v2/entities/{id}
- /v2/interactive/entities
- /v2/lineage
- /v2/relations
- /v2/relations/{identity}
- /v2/schemas/{resource}/fields
- /version
There is also a WADL document describing the REST API.