Endpoint is used to export your forms from Repsly. 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 {lastFormID} 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 {lastFormID} = 0.

Response definition

NameTypeDescription
MetaCollectionResult\TotalCountIntegerTotal count of forms
MetaCollectionResult\FirstIDIntegerUnique ID of the first item in the list
MetaCollectionResult\LastIDIntegerUnique ID of the last item in the list
FormIDIntegerUnique form ID
FormNameString (255)Name of the form
ClientCodeString (50)Unique client code
ClientNameString (255)Client name
DateAndTimeDatetimeDate and time of creation of this form
RepresentativeCodeString (20)Unique representative code (author of this form)
RepresentativeNameString (80)Representative name (author of this form)
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
SignatureURLString (512)Signature image URL
VisitStartDatetimeDate and time of visit start
VisitEndDatetimeDate and time of visit end
Item\FieldString (255)Custom field name
Item\ValueTextCustom field value
VisitIDIntegerUnique Visit ID
Language