Developers
API ReferenceRisk Impact

Retrieves the collection of RiskImpact resources

GET
/project/risk-impacts

Retrieves the collection of RiskImpact resources

Authorization<token>

Value for the Authorization header parameter.

In: header

Query Parameters

name?string
order[name]?string
Default"asc"

Value in

  • "asc"
  • "desc"

Response Body

curl -X GET "https://example.com/project/risk-impacts"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string"  }]