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

Get Duct Condition Detail details

  • Dark
    Light
  • PDF

Article summary

Get
/keyaqua-duct-conditions/{id}/

Operation is used to retrieve full details of given Duct Condition Detail Id

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Duct Condition Detail

Responses
200

Retrieved Duct Condition Detail (object)

structural_condition
integer

abc

functional_condition
integer

abc

leak_condition
integer

abc

leak_index
integer

abc

significance
integer

abc

fault_code
integer

abc

condition_index
integer

abc

selected
integer

abc

source
string

abc

water_duct_id
integer

abc

sewer_duct_id
integer

abc

id
integer

Primary key

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?