List available technologies for a particular category.
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"
}
]
}
]