The ~ sign is used for internal services referenced by $node.actions and by default these paths are not available.
To make an internal service available, you must specify:
At the same time, the answer to your question about receiving all routes cannot be retrieved. Action are registered actions within services.
And URLs are routes and aliases for services, they are stored in one api service locally and in order to get them you will need to do the conversion to the desired form.
The
~
sign is used for internal services referenced by$node.actions
and by default these paths are not available. To make an internal service available, you must specify:At the same time, the answer to your question about receiving all routes cannot be retrieved. Action are registered actions within services. And URLs are routes and aliases for services, they are stored in one api service locally and in order to get them you will need to do the conversion to the desired form.
GET /aliases
print response json ExampleWrite if you need to disclose this in more detail.