release-cycles Collection

Description

The collection of release cycles in the project.

URL

/qcbin/rest/domains/{domain}/projects/{project}/release-cycles

Remarks

To create a new release cycle, POST an XML compliant with the Entity Schema that contains definitions for all the required fields.

HTTP Methods

GET: Returns the collection of release cycles.

PUT: N/A

DELETE: N/A

POST: Creates a new release cycle resource.

Media Type
GET
PUT
DELETE
POST
application/xml
check
-
-
check
application/json
check
-
-
check
application/xml;type=collection-checkcheckcheck
application/json;type=collection-checkcheckcheck

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.

Examples

GET Release Cycles Example

See Also

Query a Collection of Entities
Create an Entity