REST API Reference

REST API Reference

Request URL

Request URL

A request URL consists of an HTTP method, a base URL, and a resource URI. The request header also includes parameters such as the content type and authorization information.
Use the following format to construct a request URL:
<HTTP method> http(s)://<host>:<port>/api/public/<resource URI>
The following example shows a URL for a request that returns a list of all projects:
GET http://<host name>:<port number>/api/public/tdm/v1/projects

0 COMMENTS

We’d like to hear from you!