HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

Get joins by column (attribute) name

Get joins matching a column name.

Path Params
integer
required

The ID of a data source.

string
required

The name of a schema.

string
required

The name of the table.

string
required

The name of the column (attribute).

Query Params
integer
Defaults to 0

Specifies the number of objects to be skipped in one request. Used together with Limit parameter to fetch paginated requests. This is automatically set in X-Next-Page response header if present

integer
Defaults to 100

Specifies the number of objects to be fetched in one paginated request. Response may have a X-Next-Page URL parameter in the header to fetch next set of objects or page

string

A case insensitive keyword filter.

boolean

Whether the response should include joins from objects that have been deleted.

boolean

Whether to calculate the flag score for each join. Requires additional processing which can impact API performance.

Responses

Language
Credentials
URL
Choose an example:
application/json