Skip to main content

GET Environment

Required Permissions: Environment Get or Environment Admin

Path Parameters
    environmentId integer required

    The id of the Environment that you wish to get data from.

Responses

A JSON Object containing a single environment's data.


Schema
    environment object
    id integer
    name string
    description string
    type

    Possible values: [development, production]

    archived boolean
    created_at date-time
    created_by_user_id integer
    updated_at date-time nullable
    updated_by_user_id integer nullable
    created_by object
    archived boolean
    avatar object nullable
    avatar_file_upload_url string
    created_at date-time
    created_by_user_id integer

    Possible values: >= 1

    department string
    email email
    updated_by object nullable
    archived boolean
    avatar object nullable
    avatar_file_upload_url string
    created_at date-time
    created_by_user_id integer

    Possible values: >= 1

    department string
    email email
Loading...