Skip to main content

Find environment variable by id

GET 

/v2/environmentvariables/:id

Find environment variable by id

Request

Path Parameters

    id stringrequired

    The environment variable ID

Responses

The environment variable corresponding to the ID

Schema

    id stringnullable
    companyId stringnullable
    name stringnullable
    defaultValue stringnullable

    subscriptionValues

    object

    nullable

    property name* string
    createdAtUtc date-time
    updatedAtUtc date-time
    createdBy stringnullable
    updatedBy stringnullable
Loading...