How to list all domains, or entitytypes in the Application Timeline Server API.
# Assumes you know the domain owner
GET /ws/v1/timeline/domain?owner=$OWNER
# Assumes you know the specific domain name
GET http://localhost:8188/ws/v1/timeline/domain/DS_DOMAIN_1
# Assumes you know the EntityTypeName
GET http(s)://<timeline server http(s) address:port>/ws/v1/timeline/{entityType}
I am doing research and want to list all the different domains and entity types to explore them. Any way to do that with the API?