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
check
check
check
-
application/json
check
check
check
-

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

GET Requirement by ID Example

See Also

Create an Entity
Read an Entity
Update an Entity
Delete an Entity