Piotr
My feedback
7 results found
-
22 votes
An error occurred while saving the comment -
3 votes
An error occurred while saving the comment
Piotr
commented
Just to be sure that I understood the idea correctly I will ask a question. Now we have:
1) Account Owner
2) predefined group: Administrators
3) predefined group: App_Managers
4) ability to create custom group.
Right now Account Owner or user assigned to Administrators group can create or edit web services profiles.
Do you want to give other e.g. custom groups permission to create or modify web services profiles? -
3 votes
An error occurred while saving the comment
Piotr
commented
Right now there is ability to GET files based on filePath (Path together with file name) which is stored in fields in tables. We added:
- GET /v3/files/path/fileInfo - Returns file metadata
- GET /v3/files/path - Returns a file
Is then this request resolved OR you need to find how many times (in which folders) exact file is uploaded? -
1 vote
An error occurred while saving the comment
Piotr
commented
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 fieldPlease 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 -
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/ -
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?

Can you please explain what is expected here?
Do you want to add ability to create an app user using REST API? or maybe something else?