Training Status - Intergraph Smart Reference Data - Customization & Programming - Hexagon

SRD REST API

ft:locale
en-US
Product
Intergraph Smart Reference Data
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
10.6

To retrieve the current status of a commodity code training process, use the following query:

GET

https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/CommodityCodeTraining/Com.Ingr.Srd.V2.CommodityCodeTrainingStatus

Response

Parameter

Description

Type

Notes

PercentageCompleted

Percentage of training completed

Integer

Accuracy

Current accuracy level

String

CCTrainingStatus

Current status of the training

String

Sample response

{

"@odata.context": "https://in-srddbvm1.ingrnet.com/SmartReferenceData/SRDAPI/Srd/V2/$metadata#Com.Ingr.Srd.V2.AIAssistedCCTrainingInfo",

"PercentageCompleted": null,

"Accuracy": "NA",

"CCTrainingStatus": "InProgress"

}