Skip to main content

Querying for notes

GET 

/api/v3/note

Available query parameter values for filtering:

  • context_str (this should be one of: customer, billing_package, invoice, user, quote, item)
  • context_id

Request

Query Parameters

    where string

    context_str:EQUALS:customer

    order string

    context_id:ASC

    limit string

    2

    offset string

    8

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response object
Loading...