Media Manager API

Say I want an asset with id '123' and the UI is accessible at http://vm12-dev105.opentext.net:11090/otmm/ux-html. How should the URI look? What is the port? Can I use https?

How should I specify the version? The syntax below (from the API docs) is not clear, is it just /v1/assets/123 or something else?
get /{version: v(1)}/assets/{id}

Comments