get https://api.repsly.com/v3/export/clientnotes/
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
Name | Type | Description |
---|---|---|
MetaCollectionResult\TotalCount | Integer | Total count of client notes |
MetaCollectionResult\FirstID | Integer | Unique ID of the first item in the list |
MetaCollectionResult\LastID | Integer | Unique ID of the last item in the list |
ClientNoteID | Integer | Unique client note ID |
TimeStamp | Long | Client note timestamp |
DateAndTime | Datetime | Date and time of note entry |
RepresentativeCode | String (20) | Unique representative code (note author) |
RepresentativeName | String (80) | Representative name (note author) |
ClientCode | String (50) | Unique client code |
ClientName | String (255) | Client name |
StreetAddress | String (255) | Client street address |
ZIP | String (20) | Client ZIP code |
ZIPExt | String (20) | Client ZIP extension |
City | String (255) | Client city |
State | String (255) | Client state |
Country | String (255) | Client country |
String (255) | Client email address | |
Phone | String (128) | Client phone number |
Mobile | String (128) | Client mobile phone number |
Territory | String (80) | Territory name this client belongs to |
Longitude | Long | Longitude |
Latitude | Long | Latitude |
Note | Text | Client note |
VisitID | Integer | Unique Visit ID |