This page was automatically generated from tracezilla’s Swagger API documentation 2026-07-17
GET /extracts/{extractId}/joins/{extractJoinId}
Get extract join
Description
Returns join resource of join in extract
Parameters (path)
| Name | Required | Description | Values |
|---|---|---|---|
| extractId | required | Target extract. | |
| extractJoinId | required | Target extract join. |
Responses
200
successful operation
406
not acceptable
500
internal server error
PUT /extracts/{extractId}/joins/{extractJoinId}
Update existing extract join
Parameters (path)
| Name | Required | Description | Values |
|---|---|---|---|
| extractId | required | Target extract. | |
| extractJoinId | required | Target extract join. |
Request body
Description
Data to store.
Required
This parameter is required.
Request body JSON schema
1
2
3
[
"name"
]
Responses
403
Unauthorized request
406
not acceptable
500
Internal server error