- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/duct-groups/{id}/
Operation is used to retrieve full details of given Duct Group by id. Available from product version 2024.4.
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integerRequired
Id of Duct Group
Responses
200
Duct Group
object
Duct Group
ductRows
Array of object (DuctGroupRow)
Duct group rows
object
Duct Group Row
bMeasure
number (float)
B-measure
ductHierarchy
string
Duct hierarchy
ductOwner
string
Duct owner
ductRenter
string
Duct renter
ductState
string
Duct state
ductType
string
Duct type
hMeasure
number (float)
H-measure
id
integer
Unique id of duct group row
identification
string
Identification
installYear
integer
Installation year
id
integer
Unique id of duct group
name
string
Name of the duct group
remarks
string
Remarks
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
object
details
string
Detailed description of error
404
Object was not found
{
"details": "Not found."
}
object
details
string
Detailed description of error
Was this article helpful?