Job-level settings sub-resource (vertical axis, etc.)
Get Settings
Gets job-level settings (vertical axis, etc.) for the current job. These properties apply to the job as a whole.
Get Settings โบ Responses
Returns the settings
verticalAxisVertical (gravity) axis direction for the job. Determines which global axis is treated as the vertical/gravity direction. Maps to SPACE GASS CommonEnums.SGVerticalAxis (YAxis=2, ZAxis=3). Only YAxis and ZAxis are valid choices in SPACE GASS.
Get Settings Metadata
Returns the schema for GET /job/settings โ field definitions with
allowedValues for enum-backed fields (e.g. verticalAxis).
Get Settings Metadata โบ Responses
Returns the settings schema
resourceTypeIdentifies entity types managed by the API. Kept separate from SGFileID to allow for future API-only entities that may not have a formal SPACE GASS FileID.
countCurrent count of items in this resource. Null for sub-resources whose count does not apply uniformly.
maxIdMaximum Id currently in use (single-int Id entities only).
nextIdNext available Id (single-int Id entities only).
Field definitions describing the resource's wire shape. Each entry corresponds
to a property on the read DTO; jsonName matches the JSON key clients see.

