Skip to main content

Fetch connection detail

GET 

/v1/entities/:entity_id/connections/:id

Retrieves the details of a connection that has previously been created. Supply the unique connection ID that was returned from your previous request, and Bookkeep will return the corresponding connection information. Authentication

Request

Path Parameters

    entity_id stringrequired

    Unique identifier for the Entity object.

    id stringrequired

    Unique identifier for the object.

Responses

Returns a connection if a valid identifier was provided, and returns an error otherwise.

Schema
    object required

    Default value: connection

    id stringrequired

    Unique identifier for the Connection object.

    name stringnullablerequired

    Name of Connection.

    provider stringnullablerequired

    Name of connection provider.

    reports string[]nullablerequired

    Array of report names for this connection.

Loading...