Endpoint is used to export your client notes from Repsly database. System limit is 50 rows.

More Info

In every response you will receive meta variables FirstID and LastID.
Save LastID for future requests so you can use it as a parameter {lastClientNoteID} for every subsequent request until the response meta variable TotalCount is equal to 0, which means you have received all updates.

To get the complete list of forms, start your request with parameter {lastClientNoteID} = 0.

Response definition

NameTypeDescription
MetaCollectionResult\TotalCountIntegerTotal count of client notes
MetaCollectionResult\FirstIDIntegerUnique ID of the first item in the list
MetaCollectionResult\LastIDIntegerUnique ID of the last item in the list
ClientNoteIDIntegerUnique client note ID
TimeStampLongClient note timestamp
DateAndTimeDatetimeDate and time of note entry
RepresentativeCodeString (20)Unique representative code (note author)
RepresentativeNameString (80)Representative name (note author)
ClientCodeString (50)Unique client code
ClientNameString (255)Client name
StreetAddressString (255)Client street address
ZIPString (20)Client ZIP code
ZIPExtString (20)Client ZIP extension
CityString (255)Client city
StateString (255)Client state
CountryString (255)Client country
EmailString (255)Client email address
PhoneString (128)Client phone number
MobileString (128)Client mobile phone number
TerritoryString (80)Territory name this client belongs to
LongitudeLongLongitude
LatitudeLongLatitude
NoteTextClient note
VisitIDIntegerUnique Visit ID
Language