Notes (Comments) Resources

Applies to QAComplete�14.4, last modified on August 06, 2024
Operation HTTP Method Description
/projects/{ProjectId}/{EntityCode}/{EntityId}/notes GET Returns a list of notes added to the specified item (a defect, requirement and so on).
/projects/{ProjectID}/{EntityCode}/{EntityId}/notes POST Adds a new note to an item.
/projects/{ProjectID}/{EntityCode}/{EntityId}/notes/{Id} GET Gets information on a note.
/projects/{ProjectID}/{EntityCode}/{EntityId}/notes/{Id} PUT Updates the specified note.
/projects/{ProjectID}/{EntityCode}/{EntityId}/notes/{Id} DELETE Deletes a note from an item.

See Also

QAComplete REST API Reference

Highlight search results