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.

An XML string compliant with the Entity Schema or a string containing the entity data in another supported format.

Examples

GET defect Example

PUT defect input XML

See Also

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