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. |