Skip to main content

Get Note

GET 

/crm/notes/:noteId

Get note based on id

Request

Path Parameters

    noteId stringrequired

    The item id of the note record

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    note

    object

    remoteId string
    noteOwner string
    noteTitle
    noteContent string
    noteContact string
    noteAccount
    noteOpportunity
    id string
    remoteCreatedAt string
    remoteUpdatedAt string
    remoteDeleted boolean

    Default value: true

    createdAt string
    updatedAt string
Loading...