Difference between revisions of "GetInstanceSettings (Blender)"
Jump to navigation
Jump to search
(Created page with "|Parameters= {{Api_Parameter| ParamName=token |ParamType=String |ParamRequired=optional |ParamDescription=A valid token for identifying the API session context and logged user...") |
(No difference)
|
Revision as of 09:44, 3 November 2025
|Parameters=
- token (String, optional)
- A valid token for identifying the API session context and logged user. InstanceSettings can be called without any token.
- instanceId (int, required)
- The ID of the instance we want to check the settings
- deviceType (int, optional)
- The device type used in the request. This is not used
|Returns= Returns a JSON object containing an InstanceSettings object
Example:
{
- InstanceSettings object
}
|Exceptions=
- InvalidInstanceException|MissingRequiredParameterException: If the InstanceId provided doesn't exist.
|Cache= This method is cached.
|KnownIssues= None
|VersionHistory=
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial method design for Blender | Rafael Morón |
|SeeAlso=
- InstanceSettings object type
- Configuration Service methods
}}