Seequent Evo Integrations

Number of APIs: 8

  1. Getting Started - Partners-Integration API - Partner links GET https://{{hub}}/integration/{{integration_id}}/{{org_id}}/links

  2. Getting Started - Partners-Integration API - Request a token POST {{token_link}}

  3. API Reference-File API-Listing folder contents - List folder contents GET https://{{hub}}/file/{{org_id}}/files?path=/{{top_level_folder}}/{{subfolder_path}}/

  4. API Reference-File API-Upload a file - Upload a file PUT https://{{hub}}/file/{{org_id}}/files/{{top_level_folder}}/{{subfolder_path}}/{{filename}}

  5. API Reference-File API-Upload a file - Send the file PUT {{upload_link}}

  6. API Reference-File API-Download a file - Download a file GET https://{{hub}}/file/{{org_id}}/files/{{subfolder_path}}/{{filename}}?include_versions={{include_versions}}

  7. API Reference-File API-Download a file - Receive the file GET {{download_link}}

  8. API Reference-File API-Delete a file - Delete a file DELETE https://{{hub}}/file/{{org_id}}/files/{{top_level_folder}}/{{subfolder_path}}/{{filename}}