Developers
API ReferenceRisk Type

Retrieves the collection of RiskType resources

GET
/project/risk-types

Retrieves the collection of RiskType 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-types"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string"  }]