defects/{ID}

Description

The Defect with the specified ID.

URL

/qcbin/rest/domains/{domain}/projects/{project}/defects/{Defect ID}

HTTP Methods

GET: Returns the Defect.

PUT: Updates the Defect.

DELETE: Deletes the Defect.

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.

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

Examples

PUT defect input XML

Return Value Example

GET defect XML

See Also

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