{ "opencollection": "1.0.0", "info": { "name": "SkySlope Partnership API Reference Agents, Listings Libraries API", "version": "1.0.0" }, "items": [ { "info": { "name": "Libraries", "type": "folder" }, "items": [ { "info": { "name": "Get Form Tags", "type": "http" }, "http": { "method": "GET", "url": "https://forms.skyslope.com/partner/api/tags", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The form version ids to retrieve tags for." } ] }, "docs": "Retrieve the tags that are associated with the forms.
REQUIRED SCOPES:
forms.forms.read
" }, { "info": { "name": "Get Libraries", "type": "http" }, "http": { "method": "GET", "url": "https://forms.skyslope.com/partner/api/libraries" }, "docs": "Retrieve the libraries that the user is authorized to access.
REQUIRED SCOPES:
forms.libraries.read
" }, { "info": { "name": "Get Library Form Versions", "type": "http" }, "http": { "method": "GET", "url": "https://forms.skyslope.com/partner/api/libraries/:libraryId/form-versions", "params": [ { "name": "libraryId", "value": "", "type": "path", "description": "The id of the library to retrieve form versions for." } ] }, "docs": "Retrieve the form versions for a specific library.
REQUIRED SCOPES:
forms.libraries.read
" } ] } ], "bundled": true }