/notes/:id

Retrieve a note by id.

🚧

Additional Note Restrictions

There are two restrictions in place that may prevent you from successfully retrieving a note:

  1. A note was created by a system that restricts further access outside of Follow Up Boss.
  2. A note was created by a system that contains email content and is restricted for privacy reasons.

In both cases, you may get a 404 Not Found response despite the note id being valid in Follow Up Boss.

Path Params
int32
required

The ID of the note.

Query Params
boolean

When set to true, will include threaded replies attached to the note. Replies may include HTML tags in their bodies.

boolean

When set to true, will include the reactions that have been left on the note (as well as the replies if those have also been requested). Reactions are keyed by the emoji reaction. The value is an array of user IDs who have left that reaction.

Response

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json