witty-keyboard-20400
09/29/2021, 12:14 PMcurl --location --request GET '<http://localhost:8080/entities/urn%3Ali%3Achart%3Acustomers>'
is for specific type of entity - Chart.
To get list of all the entities, I tried:
curl --location --request GET '<http://localhost:8080/entities/>'
..but it resulted in error 500 with the message that GET op is not supported.big-carpet-38439
09/29/2021, 6:05 PM