Create new advanced join objects.
required | Array of objects (AdvancedJoin) [ 1 .. 100 ] items |
The advanced joins that were created
The response for a bad request.
The response for too many requests (concurrency or rate throttling).
{- "items": [
- {
- "externalId": "my.known.id",
- "matchers": [
- {
- "type": "raw",
- "dbName": "string",
- "tableName": "string",
- "fromColumnKey": "string",
- "toColumnKey": "string"
}
], - "type": "direct",
- "space": "string",
- "viewExternalId": "string",
- "viewVersion": "string",
- "propertyName": "string"
}
]
}
{- "items": [
- {
- "externalId": "my.known.id",
- "matchers": [
- {
- "type": "raw",
- "dbName": "string",
- "tableName": "string",
- "fromColumnKey": "string",
- "toColumnKey": "string"
}
], - "type": "direct",
- "space": "string",
- "viewExternalId": "string",
- "viewVersion": "string",
- "propertyName": "string"
}
]
}