Get an Environment Variable using Id

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Get information about an environment variable using Id.

Security: Requires a valid user

Usage: GET api/v1/environmentVariables/:id

Consumes: application/json

URL Parameters: None

Query String Parameters: Ignored

Request Parameters: None

Produces: application/json

Sample Response:

GET /api/v1/environmentVariables/4

{
        Id: 4,
        key: hello,
        value: world,
        scope: global,
        projectId: 2 
        isReadOnly: true 
}

Response Codes:

200: Success