Buckling analysis results
List Buckling Load Factors
Gets buckling load factor results for all load cases and modes.
query Parameters
OffsetNumber of items to skip from the start of the result set. Default is 0.
LimitMaximum number of items to return. Default is null (return all).
List Buckling Load Factors โบ Responses
Returns the buckling load factor results.
The query result rows.
Warnings returned when some requested load cases or modes did not have analysis results in the response. (Filter Ids that don't exist in the model are rejected up-front with HTTP 400 by the controller โ they never reach this DTO.)
casesNotAnalyzed is an SG list-format string that can be pasted straight
into POST /job/analysis/run's loadCases field to re-run only those
cases. modesNotAnalyzed is a per-case list โ each analysed case can compute
a different number of modes, so the warning is keyed by case rather than flattened.
Get Buckling Load Factors Metadata
Returns the field schema for GET load-factors โ units resolved against current job units.
Get Buckling Load Factors Metadata โบ Responses
OK
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.
List Buckling Effective Lengths
Gets buckling effective length results, optionally filtered by load cases, members and modes.
query Parameters
casesLoad case Ids in SG list format (e.g. "1,3-7,10"). Omit to return all.
membersMember Ids in SG list format (e.g. "1,3-7,10"). Omit to return all.
modesBuckling mode numbers in SG list format (e.g. "1-3"). Omit to return all.
OffsetNumber of items to skip from the start of the result set. Default is 0.
LimitMaximum number of items to return. Default is null (return all).
List Buckling Effective Lengths โบ Responses
Returns the buckling effective length results.
The query result rows.
Warnings returned when some requested load cases or modes did not have analysis results in the response. (Filter Ids that don't exist in the model are rejected up-front with HTTP 400 by the controller โ they never reach this DTO.)
casesNotAnalyzed is an SG list-format string that can be pasted straight
into POST /job/analysis/run's loadCases field to re-run only those
cases. modesNotAnalyzed is a per-case list โ each analysed case can compute
a different number of modes, so the warning is keyed by case rather than flattened.
Get Buckling Effective Lengths Metadata
Returns the field schema for GET member-effective-lengths โ units resolved against current job units.
Get Buckling Effective Lengths Metadata โบ Responses
OK
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.

