requirements Collection

Description

The collection of Requirements in the project.

URL

/qcbin/rest/domains/{domain}/projects/{project}/requirements

Remarks

For bulk updates, deletions, and creation, see Bulk Operations.

Passing data in PUT or POST requests that contain fields that do not belong to the requirement's type is an error.

HTTP Methods

GET: Retrieves the list of requirements.

PUT: Bulk update with type=collection.

DELETE: Bulk deletion with type=collection.

POST: Creates a new requirement. Bulk creation with type=collection.

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

Returns

One of the HTTP Return Codes.

A JSON string of the same format as the data returned with a GET operation.

Examples

GET requirements XML

See Also

Query a Collection of Entities
Create an Entity