- Print
- DarkLight
- PDF
Get list of KeyUv Components
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/components/
Operation is used to get a list of KeyUv Components that are referenced in the system
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Responses
200
A result KeyUv Components.
{
"Next": [
null
],
"Previous": [
null
],
"Results": [
null
],
"Total": [
"0"
]
}
Array of object
List of fetched KeyUv Components
object
KeyUvComponent
description
string
Description
groupname
string
Group name
id
integer
Primary key
name
string
Attribute name
orderno
integer
Order no.
unitAbbreviation
string
Unit abbreviation
unitPrice
integer
Unit Price
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
object
details
string
Detailed description of error
Was this article helpful?