requirements/{ID}
Description
The Requirement with the specified ID.
URL
/qcbin/rest/domains/{domain}/projects/{project}/requirements/{Requirement ID}
Remarks
The data in returned by a GET request contains only fields that belong to the requirement's type.
Passing data in a PUT request that contains fields that do not belong to the requirement's type is an error.
HTTP Methods
GET: Retrieves the requirement.
PUT: Updates the requirement.
DELETE: Deletes the requirement.
POST: N/A
Media Type |
GET
|
PUT
|
DELETE
|
POST
|
---|---|---|---|---|
application/xml |
![]() |
![]() |
![]() |
-
|
application/json |
![]() |
![]() |
![]() |
-
|
Returns
One of the HTTP Return Codes.
An XML string compliant with the Entity Schema or a string containing the entity data in another supported format.
Examples
See Also
Create an Entity
Read an Entity
Update an Entity
Delete an Entity