Piotr
My feedback
5 results found
-
1 vote
An error occurred while saving the comment -
8 votes
An error occurred while saving the comment
Piotr
commented
We introduced Outgoing webhooks feature which gives ability to send automatically data, based on default or custom payload to other services. Isn't it enough to POST data?
https://howto.caspio.com/integrate-your-apps/webhooks/ -
15 votes
An error occurred while saving the comment
Piotr
commented
In REST API v3 in GET /v3/files and GET /v3/files/folders where we adding pagination we also added in a response:
"Pagination": {
"TotalCount": 0,
"PageNumber": 0,
"PageSize": 0
}
Is here expected the same information on other REST API operations responses where pagination is available?
https://demo.caspio.com/integrations/rest/swagger/index.html -
3 votes
An error occurred while saving the comment
Piotr
commented
Thank you for your suggestion. We implemented this feature for attachment data type, which is used in Flex applications. As a user who is setting up custom payload in webhook definition you may choose what you want to add to your payload: File name or File URL.
https://howto.caspio.com/integrate-your-apps/webhooks/webhooks-in-caspio/ -
8 votes
An error occurred while saving the comment
Piotr
commented
Can you please write in what case you need it?
Currently you may add your logo to Document template as a watermark in Settings tab of template. In this article you can read about that: https://howto.caspio.com/document-generation/document-template-settings/
Isn't it enough?

Since the moment when this idea was published REST API operations for /files/ where improved. Right now we may return files using multiple different operations:
- GET /v3/files - which returns list of files from chosen folder with pagination options
- GET /v3/files/{externalKey} - which returns a file based on external key of the file
- GET /v3/files/{externalKey}/fileInfo - which returns metadata of the file based on external key of the file
- GET /v3/files/path - which returns a file based on file path from table or view field
- GET /v3/files/path/fileInfo - which returns file metadata based on file path from table or view field
Please write if this request can be closed or describe what you expect.
In addition to File data type we introduced Attachment data type which is storing files directly in a table field. Attachment data type has its own set of REST API operations under /tables/ operations.
All updates you may preview in: https://demo.caspio.com/integrations/rest/swagger
OR test it on your Caspio account using swagger UI on your account:
https://<Your integration URL>/integrations/rest/swagger