API Reference

for object "Notes"

Find here the list of actions to apply on the objects, and the data reference for this object.




What is a note ?

It's a piece of text of interest for your business




Getting the notes list

GET /notes.xml

Returns all notes, page by page
Add a page parameter to navigate




Getting a single note

GET /notes/#{id}.xml

Returns a single note, identified by its id




Creating a new note

POST /notes.xml

Creates a new note, and returns the note data




Updating an existing note

PUT /notes/#{id}.xml

Updates some fields of an existing note




Deleting an existing note

DELETE /notes/#{id}.xml

Deletes the note identified by its id




Object data

<note>
 <id>id of this object</id>
 <title>title</title>
 <content>content</content>
 <type_id>type of note (see below)</type_id>
 <link_text>the name of a link related to the note</link_text>
 <link_url>the link related to the note</link_url>
</note>




Possible values of note type

  • 29 for a client meeting

  • 30 for an internal meeting

  • 31 for a r&d topic

  • 240 for marketing ideas

  • 241 for reminders

  • 256 for competitors info

  • 455 for market info

  • 473 for an article

  • 474 for information

  • 507 for documentation