{ "opencollection": "1.0.0", "info": { "name": "SkySlope Partnership API Reference Agents, Listings Forms API", "version": "1.0.0" }, "items": [ { "info": { "name": "Forms", "type": "folder" }, "items": [ { "info": { "name": "Get Forms", "type": "http" }, "http": { "method": "GET", "url": "https://forms.skyslope.com/partner/api/forms", "params": [ { "name": "libraryIds", "value": "", "type": "query", "description": "Supply an array of library ids to filter the forms by. NOTE: If a libraryId is provided that the current user does not have access to, it will be ignored." }, { "name": "page", "value": "", "type": "query", "description": "The page number to retrieve." }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of forms returned per page." } ] }, "docs": "Get all of the Forms that the currently authenticated user has access to.