Skip to main content

Get Solution

GET

https://app.smartsuite.com/api/v1/solutions/[solutionId]/

Retrieve the structure of an App.

Example Request
curl -X GET https://app.smartsuite.com/api/v1/solutions/6451093119bcf22befaed847/ \
-H "Authorization: Token YOUR_API_KEY" \
-H "ACCOUNT-ID: WORKSPACE_ID" \
-H "Content-Type: application/json"

Path Parameters

ParamTypeDescription
solutionIdstringThe Solution Id

Response Format

solution object

200 - Example Response
[
{
"name": "Untitled Solution 1",
"slug": "s61az3ub",
"logo_color": "#0C41F3",
"logo_icon": "calendar",
"description": {
"data": {},
"html": "",
"preview": ""
},
"permissions": {
"level": "all_members",
"members": [],
"teams": [],
"owners": [
"63a1f65723aaf6bcb564b1f1"
]
},
"hidden": false,
"created": "2023-05-05T21:11:14.165000Z",
"created_by": "63a1f65723aaf6bcb564b1f1",
"updated": "2023-05-05T21:11:14.165000Z",
"updated_by": "63a1f65723aaf6bcb564b1f1",
"has_demo_data": false,
"status": "in_development",
"automation_count": 0,
"records_count": 0,
"members_count": 7,
"sharing_hash": "kmvtUH5B66",
"sharing_password": null,
"sharing_enabled": false,
"sharing_allow_copy": false,
"applications_count": 1,
"application_ids": [
"645570f23f026ab0fbd0f60f"
],
"last_access": "2023-05-15T16:04:45.652000Z",
"id": "645570f23f026ab0fbd0f60c",
"delete_date": null,
"deleted_by": null,
"template": null
},
...
]