GetInstanceSettings (Blender)
Jump to navigation
Jump to search
|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
}}