You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs : Add notes support to Company API endpoints (#314)
* docs
* Add notes field to company API endpoint responses
- Updated PUT /companies/{id} endpoint to include notes in response
- Updated GET /companies endpoint to include notes in response
- Updated POST /companies/list endpoint to include notes in response
- Updated GET /companies/scroll endpoint to include notes in response
- Updated POST /contacts/{id}/companies endpoint to include notes in response
All company endpoints now consistently return the notes field with the same structure.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* update docs
* Add company_note and company_note_list schemas for company-specific notes
* Add GET /companies/{id}/notes endpoint
Added new endpoint to list all notes associated with a company. This follows the same pattern as the existing /contacts/{id}/notes endpoint.
- Added endpoint definition at /companies/{id}/notes
- Created company_note_list schema for paginated response
- Included proper error handling for company not found
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* removed redundant company_note_list
* Update notes endpoint summaries for clarity
- Changed "List all notes" to "List all company notes" for /companies/{id}/notes
- Changed "List all notes" to "List all contact notes" for /contacts/{id}/notes
This makes the API documentation more specific and clearer about what type of notes each endpoint returns.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
0 commit comments