Frameworks List API

GET /pcas/v1/frameworks

List available frameworks with their names and IDs.

Sample - List available frameworksSample - List available frameworks

API Request

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

JSON Output

[
{
"id": 10143,
"name": "Royal Decree 311/2022",
"recommended": false,
"version": "July 2022"
},
{
"id": 10144,
"name": "Royal Decree 311/2022 - Annex II (HIGH)",
"recommended": false,
"version": "July 2022"
},
{
"id": 10145,
"name": "Royal Decree 311/2022 - Annex II (MEDIUM)",
"recommended": false,
"version": "July 2022"
}
]

 

 

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.