- Previous: Mobile Development
- Up: Overview
- Next: Webhooks
Other Applications
Egnyte for Salesforce
The Salesforce API allows customers using the Salesforce integration to find folder mappings using the Salesforce record ID as an input. To use this API, you need to request additional scope Egnyte.salesforce using the oauth scope.
Get a folder mapping for a Salesforce record
GET /pubapi/v1/sfdc/foldermap/{18 character Salesforce record ID}
Request Examples
GET /pubapi/v1/sfdc/foldermap/001d000000HcByGAAV HTTP/1.1 Host: apidemo.egnyte.com Authorization: Bearer 68zc95e3xv954u6k3hbnma3q
curl -v -H "Authorization: Bearer 68zc95e3xv954u6k3hbnma3q" \ https://apidemo.egnyte.com/pubapi/v1/sfdc/foldermap/001d000000HcByGAAV
Sample Response Body
{ "path":"Accounts/ABC", "folder_id":"a74bb119-724a-4264-ad82-62226e2368ea" }
Response Parameters
Element | Description |
---|---|
path | Path to the corresponding Egnyte folder. If path does not start with a '/' character, it is a relative path under /Shared/Salesforce.com (for example 'Accounts/ABC' would resolve to '/Shared/Salesforce.com/Accounts/ABC'). |
folder_id | The id of the corresponding Egnyte folder. |
Egnyte for Procore Integration
Egnyte Procore API allows users to manage their Egnyte Procore integration by list, creating, and stopping syncs.
Open Egnyte Procore APIs documentation
- Previous: Mobile Development
- Up: Overview
- Next: Webhooks
Docs Navigation
- Overview
- Getting Started
- Authentication
- File System API
- Permissions API
- Events API
- Search API
- Links API
- Workflow API
- User Management API
- Group Management API
- Audit Reporting API v2
- Trash API
- Comments API
- Metadata API
- Embedded UI API
- Bookmarks API
- User Insights API
- Folder Options API
- Project Folder API
- UI Integration Framework
- Controlled Document Management API
- Best Practices
- Mobile Development
- Other Applications
- Webhooks
- Secure and Govern API
- Audit Reporting API V1
- MSP API