Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Client id owned by the brand, supply
Sales Associate id owned by the brand
Only show notes updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
Combined with the from
parameter, only show notes updated whitin the given range (from..to) time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
Page number of the results to fetch. Default: 1
Results per page (max 100). Default: 30
Response
Successful response, returns array of notes
Unique identifier of the store where the note was created (based on associate assignment)
Store name of where the note was created (based on associate assignment)
Unique identifier of the associate that created the note
Full name of the associate who created the note
Unique identifier of the client that the note was for
Full name of the client that the note was for
The text included in the note
Timestamp of when the note was created