Skip to main content

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
}
...

Object Literals

ParamTypeOptionalDescription
namestringNoThe name of the Solution.
slugstringNoSlug value of the Solution (Internal SmartSuite Use).
logo_colorstringNoThe Solution color in hex.
logo_iconstringNoThe material design icon for the Solution.
descriptionobjectYesSmartDoc object containing the Solution Guide content.
permissionsobjectYesPermissions object defining the permissions assigned to the Solution
hiddenbooleanYesWhether the Solution is hidden from display.
createddatetimeNoISO Date the Solution was created.
created_bystringNoMember Id of the Solution creator.
updateddatetimeNoISO Date the Solution was last updated.
updated_bystringNoMember Id of the last updater.
has_demo_databooleanYesToggles whether to show the demo data keep / remove options.
statusstringYesLegacy value - this is always set to "in_development"
automation_countnumberYesNumber of configured automations in the Solution.
records_countnumberYesNumber of records in the Solution.
members_countnumberYesNumber of Members with at least viewer access to the Solution.
sharing_hashstringYesHash used in constructing the Shared Solution URL.
sharing_passwordstringYesThe passcode specified for a Shared Solution.
sharing_enabledbooleanYesTrue if Solution share is enabled.
sharing_allow_copybooleanYesTrue if Shared Solution copy function is enabled.
applications_countnumberYesNumber of active Apps in the Solution.
application_idsarray of stringsNoArray of the Solution's App Ids."
last_accessdatetimeNoISO Date the Solution was last accessed.
idstringNoThe Solution's Id.
delete_datedatetimeYesISO Date the Solution was deleted. Null if not deleted.
deleted_bystringNoId of the Member who deleted the Solution. Null if not deleted.
templatestringNoId of the Solution's template. Null if no template used.