Hi!
I have my own version (Enterpise 4.4.9 and Developer 5.0.0)
Tried my first steps in api and getting stuck…
As noted in Get Metadata
The endpoint for getting metadata is /api-gateway/api/v2/dtables/{base_uuid}/metadata/
And for base info:
/api-gateway/api/v2/dtables/{base_uuid}
I can GET metadata via /api/v2… (no api-gateway at start), as well as /related-users
but getting base info (/api/v2/dtables/{base_uuid}) responses with 404
Also all endpoints for rows operations returns 404
What am I doing wrong?