Get risk level data in bulk
GET {{baseUrl}}/risk_levels
This endpoint can retrieve risk level data in bulk from Lifecycle
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query[limit] | number | Allows for pagination and sorting. | |
query[offset] | number | Allows for pagination and sorting. | |
query[order] | string | Allows for pagination and sorting. | |
label | string | The attribute label to filter by | |
metadata | boolean | Returns batching metadata in the response |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"risk_levels":[{"id":"urn:uuid:81390f4f-5659-947c-830e-5b09f1edd2be","uid":"amet mollit nostrud magnadolor L","label":"Lorem ut voluptate qui","points":89940907.21000001,"order":9387659},{"id":"ce2a44fd-8df6-a013-15da-4413fbaa0c50","uid":"non velit Utad fugiat aliquaest ","label":"aute reprehenderit anim tempor","points":193703961.49,"order":93666307}],"_metadata":{"limit":-50514733,"offset":22431444,"total":-63422942,"next":"/endpoint?limit=10\u0026offset=60","previous":"/endpoint?limit=10\u0026offset=40"}}