Get the specifications for an object
GET {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects/:projid/objects/:objid/specs?fields=<string>&nested_names=<string>&recursion_depth=<integer>&overlayid=<string>&lcid=<string>
Note: Fields will be filtered out in case they are not a part of the specifications. If all fields specified are invalid, then a BadRequest error will be thrown.- The specifications will have
Name,Descriptionfields.
- The specifications will have
NestedName,Description,Value,DisplayValue,LValue,SIValue,ControlType,Unit,RangeType,Type,TabIndex,PhysUnitLabel,Precision,Length,Count,LinkObject,StandardTable,XValuesfields.
nestednames include the specification nested names. These can include the hierarchical child specifications as well.
recursiondepth can have the following values:
Body
PARAM
Key | Datatype | Required | Description |
fields
|
string | Fields to be displayed for specifications | |
nested_names
|
string | Nested names of specifications to be included in response | |
recursion_depth
|
string | Specifications children to be fetch until what depth. | |
overlayid
|
string | Working Overlay Id | |
lcid
|
string | Language id |
HEADERS
Key | Datatype | Required | Description |
Comos-API-Session
|
string |