Flexio Data Interaction
Interaction with the Flexio API
|
|
getFlexioResource()
|
Returns a dataset containing resources records from Flexio |
|
postFlexioResource()
|
Sends a resource to Flexio. Adds each entry of the given dataset to the Flexio resource, Returns the a vector with the recordIDs |
|
getFlexioRecord()
|
Returns a 1 entry dataset containing a single resource record from Flexio |
|
putFlexioRecord()
|
Updates a resource record from Flexio (all the fields) |
|
patchFlexioRecord()
|
Updates a resource record from Flexio (only the given fields) |
|
deleteFlexioRecord()
|
Deletes a resource record from Flexio |
|
getFlexioResourceFieldsTypes()
|
Returns a list containing the Flexio resource fields names and their types |
|
getFlexioResourceSchema()
|
Returns the raw schema of a flexio resource |
|
downloadFlexioFile()
|
Download the file which is in the given Flexio record and stores it in the target file |