...
Code Block | ||||
---|---|---|---|---|
| ||||
<podio.uploadFile> <apiUrl>{$url:apiUrl}</apiUrl> </podio.uploadFile> |
Properties
The URL to access the Podio API.apiUrl:
Info title Note The authorization header has to be passed by the user.
Sample request
Following is a sample REST/JSON request that can be handled by the
operation.uploadFile
Code Block | ||||
---|---|---|---|---|
| ||||
http://localhost:8280/services/podio_uploadFile?apiUrl=https://api.podio.com&user=user@gmail.com |
Related Podio Documentation
...