{ "opencollection": "1.0.0", "info": { "name": "SkySlope Partnership API Reference Agents, Listings Documents API", "version": "1.0.0" }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Get Document", "type": "http" }, "http": { "method": "GET", "url": "https://forms.skyslope.com/partner/api/documents/:documentId", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number of fields to retrieve." }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of fields returned per page." }, { "name": "documentId", "value": "", "type": "path", "description": "The id of the document to retrieve." } ] }, "docs": "Retrieve the details and field definitions for a document by its id.
REQUIRED SCOPES:
forms.documents
REQUIRED SCOPES:
forms.documents
" }, { "info": { "name": "Delete Document.", "type": "http" }, "http": { "method": "DELETE", "url": "https://forms.skyslope.com/partner/api/documents/:documentId", "params": [ { "name": "documentId", "value": "", "type": "path", "description": "The id of the document to delete." } ] }, "docs": "Delete a document.
REQUIRED SCOPES:
forms.documents
" }, { "info": { "name": "Get File Documents", "type": "http" }, "http": { "method": "GET", "url": "https://forms.skyslope.com/partner/api/files/:fileId/documents", "params": [ { "name": "fileId", "value": "", "type": "path", "description": "The id of the file to retrieve documents for." } ] }, "docs": "Retrieve the documents metadata for a file. To download documents with proper branding and data stamping, use the /files/:fileId/documents/download or /files/:fileId/documents/download/pdf endpoints.
REQUIRED SCOPES:
REQUIRED SCOPES:
forms.files
REQUIRED SCOPES:
forms.documents
REQUIRED SCOPES:
forms.webhooks
" }, { "info": { "name": "Upload Document to File", "type": "http" }, "http": { "method": "POST", "url": "https://forms.skyslope.com/partner/api/files/:fileId/documents/upload", "params": [ { "name": "fileId", "value": "", "type": "path", "description": "The id of the file to upload the document to." } ] }, "docs": "Upload a PDF document to a file. Max size 25MB. Accepts multipart/form-data with fields: DocumentName (string), DocumentBody (binary PDF file), IsSignedDocument (true/false, optional).
REQUIRED SCOPES: