Skip to main content

List team configurations

GET 

/v2/external/configurations

Returns all configurations for a team.

Request

Query Parameters

    per_page integer

    How many records to show per page in the range [1, 100]. Defaults to 25

    page integer

    The current page to fetch results from. Defaults to 1

    include_paging_counts boolean

    Whether to include total_pages and total_count in the metadata. Defaults to false

    sort_by string

    Key to sort on, must be one of: id. Defaults to id

    sort_direction string

    Direction to sort in, must be one of: ASC, DESC. Defaults to DESC

    external_type string

    Filter by external type

    object_type string

    Filter by object type

    deleted boolean

    Filter by deleted

Responses

Schema
    source_type string

    The type of source that owns the configuration if applicable

    source_id integer

    The ID of the source integration if applicable

    object_type string

    The Salesloft object that should be associated with the external type

    id integer

    ID of the configuration

    external_type string

    The type of external

    deleted boolean

    Whether or not the configuration is deleted.

Loading...