Programmers only
This documentation is only designed for programmers. It is provided as is, and programmers are expected to be good enough to solve problems.
Experimental API
This API is not stable. It is subject to changes with every RY version.
Base URL
The base URL is the address of Confluence. It could be:
https://confluence.example.com
if there is no port, no context path and it's https.http://confluence.example.com:8090/confluence
if there is a port, a context path and https.
How to check?
- It is the smallest URL that opens Confluence,
- The address of the general administration is
{baseUrl}/admin/viewgeneralconfig.action
, for examplehttp://confluence.local:1990/confluence/admin/viewgeneralconfig.action
if there is a context path.
In the following documentation, we will omit the base URL.
REST Resources
Resource | Comments and query string arguments |
---|---|
GET /rest/reqs/1/requirement2/{spaceKey} | Search for requirements.
|
POST /rest/reqs/1/requirement2/{spaceKey} | Do not use. |
PUT /rest/reqs/1/requirement2/{spaceKey} | Do not use. |
GET /rest/reqs/1/requirement2/{spaceKey}/{key} | Get a requirement.
|
POST /rest/reqs/1/requirement2/{spaceKey}/{key} | Do not use. |
PUT /rest/reqs/1/requirement2/{spaceKey}/{key} | Do not use. |
DELETE /rest/reqs/1/requirement2/{spaceKey}/{key} | Do not use. |
GET /rest/reqs/1/baseline/{spaceKey} | Get the list of baselines in this space.
|
All other information is available in the REST API Browser.