get https://api.repsly.com/v3/export/photos/
Endpoint is used to export your photos from Repsly. System limit is 50 rows.
More Info
Endpoint is used to export your photos from Repsly. System limit is 50 rows.In every response you will receive meta variables FirstID and LastID. Save LastID for future requests so you can use it as a parameter {lastPhotoID} 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 photos, start your request with parameter {lastPhotoID} = 0.
Response definition
Name | Type | Description |
---|---|---|
MetaCollectionResult\TotalCount | Integer | Total count of photos |
MetaCollectionResult\FirstID | Integer | Unique ID of the first item in the list |
MetaCollectionResult\LastID | Integer | Unique ID of the last item in the list |
PhotoID | Integer | Unique photo ID |
ClientCode | String (50) | Unique client code |
ClientName | String (255) | Client name |
Note | String (1000) | Photo note |
DateAndTime | Datetime | Date and time of the photo |
PhotoURL | String (512) | Photo URL |
RepresentativeCode | String (20) | Unique representative code (author of this photo) |
RepresentativeName | String (80) | Representative name (author of this form) |
VisitID | Integer | Unique Visit ID |
Tag | String | Tags associated with this client (separated with commas) |