releases Collection
Description
The collection of releases in the project.
URL
/qcbin/rest/domains/{domain}/projects/{project}/releases
Remarks
To create a new release, POST an XML compliant with the Entity Schema that contains definitions for all the required fields.
HTTP Methods
GET: Returns the collection of releases.
PUT: N/A
DELETE: N/A
POST: Creates a new release resource.
Media Type |
GET
|
PUT
|
DELETE
|
POST
|
---|---|---|---|---|
application/xml |
![]() |
-
|
-
|
![]() |
application/json |
![]() |
-
|
-
|
![]() |
Returns
One of the HTTP Return Codes.
On a GET operation, an XML string compliant with the Entities Collection Schema or a string containing the data in another supported format.
On a POST operation, the full data of the created release in an XML compliant with the Entity Schema or a string containing the data in another supported format.