Technologies List API

GET /pcas/v1/technology

List available technologies for a particular category.

Sample - List available technologiesSample - List available technologies

API Request

curl --location '<gateway_base_url>/pcas/v1/technology'\
--header 'Authorization: Bearer'

JSON Output

[
{
"categoryId": 1,
"categoryName": "Operating system",
"technologiesCount": 148,
"technologies": [
{
"id": 6,
"name": "AIX 5.x"
},
{
"id": 35,
"name": "AIX 6.x"
},
{
"id": 430,
"name": "Redis 7.x"
}
]
}
]

 

 

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.