Documentation Index

Fetch the complete documentation index at: https://support.keypro.fi/llms.txt

Use this file to discover all available pages before exploring further.

2025-11-06 14.00 UTC - There are currently no active events. All systems operational.

Get deflection details

Prev Next
Get
/deflections/{id}/

Operation is used to retrieve full details of given deflection id.

Security
API Key: Token
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of deflection

Responses
200

A result response object.

Expand All
object

Deflection

component
object (Component)

Component

description
string

Description

groupname
string

Group name of the component

id
integer

Unique id of constant

is_active
boolean

Whether the component is active

name
string

Name of the component

orderno
integer

Order number

parent
object (Component) Recursive

Component

unitAbbreviation
string

Unit abbreviation

unitPrice
number (float)

Unit price

critical
integer

Is critical

id
integer

Unique id of constant

inShape
integer

In shape flag

isActive
integer

Is active

name
string

Name of the deflection

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object

Standard error response payload

details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object

Standard error response payload

details
string

Detailed description of error