GetInstanceSettings (Blender)

From Gvp-public
Revision as of 09:44, 3 November 2025 by Idx0127 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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=

|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=

}}