Skip to main content
GET
/
activeviam
/
database
/
rest
/
v10
/
discovery
/
joins
/
{ownerTable}
Get the joins of a table.
curl --request GET \
  --url http://localhost:9090/activeviam/database/rest/v10/discovery/joins/{ownerTable}
{
  "title": "Success",
  "description": "Success"
}

Path Parameters

ownerTable
string
required

Owner table name.

Response

200 - application/json

Desired join returned successfully.

Map of join names to join configurations

{key}
object