Retrieve a note
Retrieve a single note.
Single Note
GET
https://{{account_id}}.acquire.io/api/v1/crm/note/get/{{noteId}}
Retrieve a single note. The noteId must be passed in to the endpoint as a path parameter. noteId - The note's ID. To retrieve a list of noteIds, submit a GET request to List all notes.
Path Parameters
Name
Type
Description
noteId*
integer
ID of the note
Headers
Name
Type
Description
Authorization*
string
Bearer {{API_KEY}}
Last updated