Component Details
appmixer.smartsheet.core.ListSheets
1.0.0
Public
{ "version": "1.0.0", "name": "appmixer.smartsheet.core.ListSheets", "author": "Appmixer <info@appmixer.com>", "description": "Gets a list of all sheets that the user has access to. The list contains an abbreviated Sheet object for each sheet.", "private": false, "inPorts": [ { "name": "in" } ], "outPorts": [ { "name": "out", "options": [ { "label": "Sheets", "value": "sheets", "schema": { "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Sheet Id.", "type": "number", "example": 12345 }, "accessLevel": { "type": "string", "enum": [ "ADMIN", "COMMENTER", "EDITOR", "EDITOR_SHARE", "OWNER", "VIEWER" ], "example": "OWNER" }, "createdAt": { "oneOf": [ { "type": "string", "format": "date-time" }, { "type": "number" } ], "readOnly": true, "example": "2024-01-15T10:30:00Z" }, "modifiedAt": { "oneOf": [ { "type": "string", "format": "date-time" }, { "type": "number" } ], "readOnly": true, "example": "2024-01-15T10:30:00Z" }, "name": { "description": "Sheet name.", "type": "string", "example": "Project Tracker" }, "permalink": { "description": "URL that represents a direct link to the sheet in Smartsheet.", "type": "string", "example": "https://app.smartsheet.com/sheets/abc123" }, "version": { "description": "A number that is incremented every time a sheet is modified.", "type": "number", "example": 1 }, "source": { "type": "object", "properties": { "id": { "description": "The Id of the dashboard, report, sheet, or template from which the enclosing dashboard, report, sheet, or template was created.\n", "type": "number", "example": 12345 }, "type": { "description": "**report**, **sheet**, **sight** (aka dashboard), or **template**.\n", "type": "string", "example": "email" } } } } } } } ] } ], "auth": { "service": "appmixer:smartsheet" }, "icon": "data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEyMzggMTUxNCIgd2lkdGg9IjEyMzgiIGhlaWdodD0iMTUxNCI+Cgk8dGl0bGU+c21hcnRzaGVldC1sb2dvLWJsdWUtbmV3LXN2ZzwvdGl0bGU+Cgk8c3R5bGU+CgkJLnMwIHsgZmlsbDogIzBlMjk0NyB9IAoJPC9zdHlsZT4KCTxnIGlkPSJMYXllciI+CgkJPGcgaWQ9IkxheWVyIj4KCQkJPHBhdGggaWQ9IkxheWVyIiBjbGFzcz0iczAiIGQ9Im02MTUgMTIwNGMwIDAgMjYzLjQtNjU3LjggNjIyLjktMTA5Ni4zIDAgMTgwLjkgMCA1MzkuOSAwIDgxMS4zIDAgMTUwLjctNS41IDI3NC0xMSAzMjguOC01LjUgNTQuOS0xOS4yIDkwLjUtNDEuMSA5Ni0xNi41IDIuNy00My45LTIuOC05Ni4xLTYzLjEtNDYuNi01NC44LTkzLjMtMTU2LjItOTMuMy0xNTYuMmwtNS41LTExLTguMiA4LjNjLTIuNyAwLTE0NS40IDE0Mi41LTUxNS45IDI3NC0yMDguNSA3NC00MTEuNSAxMDkuNy00NjYuNCAxMTcuOSA1LjUtMjEuOSAxNi40LTc2LjggMTYuNC0xNTAuOCAwLTk1LjkgMC0xMjQ2LjkgMC0xMzYyLjFoMTIxNS42Yy0xOTcuNiAxODYuNC00NDEuOCA0NjYtNTg5LjkgNzk0LjgtMTYuNS0zNS42LTEyMy41LTI3NC0yNTgtMjcxLjMtODUgMi44LTE1MC45IDkzLjItMTUwLjkgOTMuMiAyMDguNi0yLjcgMzgxLjQgNTg2LjUgMzgxLjQgNTg2LjV6Ii8+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=" }