Field | Type | Required | Description | Example |
---|---|---|---|---|
contentType |
String | ✔️ | HTTP response content type for this operation | |
statusCode |
int | ✔️ | HTTP response status code for this operation | |
rawResponse |
HttpResponse | ✔️ | Raw HTTP response; suitable for custom response parsing | |
workspacesResponse |
Optional<? extends com.airbyte.api.models.shared.WorkspacesResponse> | ➖ | Successful operation | { "next": "https://api.airbyte.com/v1/workspaces?limit=5\u0026offset=10", "previous": "https://api.airbyte.com/v1/workspaces?limit=5\u0026offset=0", "data": { "workspaceId": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826", "name": "Acme Company", "dataResidency": "auto" } } |