Get Dh Duct details
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Get Dh Duct details

  • Dark
    Light
  • PDF

Article summary

Get
/dh-duct/{id}/

Operation is used to retrieve full details of given Dh Duct Id

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Dh Duct

Responses
200

Retrieved Dh Duct (object)

Expand All
object
hole
integer

Hole

identification
string

Identification

install_year
integer

Install year

mslink
integer

Primary key

n_subducts
integer

Number of subducts

owner
object (TxtConstant)
groupname
string

Group name of constant. Same as groupname parameter.

id
integer

Unique id of constant

logical_txt
string

Logical textual value

txt
string

Human readable textual representation (translated)

rent_paid
integer

Rent paid

role
object (TxtConstant)
groupname
string

Group name of constant. Same as groupname parameter.

id
integer

Unique id of constant

logical_txt
string

Logical textual value

txt
string

Human readable textual representation (translated)

state
object (TxtConstant)
groupname
string

Group name of constant. Same as groupname parameter.

id
integer

Unique id of constant

logical_txt
string

Logical textual value

txt
string

Human readable textual representation (translated)

type
object (DhDuctType)
availability_end
string (date-time)

Availability end

availability_start
string (date-time)

Availability start

colour
string

Color

cross_section_cell
string

Microstation cellname for crosssection cell

form_code_id
object (TxtConstant)
groupname
string

Group name of constant. Same as groupname parameter.

id
integer

Unique id of constant

logical_txt
string

Logical textual value

txt
string

Human readable textual representation (translated)

id
integer

Primary key

inner_diameter
number (float)

Inner diameter

material_id
object (TxtConstant)
groupname
string

Group name of constant. Same as groupname parameter.

id
integer

Unique id of constant

logical_txt
string

Logical textual value

txt
string

Human readable textual representation (translated)

n_subducts
integer

Number of subducts

ordernum
integer

Order number

outer_diameter
number (float)

Outer diameter

renovation_cost
number (float)

Renovation price

subduct_type
string

Subduct type

type
string

Duct type

unit_cost
number (float)

New construction price

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?