Seequent Evo Integrations
Number of APIs: 8
-
Getting Started - Partners-Integration API - Partner links GET https://{{hub}}/integration/{{integration_id}}/{{org_id}}/links
-
Getting Started - Partners-Integration API - Request a token POST {{token_link}}
-
API Reference-File API-Listing folder contents - List folder contents GET https://{{hub}}/file/{{org_id}}/files?path=/{{top_level_folder}}/{{subfolder_path}}/
-
API Reference-File API-Upload a file - Upload a file PUT https://{{hub}}/file/{{org_id}}/files/{{top_level_folder}}/{{subfolder_path}}/{{filename}}
-
API Reference-File API-Upload a file - Send the file PUT {{upload_link}}
-
API Reference-File API-Download a file - Download a file GET https://{{hub}}/file/{{org_id}}/files/{{subfolder_path}}/{{filename}}?include_versions={{include_versions}}
-
API Reference-File API-Download a file - Receive the file GET {{download_link}}
-
API Reference-File API-Delete a file - Delete a file DELETE https://{{hub}}/file/{{org_id}}/files/{{top_level_folder}}/{{subfolder_path}}/{{filename}}