Get Duct Groups details
  • 28 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Get Duct Groups details

  • Dark
    Light
  • PDF

Article summary

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

Expand All
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?