Returns a full representation of the security level that has the given id.
string
RequiredReturned if the issue type exists and is visible by the calling user.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/securitylevel/{id}' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Rate this page: