Server
Jira Data Center / Reference / REST API
GET

Get a security level by ID

Returns a full representation of the security level that has the given id.

Request

Path parameters

id

string

Required

Responses

Returned if the issue type exists and is visible by the calling user.

application/json

SecurityLevelJsonBean
GET/api/2/securitylevel/{id}
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: