Dynamic analysis results
List Mode Shapes
Gets mode shape results grouped by load case and mode. Each result contains displacement values at each node. Optionally filtered by load cases, modes and node Ids.
query Parameters
casesLoad case Ids in SG list format (e.g. "1,3-7,10"). Omit to return all.
modesMode numbers in SG list format (e.g. "1-3"). Omit to return all.
nodesNode Ids in SG list format (e.g. "1,5-10"). 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 Mode Shapes โบ Responses
Returns the mode shape 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 Mode Shapes Metadata
Returns the field schema for GET mode-shapes โ units resolved against current job units.
Get Mode Shapes 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 Natural Frequencies
Gets natural frequency results, optionally filtered by load cases and modes.
query Parameters
casesLoad case Ids in SG list format (e.g. "1,3-7,10"). Omit to return all.
modesMode 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 Natural Frequencies โบ Responses
Returns the natural frequency 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 Natural Frequencies Metadata
Returns the field schema for GET natural-frequencies โ units resolved against current job units.
Get Natural Frequencies 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.

