Static analysis results (nodes, members, plates)
List Member End Forces
Gets end force results for members, grouped by load case and member. Each result contains force values at the start and end nodes.
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.
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 Member End Forces āŗ Responses
Returns the member end force 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 Member End Forces Metadata
Returns the field schema for GET member-end-forces ā units resolved against current job units.
Get Member End Forces 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 Member Intermediate Displacements
Gets intermediate displacement results for members, grouped by load case and member. Each result contains global and local displacement values at stations along the member.
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.
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 Member Intermediate Displacements āŗ Responses
Returns the member intermediate displacement 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 Member Intermediate Displacements Metadata
Returns the field schema for GET member-intermediate-displacements ā units resolved against current job units.
Get Member Intermediate Displacements 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 Member Intermediate Forces
Gets intermediate force results for members, grouped by load case and member. Each result contains force values at stations along the member.
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.
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 Member Intermediate Forces āŗ Responses
Returns the member intermediate force 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 Member Intermediate Forces Metadata
Returns the field schema for GET member-intermediate-forces ā units resolved against current job units.
Get Member Intermediate Forces 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 Member Stresses
Gets stress results for members, grouped by load case and member. Each result contains stress values at stations along the member.
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.
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 Member Stresses āŗ Responses
Returns the member stress 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 Member Stresses Metadata
Returns the field schema for GET member-stresses ā units resolved against current job units.
Get Member Stresses 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 Node Displacements
Gets displacement results for nodes, optionally filtered by load cases and node Ids.
query Parameters
casesLoad case Ids in SG list format (e.g. "1,3-7,10"). 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 Node Displacements āŗ Responses
Returns the node displacement 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 Node Displacements Metadata
Returns the field schema for GET node-displacements ā units resolved against current job units.
Get Node Displacements 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 Node Reactions
Gets reaction results for nodes, optionally filtered by load cases and node Ids.
query Parameters
casesLoad case Ids in SG list format (e.g. "1,3-7,10"). 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 Node Reactions āŗ Responses
Returns the node reaction 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 Node Reactions Metadata
Returns the field schema for GET node-reactions ā units resolved against current job units.
Get Node Reactions 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 Plate Element Forces
Gets element force results for plates, optionally filtered by load cases and plate Ids.
query Parameters
casesLoad case Ids in SG list format (e.g. "1,3-7,10"). Omit to return all.
platesPlate Ids in SG list format (e.g. "1,3-7,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 Plate Element Forces āŗ Responses
Returns the plate element force 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 Plate Element Forces Metadata
Returns the field schema for GET plate-element-forces ā units resolved against current job units.
Get Plate Element Forces 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 Plate Element Stresses
Gets element stress results for plates, optionally filtered by load cases and plate Ids.
query Parameters
casesLoad case Ids in SG list format (e.g. "1,3-7,10"). Omit to return all.
platesPlate Ids in SG list format (e.g. "1,3-7,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 Plate Element Stresses āŗ Responses
Returns the plate element stress 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 Plate Element Stresses Metadata
Returns the field schema for GET plate-element-stresses ā units resolved against current job units.
Get Plate Element Stresses 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 Plate Nodal Forces
Gets nodal force results for plates, grouped by load case and plate. Each result contains force values at each node of the plate element.
query Parameters
casesLoad case Ids in SG list format (e.g. "1,3-7,10"). Omit to return all.
platesPlate Ids in SG list format (e.g. "1,3-7,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 Plate Nodal Forces āŗ Responses
Returns the plate nodal force 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 Plate Nodal Forces Metadata
Returns the field schema for GET plate-nodal-forces ā units resolved against current job units.
Get Plate Nodal Forces 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.

