HomeRecipesAPI ReferenceChangelogDiscussions
Log In
Discussions

Discussions

Ask a Question
Back to All

Accessing cloud documents via API

Documents added to entities in Corrigo are data elements that can be accessed in the base/query Document API calls. Of particular interest for us on the JLL Cisco account are accessing cloud stored documents.

Key Corrigo document entity fields are: IsShared; IsPublic; StorageTypeID; DocUrl; MimeType

When the document is public, the document URL works for accessing the file outside of Corrigo. However, private documents require AWS s3 query text values to be passed as well. Without, AWS will not permit access to the document via the bare document URL.

What field(s) hold the URL/URI for private document links including the AWS s3 query text via the API calls?

Similarly, the SmartSheet application has document attachments at both the sheet and line levels. Their architecture also leverages AWS s3 cloud storage. However, the SmartSheet API publishes the private document URL with the AWS s3 query text.