openapi: 3.0.0
info:
description: ""
title: standard public schema
version: 12.0.2 (a4e00ff)
paths:
/:
get:
responses:
"200":
description: OK
summary: OpenAPI description (this document)
tags:
- Introspection
/budgets:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.budgets.id"
- $ref: "#/components/parameters/rowFilter.budgets.unit_amount"
- $ref: "#/components/parameters/rowFilter.budgets.currency"
- $ref: "#/components/parameters/rowFilter.budgets.timezone"
- $ref: "#/components/parameters/rowFilter.budgets.table_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/budgets"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/budgets"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/budgets"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/budgets"
type: array
"206":
description: Partial Content
tags:
- budgets
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/budgets"
responses:
"201":
description: Created
tags:
- budgets
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.budgets.id"
- $ref: "#/components/parameters/rowFilter.budgets.unit_amount"
- $ref: "#/components/parameters/rowFilter.budgets.currency"
- $ref: "#/components/parameters/rowFilter.budgets.timezone"
- $ref: "#/components/parameters/rowFilter.budgets.table_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- budgets
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.budgets.id"
- $ref: "#/components/parameters/rowFilter.budgets.unit_amount"
- $ref: "#/components/parameters/rowFilter.budgets.currency"
- $ref: "#/components/parameters/rowFilter.budgets.timezone"
- $ref: "#/components/parameters/rowFilter.budgets.table_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/budgets"
responses:
"204":
description: No Content
tags:
- budgets
/user_ticket:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.user_ticket.id"
- $ref: "#/components/parameters/rowFilter.user_ticket.created_at"
- $ref: "#/components/parameters/rowFilter.user_ticket.ticket_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.order_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.user_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.name"
- $ref: "#/components/parameters/rowFilter.user_ticket.description"
- $ref: "#/components/parameters/rowFilter.user_ticket.event_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.event_name"
- $ref: "#/components/parameters/rowFilter.user_ticket.secret"
- $ref: "#/components/parameters/rowFilter.user_ticket.used"
- $ref: "#/components/parameters/rowFilter.user_ticket.updated_at"
- $ref: "#/components/parameters/rowFilter.user_ticket.approval_status"
- $ref: "#/components/parameters/rowFilter.user_ticket.notes"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/user_ticket"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/user_ticket"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/user_ticket"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/user_ticket"
type: array
"206":
description: Partial Content
tags:
- user_ticket
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/user_ticket"
responses:
"201":
description: Created
tags:
- user_ticket
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.user_ticket.id"
- $ref: "#/components/parameters/rowFilter.user_ticket.created_at"
- $ref: "#/components/parameters/rowFilter.user_ticket.ticket_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.order_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.user_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.name"
- $ref: "#/components/parameters/rowFilter.user_ticket.description"
- $ref: "#/components/parameters/rowFilter.user_ticket.event_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.event_name"
- $ref: "#/components/parameters/rowFilter.user_ticket.secret"
- $ref: "#/components/parameters/rowFilter.user_ticket.used"
- $ref: "#/components/parameters/rowFilter.user_ticket.updated_at"
- $ref: "#/components/parameters/rowFilter.user_ticket.approval_status"
- $ref: "#/components/parameters/rowFilter.user_ticket.notes"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- user_ticket
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.user_ticket.id"
- $ref: "#/components/parameters/rowFilter.user_ticket.created_at"
- $ref: "#/components/parameters/rowFilter.user_ticket.ticket_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.order_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.user_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.name"
- $ref: "#/components/parameters/rowFilter.user_ticket.description"
- $ref: "#/components/parameters/rowFilter.user_ticket.event_id"
- $ref: "#/components/parameters/rowFilter.user_ticket.event_name"
- $ref: "#/components/parameters/rowFilter.user_ticket.secret"
- $ref: "#/components/parameters/rowFilter.user_ticket.used"
- $ref: "#/components/parameters/rowFilter.user_ticket.updated_at"
- $ref: "#/components/parameters/rowFilter.user_ticket.approval_status"
- $ref: "#/components/parameters/rowFilter.user_ticket.notes"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/user_ticket"
responses:
"204":
description: No Content
tags:
- user_ticket
/profile:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.profile.created_at"
- $ref: "#/components/parameters/rowFilter.profile.first_name"
- $ref: "#/components/parameters/rowFilter.profile.last_name"
- $ref: "#/components/parameters/rowFilter.profile.avatar_url"
- $ref: "#/components/parameters/rowFilter.profile.email"
- $ref: "#/components/parameters/rowFilter.profile.id"
- $ref: "#/components/parameters/rowFilter.profile.full_name"
- $ref: "#/components/parameters/rowFilter.profile.updated_at"
- $ref: "#/components/parameters/rowFilter.profile.billing_address"
- $ref: "#/components/parameters/rowFilter.profile.payment_method"
- $ref: "#/components/parameters/rowFilter.profile.timezone"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/profile"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/profile"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/profile"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/profile"
type: array
"206":
description: Partial Content
tags:
- profile
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/profile"
responses:
"201":
description: Created
tags:
- profile
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.profile.created_at"
- $ref: "#/components/parameters/rowFilter.profile.first_name"
- $ref: "#/components/parameters/rowFilter.profile.last_name"
- $ref: "#/components/parameters/rowFilter.profile.avatar_url"
- $ref: "#/components/parameters/rowFilter.profile.email"
- $ref: "#/components/parameters/rowFilter.profile.id"
- $ref: "#/components/parameters/rowFilter.profile.full_name"
- $ref: "#/components/parameters/rowFilter.profile.updated_at"
- $ref: "#/components/parameters/rowFilter.profile.billing_address"
- $ref: "#/components/parameters/rowFilter.profile.payment_method"
- $ref: "#/components/parameters/rowFilter.profile.timezone"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- profile
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.profile.created_at"
- $ref: "#/components/parameters/rowFilter.profile.first_name"
- $ref: "#/components/parameters/rowFilter.profile.last_name"
- $ref: "#/components/parameters/rowFilter.profile.avatar_url"
- $ref: "#/components/parameters/rowFilter.profile.email"
- $ref: "#/components/parameters/rowFilter.profile.id"
- $ref: "#/components/parameters/rowFilter.profile.full_name"
- $ref: "#/components/parameters/rowFilter.profile.updated_at"
- $ref: "#/components/parameters/rowFilter.profile.billing_address"
- $ref: "#/components/parameters/rowFilter.profile.payment_method"
- $ref: "#/components/parameters/rowFilter.profile.timezone"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/profile"
responses:
"204":
description: No Content
tags:
- profile
/stripe_payment_intents:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.id"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.customer"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.amount"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.currency"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.payment_method"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.created"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.attrs"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/stripe_payment_intents"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/stripe_payment_intents"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/stripe_payment_intents"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/stripe_payment_intents"
type: array
"206":
description: Partial Content
tags:
- stripe_payment_intents
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/stripe_payment_intents"
responses:
"201":
description: Created
tags:
- stripe_payment_intents
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.id"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.customer"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.amount"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.currency"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.payment_method"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.created"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.attrs"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- stripe_payment_intents
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.id"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.customer"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.amount"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.currency"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.payment_method"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.created"
- $ref: "#/components/parameters/rowFilter.stripe_payment_intents.attrs"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/stripe_payment_intents"
responses:
"204":
description: No Content
tags:
- stripe_payment_intents
/property_columns:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.property_columns.id"
- $ref: "#/components/parameters/rowFilter.property_columns.column_id"
- $ref: "#/components/parameters/rowFilter.property_columns.property_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/property_columns"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/property_columns"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/property_columns"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/property_columns"
type: array
"206":
description: Partial Content
tags:
- property_columns
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/property_columns"
responses:
"201":
description: Created
tags:
- property_columns
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.property_columns.id"
- $ref: "#/components/parameters/rowFilter.property_columns.column_id"
- $ref: "#/components/parameters/rowFilter.property_columns.property_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- property_columns
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.property_columns.id"
- $ref: "#/components/parameters/rowFilter.property_columns.column_id"
- $ref: "#/components/parameters/rowFilter.property_columns.property_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/property_columns"
responses:
"204":
description: No Content
tags:
- property_columns
/organization_member:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.organization_member.created_at"
- $ref: "#/components/parameters/rowFilter.organization_member.user_id"
- $ref: "#/components/parameters/rowFilter.organization_member.organization_id"
- $ref: "#/components/parameters/rowFilter.organization_member.email"
- $ref: "#/components/parameters/rowFilter.organization_member.organization_role"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/organization_member"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/organization_member"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/organization_member"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/organization_member"
type: array
"206":
description: Partial Content
tags:
- organization_member
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/organization_member"
responses:
"201":
description: Created
tags:
- organization_member
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.organization_member.created_at"
- $ref: "#/components/parameters/rowFilter.organization_member.user_id"
- $ref: "#/components/parameters/rowFilter.organization_member.organization_id"
- $ref: "#/components/parameters/rowFilter.organization_member.email"
- $ref: "#/components/parameters/rowFilter.organization_member.organization_role"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- organization_member
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.organization_member.created_at"
- $ref: "#/components/parameters/rowFilter.organization_member.user_id"
- $ref: "#/components/parameters/rowFilter.organization_member.organization_id"
- $ref: "#/components/parameters/rowFilter.organization_member.email"
- $ref: "#/components/parameters/rowFilter.organization_member.organization_role"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/organization_member"
responses:
"204":
description: No Content
tags:
- organization_member
/products:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.products.id"
- $ref: "#/components/parameters/rowFilter.products.active"
- $ref: "#/components/parameters/rowFilter.products.name"
- $ref: "#/components/parameters/rowFilter.products.description"
- $ref: "#/components/parameters/rowFilter.products.image"
- $ref: "#/components/parameters/rowFilter.products.metadata"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/products"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/products"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/products"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/products"
type: array
"206":
description: Partial Content
tags:
- products
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/products"
responses:
"201":
description: Created
tags:
- products
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.products.id"
- $ref: "#/components/parameters/rowFilter.products.active"
- $ref: "#/components/parameters/rowFilter.products.name"
- $ref: "#/components/parameters/rowFilter.products.description"
- $ref: "#/components/parameters/rowFilter.products.image"
- $ref: "#/components/parameters/rowFilter.products.metadata"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- products
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.products.id"
- $ref: "#/components/parameters/rowFilter.products.active"
- $ref: "#/components/parameters/rowFilter.products.name"
- $ref: "#/components/parameters/rowFilter.products.description"
- $ref: "#/components/parameters/rowFilter.products.image"
- $ref: "#/components/parameters/rowFilter.products.metadata"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/products"
responses:
"204":
description: No Content
tags:
- products
/organization_invitation:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.organization_invitation.created_at"
- $ref: "#/components/parameters/rowFilter.organization_invitation.organization_i\
d"
- $ref: "#/components/parameters/rowFilter.organization_invitation.token"
- $ref: "#/components/parameters/rowFilter.organization_invitation.invited_by_use\
r_id"
- $ref: "#/components/parameters/rowFilter.organization_invitation.organization_n\
ame"
- $ref: "#/components/parameters/rowFilter.organization_invitation.updated_at"
- $ref: "#/components/parameters/rowFilter.organization_invitation.id"
- $ref: "#/components/parameters/rowFilter.organization_invitation.invitation_typ\
e"
- $ref: "#/components/parameters/rowFilter.organization_invitation.email"
- $ref: "#/components/parameters/rowFilter.organization_invitation.message"
- $ref: "#/components/parameters/rowFilter.organization_invitation.organization_r\
ole"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/organization_invitation"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/organization_invitation"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/organization_invitation"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/organization_invitation"
type: array
"206":
description: Partial Content
tags:
- organization_invitation
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/organization_invitation"
responses:
"201":
description: Created
tags:
- organization_invitation
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.organization_invitation.created_at"
- $ref: "#/components/parameters/rowFilter.organization_invitation.organization_i\
d"
- $ref: "#/components/parameters/rowFilter.organization_invitation.token"
- $ref: "#/components/parameters/rowFilter.organization_invitation.invited_by_use\
r_id"
- $ref: "#/components/parameters/rowFilter.organization_invitation.organization_n\
ame"
- $ref: "#/components/parameters/rowFilter.organization_invitation.updated_at"
- $ref: "#/components/parameters/rowFilter.organization_invitation.id"
- $ref: "#/components/parameters/rowFilter.organization_invitation.invitation_typ\
e"
- $ref: "#/components/parameters/rowFilter.organization_invitation.email"
- $ref: "#/components/parameters/rowFilter.organization_invitation.message"
- $ref: "#/components/parameters/rowFilter.organization_invitation.organization_r\
ole"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- organization_invitation
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.organization_invitation.created_at"
- $ref: "#/components/parameters/rowFilter.organization_invitation.organization_i\
d"
- $ref: "#/components/parameters/rowFilter.organization_invitation.token"
- $ref: "#/components/parameters/rowFilter.organization_invitation.invited_by_use\
r_id"
- $ref: "#/components/parameters/rowFilter.organization_invitation.organization_n\
ame"
- $ref: "#/components/parameters/rowFilter.organization_invitation.updated_at"
- $ref: "#/components/parameters/rowFilter.organization_invitation.id"
- $ref: "#/components/parameters/rowFilter.organization_invitation.invitation_typ\
e"
- $ref: "#/components/parameters/rowFilter.organization_invitation.email"
- $ref: "#/components/parameters/rowFilter.organization_invitation.message"
- $ref: "#/components/parameters/rowFilter.organization_invitation.organization_r\
ole"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/organization_invitation"
responses:
"204":
description: No Content
tags:
- organization_invitation
/tax_registration:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.tax_registration.id"
- $ref: "#/components/parameters/rowFilter.tax_registration.created_at"
- $ref: "#/components/parameters/rowFilter.tax_registration.country"
- $ref: "#/components/parameters/rowFilter.tax_registration.country_options"
- $ref: "#/components/parameters/rowFilter.tax_registration.expires_at"
- $ref: "#/components/parameters/rowFilter.tax_registration.status"
- $ref: "#/components/parameters/rowFilter.tax_registration.state"
- $ref: "#/components/parameters/rowFilter.tax_registration.stripe_tax_registrati\
on_id"
- $ref: "#/components/parameters/rowFilter.tax_registration.user_id"
- $ref: "#/components/parameters/rowFilter.tax_registration.account_id"
- $ref: "#/components/parameters/rowFilter.tax_registration.organization_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/tax_registration"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/tax_registration"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/tax_registration"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/tax_registration"
type: array
"206":
description: Partial Content
tags:
- tax_registration
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/tax_registration"
responses:
"201":
description: Created
tags:
- tax_registration
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.tax_registration.id"
- $ref: "#/components/parameters/rowFilter.tax_registration.created_at"
- $ref: "#/components/parameters/rowFilter.tax_registration.country"
- $ref: "#/components/parameters/rowFilter.tax_registration.country_options"
- $ref: "#/components/parameters/rowFilter.tax_registration.expires_at"
- $ref: "#/components/parameters/rowFilter.tax_registration.status"
- $ref: "#/components/parameters/rowFilter.tax_registration.state"
- $ref: "#/components/parameters/rowFilter.tax_registration.stripe_tax_registrati\
on_id"
- $ref: "#/components/parameters/rowFilter.tax_registration.user_id"
- $ref: "#/components/parameters/rowFilter.tax_registration.account_id"
- $ref: "#/components/parameters/rowFilter.tax_registration.organization_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- tax_registration
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.tax_registration.id"
- $ref: "#/components/parameters/rowFilter.tax_registration.created_at"
- $ref: "#/components/parameters/rowFilter.tax_registration.country"
- $ref: "#/components/parameters/rowFilter.tax_registration.country_options"
- $ref: "#/components/parameters/rowFilter.tax_registration.expires_at"
- $ref: "#/components/parameters/rowFilter.tax_registration.status"
- $ref: "#/components/parameters/rowFilter.tax_registration.state"
- $ref: "#/components/parameters/rowFilter.tax_registration.stripe_tax_registrati\
on_id"
- $ref: "#/components/parameters/rowFilter.tax_registration.user_id"
- $ref: "#/components/parameters/rowFilter.tax_registration.account_id"
- $ref: "#/components/parameters/rowFilter.tax_registration.organization_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/tax_registration"
responses:
"204":
description: No Content
tags:
- tax_registration
/stripe_balance_transactions:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.id"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.amount"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.currency"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.descriptio\
n"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.fee"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.net"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.status"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.type"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.created"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.attrs"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/stripe_balance_transactions"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/stripe_balance_transactions"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/stripe_balance_transactions"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/stripe_balance_transactions"
type: array
"206":
description: Partial Content
tags:
- stripe_balance_transactions
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/stripe_balance_transactions"
responses:
"201":
description: Created
tags:
- stripe_balance_transactions
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.id"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.amount"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.currency"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.descriptio\
n"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.fee"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.net"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.status"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.type"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.created"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.attrs"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- stripe_balance_transactions
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.id"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.amount"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.currency"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.descriptio\
n"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.fee"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.net"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.status"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.type"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.created"
- $ref: "#/components/parameters/rowFilter.stripe_balance_transactions.attrs"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/stripe_balance_transactions"
responses:
"204":
description: No Content
tags:
- stripe_balance_transactions
/stripe_invoices:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_invoices.id"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.customer"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.subscription"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.status"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.total"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.currency"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.period_start"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.period_end"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.attrs"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/stripe_invoices"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/stripe_invoices"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/stripe_invoices"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/stripe_invoices"
type: array
"206":
description: Partial Content
tags:
- stripe_invoices
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/stripe_invoices"
responses:
"201":
description: Created
tags:
- stripe_invoices
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_invoices.id"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.customer"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.subscription"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.status"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.total"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.currency"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.period_start"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.period_end"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.attrs"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- stripe_invoices
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_invoices.id"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.customer"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.subscription"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.status"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.total"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.currency"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.period_start"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.period_end"
- $ref: "#/components/parameters/rowFilter.stripe_invoices.attrs"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/stripe_invoices"
responses:
"204":
description: No Content
tags:
- stripe_invoices
/stripe_customers:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_customers.id"
- $ref: "#/components/parameters/rowFilter.stripe_customers.email"
- $ref: "#/components/parameters/rowFilter.stripe_customers.name"
- $ref: "#/components/parameters/rowFilter.stripe_customers.description"
- $ref: "#/components/parameters/rowFilter.stripe_customers.created"
- $ref: "#/components/parameters/rowFilter.stripe_customers.attrs"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/stripe_customers"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/stripe_customers"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/stripe_customers"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/stripe_customers"
type: array
"206":
description: Partial Content
tags:
- stripe_customers
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/stripe_customers"
responses:
"201":
description: Created
tags:
- stripe_customers
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_customers.id"
- $ref: "#/components/parameters/rowFilter.stripe_customers.email"
- $ref: "#/components/parameters/rowFilter.stripe_customers.name"
- $ref: "#/components/parameters/rowFilter.stripe_customers.description"
- $ref: "#/components/parameters/rowFilter.stripe_customers.created"
- $ref: "#/components/parameters/rowFilter.stripe_customers.attrs"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- stripe_customers
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_customers.id"
- $ref: "#/components/parameters/rowFilter.stripe_customers.email"
- $ref: "#/components/parameters/rowFilter.stripe_customers.name"
- $ref: "#/components/parameters/rowFilter.stripe_customers.description"
- $ref: "#/components/parameters/rowFilter.stripe_customers.created"
- $ref: "#/components/parameters/rowFilter.stripe_customers.attrs"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/stripe_customers"
responses:
"204":
description: No Content
tags:
- stripe_customers
/views:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.views.id"
- $ref: "#/components/parameters/rowFilter.views.created_at"
- $ref: "#/components/parameters/rowFilter.views.order"
- $ref: "#/components/parameters/rowFilter.views.title"
- $ref: "#/components/parameters/rowFilter.views.type"
- $ref: "#/components/parameters/rowFilter.views.table_id"
- $ref: "#/components/parameters/rowFilter.views.required"
- $ref: "#/components/parameters/rowFilter.views.group_by_property_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/views"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/views"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/views"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/views"
type: array
"206":
description: Partial Content
tags:
- views
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/views"
responses:
"201":
description: Created
tags:
- views
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.views.id"
- $ref: "#/components/parameters/rowFilter.views.created_at"
- $ref: "#/components/parameters/rowFilter.views.order"
- $ref: "#/components/parameters/rowFilter.views.title"
- $ref: "#/components/parameters/rowFilter.views.type"
- $ref: "#/components/parameters/rowFilter.views.table_id"
- $ref: "#/components/parameters/rowFilter.views.required"
- $ref: "#/components/parameters/rowFilter.views.group_by_property_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- views
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.views.id"
- $ref: "#/components/parameters/rowFilter.views.created_at"
- $ref: "#/components/parameters/rowFilter.views.order"
- $ref: "#/components/parameters/rowFilter.views.title"
- $ref: "#/components/parameters/rowFilter.views.type"
- $ref: "#/components/parameters/rowFilter.views.table_id"
- $ref: "#/components/parameters/rowFilter.views.required"
- $ref: "#/components/parameters/rowFilter.views.group_by_property_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/views"
responses:
"204":
description: No Content
tags:
- views
/links:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.links.id"
- $ref: "#/components/parameters/rowFilter.links.created_at"
- $ref: "#/components/parameters/rowFilter.links.created_by"
- $ref: "#/components/parameters/rowFilter.links.title"
- $ref: "#/components/parameters/rowFilter.links.url"
- $ref: "#/components/parameters/rowFilter.links.order"
- $ref: "#/components/parameters/rowFilter.links.eventspace_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/links"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/links"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/links"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/links"
type: array
"206":
description: Partial Content
tags:
- links
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/links"
responses:
"201":
description: Created
tags:
- links
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.links.id"
- $ref: "#/components/parameters/rowFilter.links.created_at"
- $ref: "#/components/parameters/rowFilter.links.created_by"
- $ref: "#/components/parameters/rowFilter.links.title"
- $ref: "#/components/parameters/rowFilter.links.url"
- $ref: "#/components/parameters/rowFilter.links.order"
- $ref: "#/components/parameters/rowFilter.links.eventspace_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- links
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.links.id"
- $ref: "#/components/parameters/rowFilter.links.created_at"
- $ref: "#/components/parameters/rowFilter.links.created_by"
- $ref: "#/components/parameters/rowFilter.links.title"
- $ref: "#/components/parameters/rowFilter.links.url"
- $ref: "#/components/parameters/rowFilter.links.order"
- $ref: "#/components/parameters/rowFilter.links.eventspace_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/links"
responses:
"204":
description: No Content
tags:
- links
/prices:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.prices.id"
- $ref: "#/components/parameters/rowFilter.prices.product_id"
- $ref: "#/components/parameters/rowFilter.prices.active"
- $ref: "#/components/parameters/rowFilter.prices.description"
- $ref: "#/components/parameters/rowFilter.prices.unit_amount"
- $ref: "#/components/parameters/rowFilter.prices.currency"
- $ref: "#/components/parameters/rowFilter.prices.type"
- $ref: "#/components/parameters/rowFilter.prices.interval"
- $ref: "#/components/parameters/rowFilter.prices.interval_count"
- $ref: "#/components/parameters/rowFilter.prices.trial_period_days"
- $ref: "#/components/parameters/rowFilter.prices.metadata"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/prices"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/prices"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/prices"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/prices"
type: array
"206":
description: Partial Content
tags:
- prices
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/prices"
responses:
"201":
description: Created
tags:
- prices
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.prices.id"
- $ref: "#/components/parameters/rowFilter.prices.product_id"
- $ref: "#/components/parameters/rowFilter.prices.active"
- $ref: "#/components/parameters/rowFilter.prices.description"
- $ref: "#/components/parameters/rowFilter.prices.unit_amount"
- $ref: "#/components/parameters/rowFilter.prices.currency"
- $ref: "#/components/parameters/rowFilter.prices.type"
- $ref: "#/components/parameters/rowFilter.prices.interval"
- $ref: "#/components/parameters/rowFilter.prices.interval_count"
- $ref: "#/components/parameters/rowFilter.prices.trial_period_days"
- $ref: "#/components/parameters/rowFilter.prices.metadata"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- prices
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.prices.id"
- $ref: "#/components/parameters/rowFilter.prices.product_id"
- $ref: "#/components/parameters/rowFilter.prices.active"
- $ref: "#/components/parameters/rowFilter.prices.description"
- $ref: "#/components/parameters/rowFilter.prices.unit_amount"
- $ref: "#/components/parameters/rowFilter.prices.currency"
- $ref: "#/components/parameters/rowFilter.prices.type"
- $ref: "#/components/parameters/rowFilter.prices.interval"
- $ref: "#/components/parameters/rowFilter.prices.interval_count"
- $ref: "#/components/parameters/rowFilter.prices.trial_period_days"
- $ref: "#/components/parameters/rowFilter.prices.metadata"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/prices"
responses:
"204":
description: No Content
tags:
- prices
/eventspaces:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.eventspaces.id"
- $ref: "#/components/parameters/rowFilter.eventspaces.created_at"
- $ref: "#/components/parameters/rowFilter.eventspaces.organization_id"
- $ref: "#/components/parameters/rowFilter.eventspaces.created_by"
- $ref: "#/components/parameters/rowFilter.eventspaces.objective"
- $ref: "#/components/parameters/rowFilter.eventspaces.updated_at"
- $ref: "#/components/parameters/rowFilter.eventspaces.updated_by"
- $ref: "#/components/parameters/rowFilter.eventspaces.icon"
- $ref: "#/components/parameters/rowFilter.eventspaces.tags"
- $ref: "#/components/parameters/rowFilter.eventspaces.name"
- $ref: "#/components/parameters/rowFilter.eventspaces.color"
- $ref: "#/components/parameters/rowFilter.eventspaces.assignees"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/eventspaces"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/eventspaces"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/eventspaces"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/eventspaces"
type: array
"206":
description: Partial Content
tags:
- eventspaces
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/eventspaces"
responses:
"201":
description: Created
tags:
- eventspaces
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.eventspaces.id"
- $ref: "#/components/parameters/rowFilter.eventspaces.created_at"
- $ref: "#/components/parameters/rowFilter.eventspaces.organization_id"
- $ref: "#/components/parameters/rowFilter.eventspaces.created_by"
- $ref: "#/components/parameters/rowFilter.eventspaces.objective"
- $ref: "#/components/parameters/rowFilter.eventspaces.updated_at"
- $ref: "#/components/parameters/rowFilter.eventspaces.updated_by"
- $ref: "#/components/parameters/rowFilter.eventspaces.icon"
- $ref: "#/components/parameters/rowFilter.eventspaces.tags"
- $ref: "#/components/parameters/rowFilter.eventspaces.name"
- $ref: "#/components/parameters/rowFilter.eventspaces.color"
- $ref: "#/components/parameters/rowFilter.eventspaces.assignees"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- eventspaces
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.eventspaces.id"
- $ref: "#/components/parameters/rowFilter.eventspaces.created_at"
- $ref: "#/components/parameters/rowFilter.eventspaces.organization_id"
- $ref: "#/components/parameters/rowFilter.eventspaces.created_by"
- $ref: "#/components/parameters/rowFilter.eventspaces.objective"
- $ref: "#/components/parameters/rowFilter.eventspaces.updated_at"
- $ref: "#/components/parameters/rowFilter.eventspaces.updated_by"
- $ref: "#/components/parameters/rowFilter.eventspaces.icon"
- $ref: "#/components/parameters/rowFilter.eventspaces.tags"
- $ref: "#/components/parameters/rowFilter.eventspaces.name"
- $ref: "#/components/parameters/rowFilter.eventspaces.color"
- $ref: "#/components/parameters/rowFilter.eventspaces.assignees"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/eventspaces"
responses:
"204":
description: No Content
tags:
- eventspaces
/rules:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.rules.created_at"
- $ref: "#/components/parameters/rowFilter.rules.product_id"
- $ref: "#/components/parameters/rowFilter.rules.members_allowed"
- $ref: "#/components/parameters/rowFilter.rules.id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/rules"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/rules"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/rules"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/rules"
type: array
"206":
description: Partial Content
tags:
- rules
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/rules"
responses:
"201":
description: Created
tags:
- rules
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.rules.created_at"
- $ref: "#/components/parameters/rowFilter.rules.product_id"
- $ref: "#/components/parameters/rowFilter.rules.members_allowed"
- $ref: "#/components/parameters/rowFilter.rules.id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- rules
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.rules.created_at"
- $ref: "#/components/parameters/rowFilter.rules.product_id"
- $ref: "#/components/parameters/rowFilter.rules.members_allowed"
- $ref: "#/components/parameters/rowFilter.rules.id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/rules"
responses:
"204":
description: No Content
tags:
- rules
/rows:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.rows.id"
- $ref: "#/components/parameters/rowFilter.rows.created_at"
- $ref: "#/components/parameters/rowFilter.rows.content"
- $ref: "#/components/parameters/rowFilter.rows.column_id"
- $ref: "#/components/parameters/rowFilter.rows.table_id"
- $ref: "#/components/parameters/rowFilter.rows.order"
- $ref: "#/components/parameters/rowFilter.rows.due_date"
- $ref: "#/components/parameters/rowFilter.rows.priority"
- $ref: "#/components/parameters/rowFilter.rows.exp_cost"
- $ref: "#/components/parameters/rowFilter.rows.act_cost"
- $ref: "#/components/parameters/rowFilter.rows.payment_status"
- $ref: "#/components/parameters/rowFilter.rows.category"
- $ref: "#/components/parameters/rowFilter.rows.assignee_id"
- $ref: "#/components/parameters/rowFilter.rows.description"
- $ref: "#/components/parameters/rowFilter.rows.budget_id"
- $ref: "#/components/parameters/rowFilter.rows.assignees"
- $ref: "#/components/parameters/rowFilter.rows.properties"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/rows"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/rows"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/rows"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/rows"
type: array
"206":
description: Partial Content
tags:
- rows
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/rows"
responses:
"201":
description: Created
tags:
- rows
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.rows.id"
- $ref: "#/components/parameters/rowFilter.rows.created_at"
- $ref: "#/components/parameters/rowFilter.rows.content"
- $ref: "#/components/parameters/rowFilter.rows.column_id"
- $ref: "#/components/parameters/rowFilter.rows.table_id"
- $ref: "#/components/parameters/rowFilter.rows.order"
- $ref: "#/components/parameters/rowFilter.rows.due_date"
- $ref: "#/components/parameters/rowFilter.rows.priority"
- $ref: "#/components/parameters/rowFilter.rows.exp_cost"
- $ref: "#/components/parameters/rowFilter.rows.act_cost"
- $ref: "#/components/parameters/rowFilter.rows.payment_status"
- $ref: "#/components/parameters/rowFilter.rows.category"
- $ref: "#/components/parameters/rowFilter.rows.assignee_id"
- $ref: "#/components/parameters/rowFilter.rows.description"
- $ref: "#/components/parameters/rowFilter.rows.budget_id"
- $ref: "#/components/parameters/rowFilter.rows.assignees"
- $ref: "#/components/parameters/rowFilter.rows.properties"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- rows
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.rows.id"
- $ref: "#/components/parameters/rowFilter.rows.created_at"
- $ref: "#/components/parameters/rowFilter.rows.content"
- $ref: "#/components/parameters/rowFilter.rows.column_id"
- $ref: "#/components/parameters/rowFilter.rows.table_id"
- $ref: "#/components/parameters/rowFilter.rows.order"
- $ref: "#/components/parameters/rowFilter.rows.due_date"
- $ref: "#/components/parameters/rowFilter.rows.priority"
- $ref: "#/components/parameters/rowFilter.rows.exp_cost"
- $ref: "#/components/parameters/rowFilter.rows.act_cost"
- $ref: "#/components/parameters/rowFilter.rows.payment_status"
- $ref: "#/components/parameters/rowFilter.rows.category"
- $ref: "#/components/parameters/rowFilter.rows.assignee_id"
- $ref: "#/components/parameters/rowFilter.rows.description"
- $ref: "#/components/parameters/rowFilter.rows.budget_id"
- $ref: "#/components/parameters/rowFilter.rows.assignees"
- $ref: "#/components/parameters/rowFilter.rows.properties"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/rows"
responses:
"204":
description: No Content
tags:
- rows
/stripe_products:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_products.id"
- $ref: "#/components/parameters/rowFilter.stripe_products.name"
- $ref: "#/components/parameters/rowFilter.stripe_products.active"
- $ref: "#/components/parameters/rowFilter.stripe_products.default_price"
- $ref: "#/components/parameters/rowFilter.stripe_products.description"
- $ref: "#/components/parameters/rowFilter.stripe_products.created"
- $ref: "#/components/parameters/rowFilter.stripe_products.updated"
- $ref: "#/components/parameters/rowFilter.stripe_products.attrs"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/stripe_products"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/stripe_products"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/stripe_products"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/stripe_products"
type: array
"206":
description: Partial Content
tags:
- stripe_products
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/stripe_products"
responses:
"201":
description: Created
tags:
- stripe_products
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_products.id"
- $ref: "#/components/parameters/rowFilter.stripe_products.name"
- $ref: "#/components/parameters/rowFilter.stripe_products.active"
- $ref: "#/components/parameters/rowFilter.stripe_products.default_price"
- $ref: "#/components/parameters/rowFilter.stripe_products.description"
- $ref: "#/components/parameters/rowFilter.stripe_products.created"
- $ref: "#/components/parameters/rowFilter.stripe_products.updated"
- $ref: "#/components/parameters/rowFilter.stripe_products.attrs"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- stripe_products
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_products.id"
- $ref: "#/components/parameters/rowFilter.stripe_products.name"
- $ref: "#/components/parameters/rowFilter.stripe_products.active"
- $ref: "#/components/parameters/rowFilter.stripe_products.default_price"
- $ref: "#/components/parameters/rowFilter.stripe_products.description"
- $ref: "#/components/parameters/rowFilter.stripe_products.created"
- $ref: "#/components/parameters/rowFilter.stripe_products.updated"
- $ref: "#/components/parameters/rowFilter.stripe_products.attrs"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/stripe_products"
responses:
"204":
description: No Content
tags:
- stripe_products
/event:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.event.id"
- $ref: "#/components/parameters/rowFilter.event.created_at"
- $ref: "#/components/parameters/rowFilter.event.organization_id"
- $ref: "#/components/parameters/rowFilter.event.name"
- $ref: "#/components/parameters/rowFilter.event.description"
- $ref: "#/components/parameters/rowFilter.event.visibility"
- $ref: "#/components/parameters/rowFilter.event.cover_url"
- $ref: "#/components/parameters/rowFilter.event.start_at"
- $ref: "#/components/parameters/rowFilter.event.end_at"
- $ref: "#/components/parameters/rowFilter.event.timezone"
- $ref: "#/components/parameters/rowFilter.event.virtual_info"
- $ref: "#/components/parameters/rowFilter.event.location_type"
- $ref: "#/components/parameters/rowFilter.event.geo_longitude"
- $ref: "#/components/parameters/rowFilter.event.geo_latitude"
- $ref: "#/components/parameters/rowFilter.event.geo_address_metadata"
- $ref: "#/components/parameters/rowFilter.event.geo_address_visible"
- $ref: "#/components/parameters/rowFilter.event.ticket_currency"
- $ref: "#/components/parameters/rowFilter.event.max_capacity"
- $ref: "#/components/parameters/rowFilter.event.spots_remaining"
- $ref: "#/components/parameters/rowFilter.event.is_capped"
- $ref: "#/components/parameters/rowFilter.event.require_approval"
- $ref: "#/components/parameters/rowFilter.event.hide_rsvp"
- $ref: "#/components/parameters/rowFilter.event.show_guest_list"
- $ref: "#/components/parameters/rowFilter.event.allow_price_range"
- $ref: "#/components/parameters/rowFilter.event.creator_email_is_verified"
- $ref: "#/components/parameters/rowFilter.event.enable_tipping"
- $ref: "#/components/parameters/rowFilter.event.waitlist_enabled"
- $ref: "#/components/parameters/rowFilter.event.geo_address_info"
- $ref: "#/components/parameters/rowFilter.event.slug"
- $ref: "#/components/parameters/rowFilter.event.eventspace_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/event"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/event"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/event"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/event"
type: array
"206":
description: Partial Content
tags:
- event
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/event"
responses:
"201":
description: Created
tags:
- event
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.event.id"
- $ref: "#/components/parameters/rowFilter.event.created_at"
- $ref: "#/components/parameters/rowFilter.event.organization_id"
- $ref: "#/components/parameters/rowFilter.event.name"
- $ref: "#/components/parameters/rowFilter.event.description"
- $ref: "#/components/parameters/rowFilter.event.visibility"
- $ref: "#/components/parameters/rowFilter.event.cover_url"
- $ref: "#/components/parameters/rowFilter.event.start_at"
- $ref: "#/components/parameters/rowFilter.event.end_at"
- $ref: "#/components/parameters/rowFilter.event.timezone"
- $ref: "#/components/parameters/rowFilter.event.virtual_info"
- $ref: "#/components/parameters/rowFilter.event.location_type"
- $ref: "#/components/parameters/rowFilter.event.geo_longitude"
- $ref: "#/components/parameters/rowFilter.event.geo_latitude"
- $ref: "#/components/parameters/rowFilter.event.geo_address_metadata"
- $ref: "#/components/parameters/rowFilter.event.geo_address_visible"
- $ref: "#/components/parameters/rowFilter.event.ticket_currency"
- $ref: "#/components/parameters/rowFilter.event.max_capacity"
- $ref: "#/components/parameters/rowFilter.event.spots_remaining"
- $ref: "#/components/parameters/rowFilter.event.is_capped"
- $ref: "#/components/parameters/rowFilter.event.require_approval"
- $ref: "#/components/parameters/rowFilter.event.hide_rsvp"
- $ref: "#/components/parameters/rowFilter.event.show_guest_list"
- $ref: "#/components/parameters/rowFilter.event.allow_price_range"
- $ref: "#/components/parameters/rowFilter.event.creator_email_is_verified"
- $ref: "#/components/parameters/rowFilter.event.enable_tipping"
- $ref: "#/components/parameters/rowFilter.event.waitlist_enabled"
- $ref: "#/components/parameters/rowFilter.event.geo_address_info"
- $ref: "#/components/parameters/rowFilter.event.slug"
- $ref: "#/components/parameters/rowFilter.event.eventspace_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- event
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.event.id"
- $ref: "#/components/parameters/rowFilter.event.created_at"
- $ref: "#/components/parameters/rowFilter.event.organization_id"
- $ref: "#/components/parameters/rowFilter.event.name"
- $ref: "#/components/parameters/rowFilter.event.description"
- $ref: "#/components/parameters/rowFilter.event.visibility"
- $ref: "#/components/parameters/rowFilter.event.cover_url"
- $ref: "#/components/parameters/rowFilter.event.start_at"
- $ref: "#/components/parameters/rowFilter.event.end_at"
- $ref: "#/components/parameters/rowFilter.event.timezone"
- $ref: "#/components/parameters/rowFilter.event.virtual_info"
- $ref: "#/components/parameters/rowFilter.event.location_type"
- $ref: "#/components/parameters/rowFilter.event.geo_longitude"
- $ref: "#/components/parameters/rowFilter.event.geo_latitude"
- $ref: "#/components/parameters/rowFilter.event.geo_address_metadata"
- $ref: "#/components/parameters/rowFilter.event.geo_address_visible"
- $ref: "#/components/parameters/rowFilter.event.ticket_currency"
- $ref: "#/components/parameters/rowFilter.event.max_capacity"
- $ref: "#/components/parameters/rowFilter.event.spots_remaining"
- $ref: "#/components/parameters/rowFilter.event.is_capped"
- $ref: "#/components/parameters/rowFilter.event.require_approval"
- $ref: "#/components/parameters/rowFilter.event.hide_rsvp"
- $ref: "#/components/parameters/rowFilter.event.show_guest_list"
- $ref: "#/components/parameters/rowFilter.event.allow_price_range"
- $ref: "#/components/parameters/rowFilter.event.creator_email_is_verified"
- $ref: "#/components/parameters/rowFilter.event.enable_tipping"
- $ref: "#/components/parameters/rowFilter.event.waitlist_enabled"
- $ref: "#/components/parameters/rowFilter.event.geo_address_info"
- $ref: "#/components/parameters/rowFilter.event.slug"
- $ref: "#/components/parameters/rowFilter.event.eventspace_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/event"
responses:
"204":
description: No Content
tags:
- event
/followers:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.followers.id"
- $ref: "#/components/parameters/rowFilter.followers.created_at"
- $ref: "#/components/parameters/rowFilter.followers.user_id"
- $ref: "#/components/parameters/rowFilter.followers.organization_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/followers"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/followers"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/followers"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/followers"
type: array
"206":
description: Partial Content
tags:
- followers
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/followers"
responses:
"201":
description: Created
tags:
- followers
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.followers.id"
- $ref: "#/components/parameters/rowFilter.followers.created_at"
- $ref: "#/components/parameters/rowFilter.followers.user_id"
- $ref: "#/components/parameters/rowFilter.followers.organization_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- followers
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.followers.id"
- $ref: "#/components/parameters/rowFilter.followers.created_at"
- $ref: "#/components/parameters/rowFilter.followers.user_id"
- $ref: "#/components/parameters/rowFilter.followers.organization_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/followers"
responses:
"204":
description: No Content
tags:
- followers
/questions:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.questions.id"
- $ref: "#/components/parameters/rowFilter.questions.created_at"
- $ref: "#/components/parameters/rowFilter.questions.event_id"
- $ref: "#/components/parameters/rowFilter.questions.content"
- $ref: "#/components/parameters/rowFilter.questions.required"
- $ref: "#/components/parameters/rowFilter.questions.type"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/questions"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/questions"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/questions"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/questions"
type: array
"206":
description: Partial Content
tags:
- questions
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/questions"
responses:
"201":
description: Created
tags:
- questions
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.questions.id"
- $ref: "#/components/parameters/rowFilter.questions.created_at"
- $ref: "#/components/parameters/rowFilter.questions.event_id"
- $ref: "#/components/parameters/rowFilter.questions.content"
- $ref: "#/components/parameters/rowFilter.questions.required"
- $ref: "#/components/parameters/rowFilter.questions.type"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- questions
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.questions.id"
- $ref: "#/components/parameters/rowFilter.questions.created_at"
- $ref: "#/components/parameters/rowFilter.questions.event_id"
- $ref: "#/components/parameters/rowFilter.questions.content"
- $ref: "#/components/parameters/rowFilter.questions.required"
- $ref: "#/components/parameters/rowFilter.questions.type"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/questions"
responses:
"204":
description: No Content
tags:
- questions
/notification:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.notification.id"
- $ref: "#/components/parameters/rowFilter.notification.created_at"
- $ref: "#/components/parameters/rowFilter.notification.user_id"
- $ref: "#/components/parameters/rowFilter.notification.read_at"
- $ref: "#/components/parameters/rowFilter.notification.organization_id"
- $ref: "#/components/parameters/rowFilter.notification.status"
- $ref: "#/components/parameters/rowFilter.notification.type"
- $ref: "#/components/parameters/rowFilter.notification.expires_at"
- $ref: "#/components/parameters/rowFilter.notification.message"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/notification"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/notification"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/notification"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/notification"
type: array
"206":
description: Partial Content
tags:
- notification
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/notification"
responses:
"201":
description: Created
tags:
- notification
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.notification.id"
- $ref: "#/components/parameters/rowFilter.notification.created_at"
- $ref: "#/components/parameters/rowFilter.notification.user_id"
- $ref: "#/components/parameters/rowFilter.notification.read_at"
- $ref: "#/components/parameters/rowFilter.notification.organization_id"
- $ref: "#/components/parameters/rowFilter.notification.status"
- $ref: "#/components/parameters/rowFilter.notification.type"
- $ref: "#/components/parameters/rowFilter.notification.expires_at"
- $ref: "#/components/parameters/rowFilter.notification.message"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- notification
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.notification.id"
- $ref: "#/components/parameters/rowFilter.notification.created_at"
- $ref: "#/components/parameters/rowFilter.notification.user_id"
- $ref: "#/components/parameters/rowFilter.notification.read_at"
- $ref: "#/components/parameters/rowFilter.notification.organization_id"
- $ref: "#/components/parameters/rowFilter.notification.status"
- $ref: "#/components/parameters/rowFilter.notification.type"
- $ref: "#/components/parameters/rowFilter.notification.expires_at"
- $ref: "#/components/parameters/rowFilter.notification.message"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/notification"
responses:
"204":
description: No Content
tags:
- notification
/order:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.order.id"
- $ref: "#/components/parameters/rowFilter.order.created_at"
- $ref: "#/components/parameters/rowFilter.order.payment_status"
- $ref: "#/components/parameters/rowFilter.order.status"
- $ref: "#/components/parameters/rowFilter.order.checkout_session_status"
- $ref: "#/components/parameters/rowFilter.order.refunded"
- $ref: "#/components/parameters/rowFilter.order.disputed"
- $ref: "#/components/parameters/rowFilter.order.user_id"
- $ref: "#/components/parameters/rowFilter.order.line_items"
- $ref: "#/components/parameters/rowFilter.order.amount_total"
- $ref: "#/components/parameters/rowFilter.order.stripe_checkout_session_id"
- $ref: "#/components/parameters/rowFilter.order.stripe_payment_intent_id"
- $ref: "#/components/parameters/rowFilter.order.stripe_charge_id"
- $ref: "#/components/parameters/rowFilter.order.event_id"
- $ref: "#/components/parameters/rowFilter.order.event_name"
- $ref: "#/components/parameters/rowFilter.order.organization_id"
- $ref: "#/components/parameters/rowFilter.order.stripe_account_id"
- $ref: "#/components/parameters/rowFilter.order.answers"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/order"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/order"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/order"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/order"
type: array
"206":
description: Partial Content
tags:
- order
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/order"
responses:
"201":
description: Created
tags:
- order
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.order.id"
- $ref: "#/components/parameters/rowFilter.order.created_at"
- $ref: "#/components/parameters/rowFilter.order.payment_status"
- $ref: "#/components/parameters/rowFilter.order.status"
- $ref: "#/components/parameters/rowFilter.order.checkout_session_status"
- $ref: "#/components/parameters/rowFilter.order.refunded"
- $ref: "#/components/parameters/rowFilter.order.disputed"
- $ref: "#/components/parameters/rowFilter.order.user_id"
- $ref: "#/components/parameters/rowFilter.order.line_items"
- $ref: "#/components/parameters/rowFilter.order.amount_total"
- $ref: "#/components/parameters/rowFilter.order.stripe_checkout_session_id"
- $ref: "#/components/parameters/rowFilter.order.stripe_payment_intent_id"
- $ref: "#/components/parameters/rowFilter.order.stripe_charge_id"
- $ref: "#/components/parameters/rowFilter.order.event_id"
- $ref: "#/components/parameters/rowFilter.order.event_name"
- $ref: "#/components/parameters/rowFilter.order.organization_id"
- $ref: "#/components/parameters/rowFilter.order.stripe_account_id"
- $ref: "#/components/parameters/rowFilter.order.answers"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- order
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.order.id"
- $ref: "#/components/parameters/rowFilter.order.created_at"
- $ref: "#/components/parameters/rowFilter.order.payment_status"
- $ref: "#/components/parameters/rowFilter.order.status"
- $ref: "#/components/parameters/rowFilter.order.checkout_session_status"
- $ref: "#/components/parameters/rowFilter.order.refunded"
- $ref: "#/components/parameters/rowFilter.order.disputed"
- $ref: "#/components/parameters/rowFilter.order.user_id"
- $ref: "#/components/parameters/rowFilter.order.line_items"
- $ref: "#/components/parameters/rowFilter.order.amount_total"
- $ref: "#/components/parameters/rowFilter.order.stripe_checkout_session_id"
- $ref: "#/components/parameters/rowFilter.order.stripe_payment_intent_id"
- $ref: "#/components/parameters/rowFilter.order.stripe_charge_id"
- $ref: "#/components/parameters/rowFilter.order.event_id"
- $ref: "#/components/parameters/rowFilter.order.event_name"
- $ref: "#/components/parameters/rowFilter.order.organization_id"
- $ref: "#/components/parameters/rowFilter.order.stripe_account_id"
- $ref: "#/components/parameters/rowFilter.order.answers"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/order"
responses:
"204":
description: No Content
tags:
- order
/apikeys:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.apikeys.id"
- $ref: "#/components/parameters/rowFilter.apikeys.created_at"
- $ref: "#/components/parameters/rowFilter.apikeys.user_id"
- $ref: "#/components/parameters/rowFilter.apikeys.key"
- $ref: "#/components/parameters/rowFilter.apikeys.mode"
- $ref: "#/components/parameters/rowFilter.apikeys.updated_at"
- $ref: "#/components/parameters/rowFilter.apikeys.name"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/apikeys"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/apikeys"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/apikeys"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/apikeys"
type: array
"206":
description: Partial Content
tags:
- apikeys
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/apikeys"
responses:
"201":
description: Created
tags:
- apikeys
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.apikeys.id"
- $ref: "#/components/parameters/rowFilter.apikeys.created_at"
- $ref: "#/components/parameters/rowFilter.apikeys.user_id"
- $ref: "#/components/parameters/rowFilter.apikeys.key"
- $ref: "#/components/parameters/rowFilter.apikeys.mode"
- $ref: "#/components/parameters/rowFilter.apikeys.updated_at"
- $ref: "#/components/parameters/rowFilter.apikeys.name"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- apikeys
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.apikeys.id"
- $ref: "#/components/parameters/rowFilter.apikeys.created_at"
- $ref: "#/components/parameters/rowFilter.apikeys.user_id"
- $ref: "#/components/parameters/rowFilter.apikeys.key"
- $ref: "#/components/parameters/rowFilter.apikeys.mode"
- $ref: "#/components/parameters/rowFilter.apikeys.updated_at"
- $ref: "#/components/parameters/rowFilter.apikeys.name"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/apikeys"
responses:
"204":
description: No Content
tags:
- apikeys
/account:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.account.id"
- $ref: "#/components/parameters/rowFilter.account.created_at"
- $ref: "#/components/parameters/rowFilter.account.stripe_account_id"
- $ref: "#/components/parameters/rowFilter.account.capabilities"
- $ref: "#/components/parameters/rowFilter.account.details_submitted"
- $ref: "#/components/parameters/rowFilter.account.email"
- $ref: "#/components/parameters/rowFilter.account.payouts_enabled"
- $ref: "#/components/parameters/rowFilter.account.type"
- $ref: "#/components/parameters/rowFilter.account.charges_enabled"
- $ref: "#/components/parameters/rowFilter.account.requirements"
- $ref: "#/components/parameters/rowFilter.account.organization_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/account"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/account"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/account"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/account"
type: array
"206":
description: Partial Content
tags:
- account
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/account"
responses:
"201":
description: Created
tags:
- account
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.account.id"
- $ref: "#/components/parameters/rowFilter.account.created_at"
- $ref: "#/components/parameters/rowFilter.account.stripe_account_id"
- $ref: "#/components/parameters/rowFilter.account.capabilities"
- $ref: "#/components/parameters/rowFilter.account.details_submitted"
- $ref: "#/components/parameters/rowFilter.account.email"
- $ref: "#/components/parameters/rowFilter.account.payouts_enabled"
- $ref: "#/components/parameters/rowFilter.account.type"
- $ref: "#/components/parameters/rowFilter.account.charges_enabled"
- $ref: "#/components/parameters/rowFilter.account.requirements"
- $ref: "#/components/parameters/rowFilter.account.organization_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- account
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.account.id"
- $ref: "#/components/parameters/rowFilter.account.created_at"
- $ref: "#/components/parameters/rowFilter.account.stripe_account_id"
- $ref: "#/components/parameters/rowFilter.account.capabilities"
- $ref: "#/components/parameters/rowFilter.account.details_submitted"
- $ref: "#/components/parameters/rowFilter.account.email"
- $ref: "#/components/parameters/rowFilter.account.payouts_enabled"
- $ref: "#/components/parameters/rowFilter.account.type"
- $ref: "#/components/parameters/rowFilter.account.charges_enabled"
- $ref: "#/components/parameters/rowFilter.account.requirements"
- $ref: "#/components/parameters/rowFilter.account.organization_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/account"
responses:
"204":
description: No Content
tags:
- account
/event_member:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.event_member.id"
- $ref: "#/components/parameters/rowFilter.event_member.created_at"
- $ref: "#/components/parameters/rowFilter.event_member.user_id"
- $ref: "#/components/parameters/rowFilter.event_member.role"
- $ref: "#/components/parameters/rowFilter.event_member.event_id"
- $ref: "#/components/parameters/rowFilter.event_member.email"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/event_member"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/event_member"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/event_member"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/event_member"
type: array
"206":
description: Partial Content
summary: This is a duplicate of organization_member
tags:
- event_member
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/event_member"
responses:
"201":
description: Created
summary: This is a duplicate of organization_member
tags:
- event_member
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.event_member.id"
- $ref: "#/components/parameters/rowFilter.event_member.created_at"
- $ref: "#/components/parameters/rowFilter.event_member.user_id"
- $ref: "#/components/parameters/rowFilter.event_member.role"
- $ref: "#/components/parameters/rowFilter.event_member.event_id"
- $ref: "#/components/parameters/rowFilter.event_member.email"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
summary: This is a duplicate of organization_member
tags:
- event_member
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.event_member.id"
- $ref: "#/components/parameters/rowFilter.event_member.created_at"
- $ref: "#/components/parameters/rowFilter.event_member.user_id"
- $ref: "#/components/parameters/rowFilter.event_member.role"
- $ref: "#/components/parameters/rowFilter.event_member.event_id"
- $ref: "#/components/parameters/rowFilter.event_member.email"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/event_member"
responses:
"204":
description: No Content
summary: This is a duplicate of organization_member
tags:
- event_member
/subscriptions:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.subscriptions.id"
- $ref: "#/components/parameters/rowFilter.subscriptions.user_id"
- $ref: "#/components/parameters/rowFilter.subscriptions.status"
- $ref: "#/components/parameters/rowFilter.subscriptions.metadata"
- $ref: "#/components/parameters/rowFilter.subscriptions.price_id"
- $ref: "#/components/parameters/rowFilter.subscriptions.quantity"
- $ref: "#/components/parameters/rowFilter.subscriptions.cancel_at_period_end"
- $ref: "#/components/parameters/rowFilter.subscriptions.created"
- $ref: "#/components/parameters/rowFilter.subscriptions.current_period_start"
- $ref: "#/components/parameters/rowFilter.subscriptions.current_period_end"
- $ref: "#/components/parameters/rowFilter.subscriptions.ended_at"
- $ref: "#/components/parameters/rowFilter.subscriptions.cancel_at"
- $ref: "#/components/parameters/rowFilter.subscriptions.canceled_at"
- $ref: "#/components/parameters/rowFilter.subscriptions.trial_start"
- $ref: "#/components/parameters/rowFilter.subscriptions.trial_end"
- $ref: "#/components/parameters/rowFilter.subscriptions.organization_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/subscriptions"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/subscriptions"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/subscriptions"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/subscriptions"
type: array
"206":
description: Partial Content
tags:
- subscriptions
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/subscriptions"
responses:
"201":
description: Created
tags:
- subscriptions
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.subscriptions.id"
- $ref: "#/components/parameters/rowFilter.subscriptions.user_id"
- $ref: "#/components/parameters/rowFilter.subscriptions.status"
- $ref: "#/components/parameters/rowFilter.subscriptions.metadata"
- $ref: "#/components/parameters/rowFilter.subscriptions.price_id"
- $ref: "#/components/parameters/rowFilter.subscriptions.quantity"
- $ref: "#/components/parameters/rowFilter.subscriptions.cancel_at_period_end"
- $ref: "#/components/parameters/rowFilter.subscriptions.created"
- $ref: "#/components/parameters/rowFilter.subscriptions.current_period_start"
- $ref: "#/components/parameters/rowFilter.subscriptions.current_period_end"
- $ref: "#/components/parameters/rowFilter.subscriptions.ended_at"
- $ref: "#/components/parameters/rowFilter.subscriptions.cancel_at"
- $ref: "#/components/parameters/rowFilter.subscriptions.canceled_at"
- $ref: "#/components/parameters/rowFilter.subscriptions.trial_start"
- $ref: "#/components/parameters/rowFilter.subscriptions.trial_end"
- $ref: "#/components/parameters/rowFilter.subscriptions.organization_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- subscriptions
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.subscriptions.id"
- $ref: "#/components/parameters/rowFilter.subscriptions.user_id"
- $ref: "#/components/parameters/rowFilter.subscriptions.status"
- $ref: "#/components/parameters/rowFilter.subscriptions.metadata"
- $ref: "#/components/parameters/rowFilter.subscriptions.price_id"
- $ref: "#/components/parameters/rowFilter.subscriptions.quantity"
- $ref: "#/components/parameters/rowFilter.subscriptions.cancel_at_period_end"
- $ref: "#/components/parameters/rowFilter.subscriptions.created"
- $ref: "#/components/parameters/rowFilter.subscriptions.current_period_start"
- $ref: "#/components/parameters/rowFilter.subscriptions.current_period_end"
- $ref: "#/components/parameters/rowFilter.subscriptions.ended_at"
- $ref: "#/components/parameters/rowFilter.subscriptions.cancel_at"
- $ref: "#/components/parameters/rowFilter.subscriptions.canceled_at"
- $ref: "#/components/parameters/rowFilter.subscriptions.trial_start"
- $ref: "#/components/parameters/rowFilter.subscriptions.trial_end"
- $ref: "#/components/parameters/rowFilter.subscriptions.organization_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/subscriptions"
responses:
"204":
description: No Content
tags:
- subscriptions
/eventspaces_member:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.eventspaces_member.id"
- $ref: "#/components/parameters/rowFilter.eventspaces_member.created_at"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/eventspaces_member"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/eventspaces_member"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/eventspaces_member"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/eventspaces_member"
type: array
"206":
description: Partial Content
tags:
- eventspaces_member
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/eventspaces_member"
responses:
"201":
description: Created
tags:
- eventspaces_member
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.eventspaces_member.id"
- $ref: "#/components/parameters/rowFilter.eventspaces_member.created_at"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- eventspaces_member
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.eventspaces_member.id"
- $ref: "#/components/parameters/rowFilter.eventspaces_member.created_at"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/eventspaces_member"
responses:
"204":
description: No Content
tags:
- eventspaces_member
/columns:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.columns.id"
- $ref: "#/components/parameters/rowFilter.columns.created_at"
- $ref: "#/components/parameters/rowFilter.columns.title"
- $ref: "#/components/parameters/rowFilter.columns.order"
- $ref: "#/components/parameters/rowFilter.columns.table_id"
- $ref: "#/components/parameters/rowFilter.columns.unit_amount"
- $ref: "#/components/parameters/rowFilter.columns.expires_at"
- $ref: "#/components/parameters/rowFilter.columns.type"
- $ref: "#/components/parameters/rowFilter.columns.is_budget"
- $ref: "#/components/parameters/rowFilter.columns.event_id"
- $ref: "#/components/parameters/rowFilter.columns.color"
- $ref: "#/components/parameters/rowFilter.columns.lucide_icon"
- $ref: "#/components/parameters/rowFilter.columns.property_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/columns"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/columns"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/columns"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/columns"
type: array
"206":
description: Partial Content
tags:
- columns
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/columns"
responses:
"201":
description: Created
tags:
- columns
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.columns.id"
- $ref: "#/components/parameters/rowFilter.columns.created_at"
- $ref: "#/components/parameters/rowFilter.columns.title"
- $ref: "#/components/parameters/rowFilter.columns.order"
- $ref: "#/components/parameters/rowFilter.columns.table_id"
- $ref: "#/components/parameters/rowFilter.columns.unit_amount"
- $ref: "#/components/parameters/rowFilter.columns.expires_at"
- $ref: "#/components/parameters/rowFilter.columns.type"
- $ref: "#/components/parameters/rowFilter.columns.is_budget"
- $ref: "#/components/parameters/rowFilter.columns.event_id"
- $ref: "#/components/parameters/rowFilter.columns.color"
- $ref: "#/components/parameters/rowFilter.columns.lucide_icon"
- $ref: "#/components/parameters/rowFilter.columns.property_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- columns
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.columns.id"
- $ref: "#/components/parameters/rowFilter.columns.created_at"
- $ref: "#/components/parameters/rowFilter.columns.title"
- $ref: "#/components/parameters/rowFilter.columns.order"
- $ref: "#/components/parameters/rowFilter.columns.table_id"
- $ref: "#/components/parameters/rowFilter.columns.unit_amount"
- $ref: "#/components/parameters/rowFilter.columns.expires_at"
- $ref: "#/components/parameters/rowFilter.columns.type"
- $ref: "#/components/parameters/rowFilter.columns.is_budget"
- $ref: "#/components/parameters/rowFilter.columns.event_id"
- $ref: "#/components/parameters/rowFilter.columns.color"
- $ref: "#/components/parameters/rowFilter.columns.lucide_icon"
- $ref: "#/components/parameters/rowFilter.columns.property_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/columns"
responses:
"204":
description: No Content
tags:
- columns
/ticket:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.ticket.id"
- $ref: "#/components/parameters/rowFilter.ticket.created_at"
- $ref: "#/components/parameters/rowFilter.ticket.event_id"
- $ref: "#/components/parameters/rowFilter.ticket.name"
- $ref: "#/components/parameters/rowFilter.ticket.description"
- $ref: "#/components/parameters/rowFilter.ticket.price"
- $ref: "#/components/parameters/rowFilter.ticket.require_approval"
- $ref: "#/components/parameters/rowFilter.ticket.start_at"
- $ref: "#/components/parameters/rowFilter.ticket.end_at"
- $ref: "#/components/parameters/rowFilter.ticket.capacity"
- $ref: "#/components/parameters/rowFilter.ticket.remaining_capacity"
- $ref: "#/components/parameters/rowFilter.ticket.organization_id"
- $ref: "#/components/parameters/rowFilter.ticket.stripe_product_id"
- $ref: "#/components/parameters/rowFilter.ticket.stripe_price_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/ticket"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/ticket"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/ticket"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/ticket"
type: array
"206":
description: Partial Content
tags:
- ticket
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/ticket"
responses:
"201":
description: Created
tags:
- ticket
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.ticket.id"
- $ref: "#/components/parameters/rowFilter.ticket.created_at"
- $ref: "#/components/parameters/rowFilter.ticket.event_id"
- $ref: "#/components/parameters/rowFilter.ticket.name"
- $ref: "#/components/parameters/rowFilter.ticket.description"
- $ref: "#/components/parameters/rowFilter.ticket.price"
- $ref: "#/components/parameters/rowFilter.ticket.require_approval"
- $ref: "#/components/parameters/rowFilter.ticket.start_at"
- $ref: "#/components/parameters/rowFilter.ticket.end_at"
- $ref: "#/components/parameters/rowFilter.ticket.capacity"
- $ref: "#/components/parameters/rowFilter.ticket.remaining_capacity"
- $ref: "#/components/parameters/rowFilter.ticket.organization_id"
- $ref: "#/components/parameters/rowFilter.ticket.stripe_product_id"
- $ref: "#/components/parameters/rowFilter.ticket.stripe_price_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- ticket
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.ticket.id"
- $ref: "#/components/parameters/rowFilter.ticket.created_at"
- $ref: "#/components/parameters/rowFilter.ticket.event_id"
- $ref: "#/components/parameters/rowFilter.ticket.name"
- $ref: "#/components/parameters/rowFilter.ticket.description"
- $ref: "#/components/parameters/rowFilter.ticket.price"
- $ref: "#/components/parameters/rowFilter.ticket.require_approval"
- $ref: "#/components/parameters/rowFilter.ticket.start_at"
- $ref: "#/components/parameters/rowFilter.ticket.end_at"
- $ref: "#/components/parameters/rowFilter.ticket.capacity"
- $ref: "#/components/parameters/rowFilter.ticket.remaining_capacity"
- $ref: "#/components/parameters/rowFilter.ticket.organization_id"
- $ref: "#/components/parameters/rowFilter.ticket.stripe_product_id"
- $ref: "#/components/parameters/rowFilter.ticket.stripe_price_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/ticket"
responses:
"204":
description: No Content
tags:
- ticket
/stripe_balances:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_balances.balance_type"
- $ref: "#/components/parameters/rowFilter.stripe_balances.amount"
- $ref: "#/components/parameters/rowFilter.stripe_balances.currency"
- $ref: "#/components/parameters/rowFilter.stripe_balances.attrs"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/stripe_balances"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/stripe_balances"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/stripe_balances"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/stripe_balances"
type: array
"206":
description: Partial Content
tags:
- stripe_balances
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/stripe_balances"
responses:
"201":
description: Created
tags:
- stripe_balances
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_balances.balance_type"
- $ref: "#/components/parameters/rowFilter.stripe_balances.amount"
- $ref: "#/components/parameters/rowFilter.stripe_balances.currency"
- $ref: "#/components/parameters/rowFilter.stripe_balances.attrs"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- stripe_balances
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_balances.balance_type"
- $ref: "#/components/parameters/rowFilter.stripe_balances.amount"
- $ref: "#/components/parameters/rowFilter.stripe_balances.currency"
- $ref: "#/components/parameters/rowFilter.stripe_balances.attrs"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/stripe_balances"
responses:
"204":
description: No Content
tags:
- stripe_balances
/ticket_questions:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.ticket_questions.ticket_id"
- $ref: "#/components/parameters/rowFilter.ticket_questions.question_id"
- $ref: "#/components/parameters/rowFilter.ticket_questions.id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/ticket_questions"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/ticket_questions"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/ticket_questions"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/ticket_questions"
type: array
"206":
description: Partial Content
tags:
- ticket_questions
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/ticket_questions"
responses:
"201":
description: Created
tags:
- ticket_questions
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.ticket_questions.ticket_id"
- $ref: "#/components/parameters/rowFilter.ticket_questions.question_id"
- $ref: "#/components/parameters/rowFilter.ticket_questions.id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- ticket_questions
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.ticket_questions.ticket_id"
- $ref: "#/components/parameters/rowFilter.ticket_questions.question_id"
- $ref: "#/components/parameters/rowFilter.ticket_questions.id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/ticket_questions"
responses:
"204":
description: No Content
tags:
- ticket_questions
/stripe_accounts:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_accounts.id"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.business_type"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.country"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.email"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.type"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.created"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.attrs"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/stripe_accounts"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/stripe_accounts"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/stripe_accounts"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/stripe_accounts"
type: array
"206":
description: Partial Content
tags:
- stripe_accounts
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/stripe_accounts"
responses:
"201":
description: Created
tags:
- stripe_accounts
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_accounts.id"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.business_type"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.country"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.email"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.type"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.created"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.attrs"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- stripe_accounts
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_accounts.id"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.business_type"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.country"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.email"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.type"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.created"
- $ref: "#/components/parameters/rowFilter.stripe_accounts.attrs"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/stripe_accounts"
responses:
"204":
description: No Content
tags:
- stripe_accounts
/customers:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.customers.id"
- $ref: "#/components/parameters/rowFilter.customers.stripe_customer_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/customers"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/customers"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/customers"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/customers"
type: array
"206":
description: Partial Content
tags:
- customers
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/customers"
responses:
"201":
description: Created
tags:
- customers
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.customers.id"
- $ref: "#/components/parameters/rowFilter.customers.stripe_customer_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- customers
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.customers.id"
- $ref: "#/components/parameters/rowFilter.customers.stripe_customer_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/customers"
responses:
"204":
description: No Content
tags:
- customers
/likes:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.likes.created_at"
- $ref: "#/components/parameters/rowFilter.likes.event_id"
- $ref: "#/components/parameters/rowFilter.likes.user_id"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/likes"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/likes"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/likes"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/likes"
type: array
"206":
description: Partial Content
tags:
- likes
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/likes"
responses:
"201":
description: Created
tags:
- likes
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.likes.created_at"
- $ref: "#/components/parameters/rowFilter.likes.event_id"
- $ref: "#/components/parameters/rowFilter.likes.user_id"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- likes
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.likes.created_at"
- $ref: "#/components/parameters/rowFilter.likes.event_id"
- $ref: "#/components/parameters/rowFilter.likes.user_id"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/likes"
responses:
"204":
description: No Content
tags:
- likes
/organization:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.organization.id"
- $ref: "#/components/parameters/rowFilter.organization.created_at"
- $ref: "#/components/parameters/rowFilter.organization.name"
- $ref: "#/components/parameters/rowFilter.organization.slug"
- $ref: "#/components/parameters/rowFilter.organization.created_by"
- $ref: "#/components/parameters/rowFilter.organization.owner_id"
- $ref: "#/components/parameters/rowFilter.organization.bio"
- $ref: "#/components/parameters/rowFilter.organization.display_name"
- $ref: "#/components/parameters/rowFilter.organization.display_email"
- $ref: "#/components/parameters/rowFilter.organization.urls"
- $ref: "#/components/parameters/rowFilter.organization.avatar_url"
- $ref: "#/components/parameters/rowFilter.organization.updated_by"
- $ref: "#/components/parameters/rowFilter.organization.updated_at"
- $ref: "#/components/parameters/rowFilter.organization.tags"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/organization"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/organization"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/organization"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/organization"
type: array
"206":
description: Partial Content
tags:
- organization
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/organization"
responses:
"201":
description: Created
tags:
- organization
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.organization.id"
- $ref: "#/components/parameters/rowFilter.organization.created_at"
- $ref: "#/components/parameters/rowFilter.organization.name"
- $ref: "#/components/parameters/rowFilter.organization.slug"
- $ref: "#/components/parameters/rowFilter.organization.created_by"
- $ref: "#/components/parameters/rowFilter.organization.owner_id"
- $ref: "#/components/parameters/rowFilter.organization.bio"
- $ref: "#/components/parameters/rowFilter.organization.display_name"
- $ref: "#/components/parameters/rowFilter.organization.display_email"
- $ref: "#/components/parameters/rowFilter.organization.urls"
- $ref: "#/components/parameters/rowFilter.organization.avatar_url"
- $ref: "#/components/parameters/rowFilter.organization.updated_by"
- $ref: "#/components/parameters/rowFilter.organization.updated_at"
- $ref: "#/components/parameters/rowFilter.organization.tags"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- organization
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.organization.id"
- $ref: "#/components/parameters/rowFilter.organization.created_at"
- $ref: "#/components/parameters/rowFilter.organization.name"
- $ref: "#/components/parameters/rowFilter.organization.slug"
- $ref: "#/components/parameters/rowFilter.organization.created_by"
- $ref: "#/components/parameters/rowFilter.organization.owner_id"
- $ref: "#/components/parameters/rowFilter.organization.bio"
- $ref: "#/components/parameters/rowFilter.organization.display_name"
- $ref: "#/components/parameters/rowFilter.organization.display_email"
- $ref: "#/components/parameters/rowFilter.organization.urls"
- $ref: "#/components/parameters/rowFilter.organization.avatar_url"
- $ref: "#/components/parameters/rowFilter.organization.updated_by"
- $ref: "#/components/parameters/rowFilter.organization.updated_at"
- $ref: "#/components/parameters/rowFilter.organization.tags"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/organization"
responses:
"204":
description: No Content
tags:
- organization
/properties:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.properties.id"
- $ref: "#/components/parameters/rowFilter.properties.created_at"
- $ref: "#/components/parameters/rowFilter.properties.name"
- $ref: "#/components/parameters/rowFilter.properties.type"
- $ref: "#/components/parameters/rowFilter.properties.updated_at"
- $ref: "#/components/parameters/rowFilter.properties.is_visible"
- $ref: "#/components/parameters/rowFilter.properties.order"
- $ref: "#/components/parameters/rowFilter.properties.budget_id"
- $ref: "#/components/parameters/rowFilter.properties.columns"
- $ref: "#/components/parameters/rowFilter.properties.is_immutable"
- $ref: "#/components/parameters/rowFilter.properties.options"
- $ref: "#/components/parameters/rowFilter.properties.table_id"
- $ref: "#/components/parameters/rowFilter.properties.currency"
- $ref: "#/components/parameters/rowFilter.properties.number_format"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/properties"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/properties"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/properties"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/properties"
type: array
"206":
description: Partial Content
tags:
- properties
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/properties"
responses:
"201":
description: Created
tags:
- properties
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.properties.id"
- $ref: "#/components/parameters/rowFilter.properties.created_at"
- $ref: "#/components/parameters/rowFilter.properties.name"
- $ref: "#/components/parameters/rowFilter.properties.type"
- $ref: "#/components/parameters/rowFilter.properties.updated_at"
- $ref: "#/components/parameters/rowFilter.properties.is_visible"
- $ref: "#/components/parameters/rowFilter.properties.order"
- $ref: "#/components/parameters/rowFilter.properties.budget_id"
- $ref: "#/components/parameters/rowFilter.properties.columns"
- $ref: "#/components/parameters/rowFilter.properties.is_immutable"
- $ref: "#/components/parameters/rowFilter.properties.options"
- $ref: "#/components/parameters/rowFilter.properties.table_id"
- $ref: "#/components/parameters/rowFilter.properties.currency"
- $ref: "#/components/parameters/rowFilter.properties.number_format"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- properties
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.properties.id"
- $ref: "#/components/parameters/rowFilter.properties.created_at"
- $ref: "#/components/parameters/rowFilter.properties.name"
- $ref: "#/components/parameters/rowFilter.properties.type"
- $ref: "#/components/parameters/rowFilter.properties.updated_at"
- $ref: "#/components/parameters/rowFilter.properties.is_visible"
- $ref: "#/components/parameters/rowFilter.properties.order"
- $ref: "#/components/parameters/rowFilter.properties.budget_id"
- $ref: "#/components/parameters/rowFilter.properties.columns"
- $ref: "#/components/parameters/rowFilter.properties.is_immutable"
- $ref: "#/components/parameters/rowFilter.properties.options"
- $ref: "#/components/parameters/rowFilter.properties.table_id"
- $ref: "#/components/parameters/rowFilter.properties.currency"
- $ref: "#/components/parameters/rowFilter.properties.number_format"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/properties"
responses:
"204":
description: No Content
tags:
- properties
/eventspaces_pages:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.id"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.created_at"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.updated_at"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.created_by"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.updated_by"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.eventspace_id"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.organization_id"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.content"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.title"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/eventspaces_pages"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/eventspaces_pages"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/eventspaces_pages"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/eventspaces_pages"
type: array
"206":
description: Partial Content
tags:
- eventspaces_pages
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/eventspaces_pages"
responses:
"201":
description: Created
tags:
- eventspaces_pages
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.id"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.created_at"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.updated_at"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.created_by"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.updated_by"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.eventspace_id"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.organization_id"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.content"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.title"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- eventspaces_pages
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.id"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.created_at"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.updated_at"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.created_by"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.updated_by"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.eventspace_id"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.organization_id"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.content"
- $ref: "#/components/parameters/rowFilter.eventspaces_pages.title"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/eventspaces_pages"
responses:
"204":
description: No Content
tags:
- eventspaces_pages
/tables:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.tables.id"
- $ref: "#/components/parameters/rowFilter.tables.created_at"
- $ref: "#/components/parameters/rowFilter.tables.title"
- $ref: "#/components/parameters/rowFilter.tables.organization_id"
- $ref: "#/components/parameters/rowFilter.tables.color"
- $ref: "#/components/parameters/rowFilter.tables.eventspace_id"
- $ref: "#/components/parameters/rowFilter.tables.icon"
- $ref: "#/components/parameters/rowFilter.tables.archived_at"
- $ref: "#/components/parameters/rowFilter.tables.archived_by"
- $ref: "#/components/parameters/rowFilter.tables.created_by"
- $ref: "#/components/parameters/rowFilter.tables.due_date"
- $ref: "#/components/parameters/rowFilter.tables.is_archived"
- $ref: "#/components/parameters/rowFilter.tables.selected_view_id"
- $ref: "#/components/parameters/rowFilter.tables.start_date"
- $ref: "#/components/parameters/rowFilter.tables.status_property_id"
- $ref: "#/components/parameters/rowFilter.tables.tool_type"
- $ref: "#/components/parameters/rowFilter.tables.updated_at"
- $ref: "#/components/parameters/rowFilter.tables.updated_by"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/tables"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/tables"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/tables"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/tables"
type: array
"206":
description: Partial Content
tags:
- tables
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/tables"
responses:
"201":
description: Created
tags:
- tables
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.tables.id"
- $ref: "#/components/parameters/rowFilter.tables.created_at"
- $ref: "#/components/parameters/rowFilter.tables.title"
- $ref: "#/components/parameters/rowFilter.tables.organization_id"
- $ref: "#/components/parameters/rowFilter.tables.color"
- $ref: "#/components/parameters/rowFilter.tables.eventspace_id"
- $ref: "#/components/parameters/rowFilter.tables.icon"
- $ref: "#/components/parameters/rowFilter.tables.archived_at"
- $ref: "#/components/parameters/rowFilter.tables.archived_by"
- $ref: "#/components/parameters/rowFilter.tables.created_by"
- $ref: "#/components/parameters/rowFilter.tables.due_date"
- $ref: "#/components/parameters/rowFilter.tables.is_archived"
- $ref: "#/components/parameters/rowFilter.tables.selected_view_id"
- $ref: "#/components/parameters/rowFilter.tables.start_date"
- $ref: "#/components/parameters/rowFilter.tables.status_property_id"
- $ref: "#/components/parameters/rowFilter.tables.tool_type"
- $ref: "#/components/parameters/rowFilter.tables.updated_at"
- $ref: "#/components/parameters/rowFilter.tables.updated_by"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- tables
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.tables.id"
- $ref: "#/components/parameters/rowFilter.tables.created_at"
- $ref: "#/components/parameters/rowFilter.tables.title"
- $ref: "#/components/parameters/rowFilter.tables.organization_id"
- $ref: "#/components/parameters/rowFilter.tables.color"
- $ref: "#/components/parameters/rowFilter.tables.eventspace_id"
- $ref: "#/components/parameters/rowFilter.tables.icon"
- $ref: "#/components/parameters/rowFilter.tables.archived_at"
- $ref: "#/components/parameters/rowFilter.tables.archived_by"
- $ref: "#/components/parameters/rowFilter.tables.created_by"
- $ref: "#/components/parameters/rowFilter.tables.due_date"
- $ref: "#/components/parameters/rowFilter.tables.is_archived"
- $ref: "#/components/parameters/rowFilter.tables.selected_view_id"
- $ref: "#/components/parameters/rowFilter.tables.start_date"
- $ref: "#/components/parameters/rowFilter.tables.status_property_id"
- $ref: "#/components/parameters/rowFilter.tables.tool_type"
- $ref: "#/components/parameters/rowFilter.tables.updated_at"
- $ref: "#/components/parameters/rowFilter.tables.updated_by"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/tables"
responses:
"204":
description: No Content
tags:
- tables
/stripe_subscriptions:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.id"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.customer"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.currency"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.current_period_st\
art"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.current_period_en\
d"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.attrs"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/stripe_subscriptions"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/stripe_subscriptions"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/stripe_subscriptions"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/stripe_subscriptions"
type: array
"206":
description: Partial Content
tags:
- stripe_subscriptions
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/stripe_subscriptions"
responses:
"201":
description: Created
tags:
- stripe_subscriptions
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.id"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.customer"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.currency"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.current_period_st\
art"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.current_period_en\
d"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.attrs"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- stripe_subscriptions
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.id"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.customer"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.currency"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.current_period_st\
art"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.current_period_en\
d"
- $ref: "#/components/parameters/rowFilter.stripe_subscriptions.attrs"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/stripe_subscriptions"
responses:
"204":
description: No Content
tags:
- stripe_subscriptions
/stripe_charges:
get:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_charges.id"
- $ref: "#/components/parameters/rowFilter.stripe_charges.amount"
- $ref: "#/components/parameters/rowFilter.stripe_charges.currency"
- $ref: "#/components/parameters/rowFilter.stripe_charges.customer"
- $ref: "#/components/parameters/rowFilter.stripe_charges.description"
- $ref: "#/components/parameters/rowFilter.stripe_charges.invoice"
- $ref: "#/components/parameters/rowFilter.stripe_charges.payment_intent"
- $ref: "#/components/parameters/rowFilter.stripe_charges.status"
- $ref: "#/components/parameters/rowFilter.stripe_charges.created"
- $ref: "#/components/parameters/rowFilter.stripe_charges.attrs"
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/order"
- $ref: "#/components/parameters/range"
- $ref: "#/components/parameters/rangeUnit"
- $ref: "#/components/parameters/offset"
- $ref: "#/components/parameters/limit"
- $ref: "#/components/parameters/preferCount"
responses:
"200":
description: OK
content:
application/json:
schema:
items:
$ref: "#/components/schemas/stripe_charges"
type: array
application/vnd.pgrst.object+json;nulls=stripped:
schema:
items:
$ref: "#/components/schemas/stripe_charges"
type: array
application/vnd.pgrst.object+json:
schema:
items:
$ref: "#/components/schemas/stripe_charges"
type: array
text/csv:
schema:
items:
$ref: "#/components/schemas/stripe_charges"
type: array
"206":
description: Partial Content
tags:
- stripe_charges
post:
parameters:
- $ref: "#/components/parameters/select"
- $ref: "#/components/parameters/preferPost"
requestBody:
$ref: "#/components/requestBodies/stripe_charges"
responses:
"201":
description: Created
tags:
- stripe_charges
delete:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_charges.id"
- $ref: "#/components/parameters/rowFilter.stripe_charges.amount"
- $ref: "#/components/parameters/rowFilter.stripe_charges.currency"
- $ref: "#/components/parameters/rowFilter.stripe_charges.customer"
- $ref: "#/components/parameters/rowFilter.stripe_charges.description"
- $ref: "#/components/parameters/rowFilter.stripe_charges.invoice"
- $ref: "#/components/parameters/rowFilter.stripe_charges.payment_intent"
- $ref: "#/components/parameters/rowFilter.stripe_charges.status"
- $ref: "#/components/parameters/rowFilter.stripe_charges.created"
- $ref: "#/components/parameters/rowFilter.stripe_charges.attrs"
- $ref: "#/components/parameters/preferReturn"
responses:
"204":
description: No Content
tags:
- stripe_charges
patch:
parameters:
- $ref: "#/components/parameters/rowFilter.stripe_charges.id"
- $ref: "#/components/parameters/rowFilter.stripe_charges.amount"
- $ref: "#/components/parameters/rowFilter.stripe_charges.currency"
- $ref: "#/components/parameters/rowFilter.stripe_charges.customer"
- $ref: "#/components/parameters/rowFilter.stripe_charges.description"
- $ref: "#/components/parameters/rowFilter.stripe_charges.invoice"
- $ref: "#/components/parameters/rowFilter.stripe_charges.payment_intent"
- $ref: "#/components/parameters/rowFilter.stripe_charges.status"
- $ref: "#/components/parameters/rowFilter.stripe_charges.created"
- $ref: "#/components/parameters/rowFilter.stripe_charges.attrs"
- $ref: "#/components/parameters/preferReturn"
requestBody:
$ref: "#/components/requestBodies/stripe_charges"
responses:
"204":
description: No Content
tags:
- stripe_charges
/rpc/get_identity:
get:
parameters:
- in: query
name: keymode
required: true
schema:
type: string
format: public.key_mode[]
responses:
"200":
description: OK
tags:
- (rpc) get_identity
post:
parameters:
- $ref: "#/components/parameters/preferParams"
requestBody:
$ref: "#/components/requestBodies/Args"
responses:
"200":
description: OK
tags:
- (rpc) get_identity
/rpc/show_limit:
get:
responses:
"200":
description: OK
tags:
- (rpc) show_limit
post:
parameters:
- $ref: "#/components/parameters/preferParams"
requestBody:
$ref: "#/components/requestBodies/Args2"
responses:
"200":
description: OK
tags:
- (rpc) show_limit
/rpc/generate_token:
get:
parameters:
- in: query
name: length
required: true
schema:
type: integer
format: integer
responses:
"200":
description: OK
tags:
- (rpc) generate_token
post:
parameters:
- $ref: "#/components/parameters/preferParams"
requestBody:
content:
application/json:
schema:
properties:
length:
format: integer
type: integer
required:
- length
type: object
application/vnd.pgrst.object+json;nulls=stripped:
schema:
properties:
length:
format: integer
type: integer
required:
- length
type: object
application/vnd.pgrst.object+json:
schema:
properties:
length:
format: integer
type: integer
required:
- length
type: object
text/csv:
schema:
properties:
length:
format: integer
type: integer
required:
- length
type: object
required: true
responses:
"200":
description: OK
tags:
- (rpc) generate_token
/rpc/slugify:
get:
parameters:
- in: query
name: value
required: true
schema:
type: string
format: text
responses:
"200":
description: OK
tags:
- (rpc) slugify
post:
parameters:
- $ref: "#/components/parameters/preferParams"
requestBody:
content:
application/json:
schema:
properties:
value:
format: text
type: string
required:
- value
type: object
application/vnd.pgrst.object+json;nulls=stripped:
schema:
properties:
value:
format: text
type: string
required:
- value
type: object
application/vnd.pgrst.object+json:
schema:
properties:
value:
format: text
type: string
required:
- value
type: object
text/csv:
schema:
properties:
value:
format: text
type: string
required:
- value
type: object
required: true
responses:
"200":
description: OK
tags:
- (rpc) slugify
/rpc/get_apikey:
get:
responses:
"200":
description: OK
tags:
- (rpc) get_apikey
post:
parameters:
- $ref: "#/components/parameters/preferParams"
requestBody:
$ref: "#/components/requestBodies/Args2"
responses:
"200":
description: OK
tags:
- (rpc) get_apikey
/rpc/is_allowed_apikey:
get:
parameters:
- in: query
name: apikey
required: true
schema:
type: string
format: text
- in: query
name: keymode
required: true
schema:
type: string
format: public.key_mode[]
responses:
"200":
description: OK
tags:
- (rpc) is_allowed_apikey
post:
parameters:
- $ref: "#/components/parameters/preferParams"
requestBody:
content:
application/json:
schema:
properties:
apikey:
format: text
type: string
keymode:
format: public.key_mode[]
items:
type: string
type: array
required:
- apikey
- keymode
type: object
application/vnd.pgrst.object+json;nulls=stripped:
schema:
properties:
apikey:
format: text
type: string
keymode:
format: public.key_mode[]
items:
type: string
type: array
required:
- apikey
- keymode
type: object
application/vnd.pgrst.object+json:
schema:
properties:
apikey:
format: text
type: string
keymode:
format: public.key_mode[]
items:
type: string
type: array
required:
- apikey
- keymode
type: object
text/csv:
schema:
properties:
apikey:
format: text
type: string
keymode:
format: public.key_mode[]
items:
type: string
type: array
required:
- apikey
- keymode
type: object
required: true
responses:
"200":
description: OK
tags:
- (rpc) is_allowed_apikey
/rpc/get_identity_apikey_only:
get:
parameters:
- in: query
name: keymode
required: true
schema:
type: string
format: public.key_mode[]
responses:
"200":
description: OK
tags:
- (rpc) get_identity_apikey_only
post:
parameters:
- $ref: "#/components/parameters/preferParams"
requestBody:
$ref: "#/components/requestBodies/Args"
responses:
"200":
description: OK
tags:
- (rpc) get_identity_apikey_only
/rpc/unaccent:
get:
parameters:
- in: query
name: ""
required: true
schema:
type: string
format: text
responses:
"200":
description: OK
tags:
- (rpc) unaccent
post:
parameters:
- $ref: "#/components/parameters/preferParams"
requestBody:
$ref: "#/components/requestBodies/Args3"
responses:
"200":
description: OK
tags:
- (rpc) unaccent
/rpc/get_user_id:
get:
parameters:
- in: query
name: apikey
required: true
schema:
type: string
format: text
responses:
"200":
description: OK
tags:
- (rpc) get_user_id
post:
parameters:
- $ref: "#/components/parameters/preferParams"
requestBody:
content:
application/json:
schema:
properties:
apikey:
format: text
type: string
required:
- apikey
type: object
application/vnd.pgrst.object+json;nulls=stripped:
schema:
properties:
apikey:
format: text
type: string
required:
- apikey
type: object
application/vnd.pgrst.object+json:
schema:
properties:
apikey:
format: text
type: string
required:
- apikey
type: object
text/csv:
schema:
properties:
apikey:
format: text
type: string
required:
- apikey
type: object
required: true
responses:
"200":
description: OK
tags:
- (rpc) get_user_id
/rpc/has_role_on_organization:
get:
parameters:
- in: query
name: organization_id
required: true
schema:
type: string
format: uuid
- in: query
name: organization_role
required: false
schema:
type: string
format: public.organization_role
responses:
"200":
description: OK
tags:
- (rpc) has_role_on_organization
post:
parameters:
- $ref: "#/components/parameters/preferParams"
requestBody:
content:
application/json:
schema:
properties:
organization_id:
format: uuid
type: string
organization_role:
format: public.organization_role
type: string
required:
- organization_id
type: object
application/vnd.pgrst.object+json;nulls=stripped:
schema:
properties:
organization_id:
format: uuid
type: string
organization_role:
format: public.organization_role
type: string
required:
- organization_id
type: object
application/vnd.pgrst.object+json:
schema:
properties:
organization_id:
format: uuid
type: string
organization_role:
format: public.organization_role
type: string
required:
- organization_id
type: object
text/csv:
schema:
properties:
organization_id:
format: uuid
type: string
organization_role:
format: public.organization_role
type: string
required:
- organization_id
type: object
required: true
responses:
"200":
description: OK
tags:
- (rpc) has_role_on_organization
/rpc/show_trgm:
get:
parameters:
- in: query
name: ""
required: true
schema:
type: string
format: text
responses:
"200":
description: OK
tags:
- (rpc) show_trgm
post:
parameters:
- $ref: "#/components/parameters/preferParams"
requestBody:
$ref: "#/components/requestBodies/Args3"
responses:
"200":
description: OK
tags:
- (rpc) show_trgm
externalDocs:
description: PostgREST Documentation
url: https://postgrest.org/en/v12.0/api.html
servers:
- url: https://vnaabuozknwgxuvnfwjo.supabase.co:443
components:
parameters:
preferParams:
name: Prefer
description: Preference
required: false
in: header
schema:
type: string
enum:
- params=single-object
preferReturn:
name: Prefer
description: Preference
required: false
in: header
schema:
type: string
enum:
- return=representation
- return=minimal
- return=none
preferCount:
name: Prefer
description: Preference
required: false
in: header
schema:
type: string
enum:
- count=none
preferPost:
name: Prefer
description: Preference
required: false
in: header
schema:
type: string
enum:
- return=representation
- return=minimal
- return=none
- resolution=ignore-duplicates
- resolution=merge-duplicates
select:
name: select
description: Filtering Columns
required: false
in: query
schema:
type: string
on_conflict:
name: on_conflict
description: On Conflict
required: false
in: query
schema:
type: string
order:
name: order
description: Ordering
required: false
in: query
schema:
type: string
range:
name: Range
description: Limiting and Pagination
required: false
in: header
schema:
type: string
rangeUnit:
name: Range-Unit
description: Limiting and Pagination
required: false
in: header
schema:
type: string
default: items
offset:
name: offset
description: Limiting and Pagination
required: false
in: query
schema:
type: string
limit:
name: limit
description: Limiting and Pagination
required: false
in: query
schema:
type: string
rowFilter.budgets.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.budgets.unit_amount:
name: unit_amount
required: false
in: query
schema:
type: string
format: bigint
rowFilter.budgets.currency:
name: currency
required: false
in: query
schema:
type: string
format: text
rowFilter.budgets.timezone:
name: timezone
required: false
in: query
schema:
type: string
format: text
rowFilter.budgets.table_id:
name: table_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.user_ticket.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.user_ticket.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.user_ticket.ticket_id:
name: ticket_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.user_ticket.order_id:
name: order_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.user_ticket.user_id:
name: user_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.user_ticket.name:
name: name
required: false
in: query
schema:
type: string
format: text
rowFilter.user_ticket.description:
name: description
required: false
in: query
schema:
type: string
format: text
rowFilter.user_ticket.event_id:
name: event_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.user_ticket.event_name:
name: event_name
required: false
in: query
schema:
type: string
format: text
rowFilter.user_ticket.secret:
name: secret
required: false
in: query
schema:
type: string
format: uuid
rowFilter.user_ticket.used:
name: used
required: false
in: query
schema:
type: string
format: boolean
rowFilter.user_ticket.updated_at:
name: updated_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.user_ticket.approval_status:
name: approval_status
required: false
in: query
schema:
type: string
format: public.user_ticket_approval_status_enum
rowFilter.user_ticket.notes:
name: notes
required: false
in: query
schema:
type: string
format: text
rowFilter.profile.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.profile.first_name:
name: first_name
required: false
in: query
schema:
type: string
format: text
rowFilter.profile.last_name:
name: last_name
required: false
in: query
schema:
type: string
format: text
rowFilter.profile.avatar_url:
name: avatar_url
required: false
in: query
schema:
type: string
format: text
rowFilter.profile.email:
name: email
required: false
in: query
schema:
type: string
format: text
rowFilter.profile.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.profile.full_name:
name: full_name
required: false
in: query
schema:
type: string
format: text
rowFilter.profile.updated_at:
name: updated_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.profile.billing_address:
name: billing_address
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.profile.payment_method:
name: payment_method
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.profile.timezone:
name: timezone
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_payment_intents.id:
name: id
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_payment_intents.customer:
name: customer
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_payment_intents.amount:
name: amount
required: false
in: query
schema:
type: string
format: bigint
rowFilter.stripe_payment_intents.currency:
name: currency
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_payment_intents.payment_method:
name: payment_method
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_payment_intents.created:
name: created
required: false
in: query
schema:
type: string
format: timestamp without time zone
rowFilter.stripe_payment_intents.attrs:
name: attrs
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.property_columns.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.property_columns.column_id:
name: column_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.property_columns.property_id:
name: property_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.organization_member.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.organization_member.user_id:
name: user_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.organization_member.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.organization_member.email:
name: email
required: false
in: query
schema:
type: string
format: text
rowFilter.organization_member.organization_role:
name: organization_role
required: false
in: query
schema:
type: string
format: public.organization_role
rowFilter.products.id:
name: id
required: false
in: query
schema:
type: string
format: text
rowFilter.products.active:
name: active
required: false
in: query
schema:
type: string
format: boolean
rowFilter.products.name:
name: name
required: false
in: query
schema:
type: string
format: text
rowFilter.products.description:
name: description
required: false
in: query
schema:
type: string
format: text
rowFilter.products.image:
name: image
required: false
in: query
schema:
type: string
format: text
rowFilter.products.metadata:
name: metadata
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.organization_invitation.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.organization_invitation.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.organization_invitation.token:
name: token
required: false
in: query
schema:
type: string
format: text
rowFilter.organization_invitation.invited_by_user_id:
name: invited_by_user_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.organization_invitation.organization_name:
name: organization_name
required: false
in: query
schema:
type: string
format: text
rowFilter.organization_invitation.updated_at:
name: updated_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.organization_invitation.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.organization_invitation.invitation_type:
name: invitation_type
required: false
in: query
schema:
type: string
format: public.invitation_type
rowFilter.organization_invitation.email:
name: email
required: false
in: query
schema:
type: string
format: text
rowFilter.organization_invitation.message:
name: message
required: false
in: query
schema:
type: string
format: text
rowFilter.organization_invitation.organization_role:
name: organization_role
required: false
in: query
schema:
type: string
format: public.organization_role
rowFilter.tax_registration.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.tax_registration.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.tax_registration.country:
name: country
required: false
in: query
schema:
type: string
format: text
rowFilter.tax_registration.country_options:
name: country_options
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.tax_registration.expires_at:
name: expires_at
required: false
in: query
schema:
type: string
format: integer
rowFilter.tax_registration.status:
name: status
required: false
in: query
schema:
type: string
format: text
rowFilter.tax_registration.state:
name: state
required: false
in: query
schema:
type: string
format: text
rowFilter.tax_registration.stripe_tax_registration_id:
name: stripe_tax_registration_id
required: false
in: query
schema:
type: string
format: text
rowFilter.tax_registration.user_id:
name: user_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.tax_registration.account_id:
name: account_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.tax_registration.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.stripe_balance_transactions.id:
name: id
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_balance_transactions.amount:
name: amount
required: false
in: query
schema:
type: string
format: bigint
rowFilter.stripe_balance_transactions.currency:
name: currency
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_balance_transactions.description:
name: description
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_balance_transactions.fee:
name: fee
required: false
in: query
schema:
type: string
format: bigint
rowFilter.stripe_balance_transactions.net:
name: net
required: false
in: query
schema:
type: string
format: bigint
rowFilter.stripe_balance_transactions.status:
name: status
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_balance_transactions.type:
name: type
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_balance_transactions.created:
name: created
required: false
in: query
schema:
type: string
format: timestamp without time zone
rowFilter.stripe_balance_transactions.attrs:
name: attrs
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.stripe_invoices.id:
name: id
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_invoices.customer:
name: customer
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_invoices.subscription:
name: subscription
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_invoices.status:
name: status
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_invoices.total:
name: total
required: false
in: query
schema:
type: string
format: bigint
rowFilter.stripe_invoices.currency:
name: currency
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_invoices.period_start:
name: period_start
required: false
in: query
schema:
type: string
format: timestamp without time zone
rowFilter.stripe_invoices.period_end:
name: period_end
required: false
in: query
schema:
type: string
format: timestamp without time zone
rowFilter.stripe_invoices.attrs:
name: attrs
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.stripe_customers.id:
name: id
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_customers.email:
name: email
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_customers.name:
name: name
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_customers.description:
name: description
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_customers.created:
name: created
required: false
in: query
schema:
type: string
format: timestamp without time zone
rowFilter.stripe_customers.attrs:
name: attrs
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.views.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.views.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.views.order:
name: order
required: false
in: query
schema:
type: string
format: integer
rowFilter.views.title:
name: title
required: false
in: query
schema:
type: string
format: text
rowFilter.views.type:
name: type
required: false
in: query
schema:
type: string
format: public.view_type_enum
rowFilter.views.table_id:
name: table_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.views.required:
name: required
required: false
in: query
schema:
type: string
format: boolean
rowFilter.views.group_by_property_id:
name: group_by_property_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.links.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.links.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.links.created_by:
name: created_by
required: false
in: query
schema:
type: string
format: uuid
rowFilter.links.title:
name: title
required: false
in: query
schema:
type: string
format: text
rowFilter.links.url:
name: url
required: false
in: query
schema:
type: string
format: text
rowFilter.links.order:
name: order
required: false
in: query
schema:
type: string
format: integer
rowFilter.links.eventspace_id:
name: eventspace_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.prices.id:
name: id
required: false
in: query
schema:
type: string
format: text
rowFilter.prices.product_id:
name: product_id
required: false
in: query
schema:
type: string
format: text
rowFilter.prices.active:
name: active
required: false
in: query
schema:
type: string
format: boolean
rowFilter.prices.description:
name: description
required: false
in: query
schema:
type: string
format: text
rowFilter.prices.unit_amount:
name: unit_amount
required: false
in: query
schema:
type: string
format: bigint
rowFilter.prices.currency:
name: currency
required: false
in: query
schema:
type: string
format: text
rowFilter.prices.type:
name: type
required: false
in: query
schema:
type: string
format: public.pricing_type
rowFilter.prices.interval:
name: interval
required: false
in: query
schema:
type: string
format: public.pricing_plan_interval
rowFilter.prices.interval_count:
name: interval_count
required: false
in: query
schema:
type: string
format: integer
rowFilter.prices.trial_period_days:
name: trial_period_days
required: false
in: query
schema:
type: string
format: integer
rowFilter.prices.metadata:
name: metadata
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.eventspaces.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.eventspaces.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.eventspaces.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.eventspaces.created_by:
name: created_by
required: false
in: query
schema:
type: string
format: uuid
rowFilter.eventspaces.objective:
name: objective
required: false
in: query
schema:
type: string
format: text
rowFilter.eventspaces.updated_at:
name: updated_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.eventspaces.updated_by:
name: updated_by
required: false
in: query
schema:
type: string
format: uuid
rowFilter.eventspaces.icon:
name: icon
required: false
in: query
schema:
type: string
format: text
rowFilter.eventspaces.tags:
name: tags
required: false
in: query
schema:
type: string
format: jsonb[]
rowFilter.eventspaces.name:
name: name
required: false
in: query
schema:
type: string
format: text
rowFilter.eventspaces.color:
name: color
required: false
in: query
schema:
type: string
format: text
rowFilter.eventspaces.assignees:
name: assignees
required: false
in: query
schema:
type: string
format: uuid[]
rowFilter.rules.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.rules.product_id:
name: product_id
required: false
in: query
schema:
type: string
format: text
rowFilter.rules.members_allowed:
name: members_allowed
required: false
in: query
schema:
type: string
format: smallint
rowFilter.rules.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.rows.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.rows.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.rows.content:
name: content
required: false
in: query
schema:
type: string
format: text
rowFilter.rows.column_id:
name: column_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.rows.table_id:
name: table_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.rows.order:
name: order
required: false
in: query
schema:
type: string
format: smallint
rowFilter.rows.due_date:
name: due_date
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.rows.priority:
name: priority
required: false
in: query
schema:
type: string
format: text
rowFilter.rows.exp_cost:
name: exp_cost
required: false
in: query
schema:
type: string
format: bigint
rowFilter.rows.act_cost:
name: act_cost
required: false
in: query
schema:
type: string
format: bigint
rowFilter.rows.payment_status:
name: payment_status
required: false
in: query
schema:
type: string
format: text
rowFilter.rows.category:
name: category
required: false
in: query
schema:
type: string
format: text
rowFilter.rows.assignee_id:
name: assignee_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.rows.description:
name: description
required: false
in: query
schema:
type: string
format: text
rowFilter.rows.budget_id:
name: budget_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.rows.assignees:
name: assignees
required: false
in: query
schema:
type: string
format: uuid[]
rowFilter.rows.properties:
name: properties
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.stripe_products.id:
name: id
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_products.name:
name: name
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_products.active:
name: active
required: false
in: query
schema:
type: string
format: boolean
rowFilter.stripe_products.default_price:
name: default_price
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_products.description:
name: description
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_products.created:
name: created
required: false
in: query
schema:
type: string
format: timestamp without time zone
rowFilter.stripe_products.updated:
name: updated
required: false
in: query
schema:
type: string
format: timestamp without time zone
rowFilter.stripe_products.attrs:
name: attrs
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.event.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.event.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.event.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.event.name:
name: name
required: false
in: query
schema:
type: string
format: text
rowFilter.event.description:
name: description
required: false
in: query
schema:
type: string
format: text
rowFilter.event.visibility:
name: visibility
required: false
in: query
schema:
type: string
format: text
rowFilter.event.cover_url:
name: cover_url
required: false
in: query
schema:
type: string
format: text
rowFilter.event.start_at:
name: start_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.event.end_at:
name: end_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.event.timezone:
name: timezone
required: false
in: query
schema:
type: string
format: text
rowFilter.event.virtual_info:
name: virtual_info
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.event.location_type:
name: location_type
required: false
in: query
schema:
type: string
format: text
rowFilter.event.geo_longitude:
name: geo_longitude
required: false
in: query
schema:
type: string
format: numeric
rowFilter.event.geo_latitude:
name: geo_latitude
required: false
in: query
schema:
type: string
format: numeric
rowFilter.event.geo_address_metadata:
name: geo_address_metadata
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.event.geo_address_visible:
name: geo_address_visible
required: false
in: query
schema:
type: string
format: boolean
rowFilter.event.ticket_currency:
name: ticket_currency
required: false
in: query
schema:
type: string
format: text
rowFilter.event.max_capacity:
name: max_capacity
required: false
in: query
schema:
type: string
format: numeric
rowFilter.event.spots_remaining:
name: spots_remaining
required: false
in: query
schema:
type: string
format: numeric
rowFilter.event.is_capped:
name: is_capped
required: false
in: query
schema:
type: string
format: boolean
rowFilter.event.require_approval:
name: require_approval
required: false
in: query
schema:
type: string
format: boolean
rowFilter.event.hide_rsvp:
name: hide_rsvp
required: false
in: query
schema:
type: string
format: boolean
rowFilter.event.show_guest_list:
name: show_guest_list
required: false
in: query
schema:
type: string
format: boolean
rowFilter.event.allow_price_range:
name: allow_price_range
required: false
in: query
schema:
type: string
format: boolean
rowFilter.event.creator_email_is_verified:
name: creator_email_is_verified
required: false
in: query
schema:
type: string
format: boolean
rowFilter.event.enable_tipping:
name: enable_tipping
required: false
in: query
schema:
type: string
format: boolean
rowFilter.event.waitlist_enabled:
name: waitlist_enabled
required: false
in: query
schema:
type: string
format: boolean
rowFilter.event.geo_address_info:
name: geo_address_info
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.event.slug:
name: slug
required: false
in: query
schema:
type: string
format: text
rowFilter.event.eventspace_id:
name: eventspace_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.followers.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.followers.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.followers.user_id:
name: user_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.followers.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.questions.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.questions.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.questions.event_id:
name: event_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.questions.content:
name: content
required: false
in: query
schema:
type: string
format: text
rowFilter.questions.required:
name: required
required: false
in: query
schema:
type: string
format: boolean
rowFilter.questions.type:
name: type
required: false
in: query
schema:
type: string
format: public.question_type_enum
rowFilter.notification.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.notification.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.notification.user_id:
name: user_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.notification.read_at:
name: read_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.notification.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.notification.status:
name: status
required: false
in: query
schema:
type: string
format: text
rowFilter.notification.type:
name: type
required: false
in: query
schema:
type: string
format: text
rowFilter.notification.expires_at:
name: expires_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.notification.message:
name: message
required: false
in: query
schema:
type: string
format: text
rowFilter.order.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.order.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.order.payment_status:
name: payment_status
required: false
in: query
schema:
type: string
format: public.order_payment_status_enum
rowFilter.order.status:
name: status
required: false
in: query
schema:
type: string
format: public.order_status_enum
rowFilter.order.checkout_session_status:
name: checkout_session_status
required: false
in: query
schema:
type: string
format: public.order_checkout_session_status
rowFilter.order.refunded:
name: refunded
required: false
in: query
schema:
type: string
format: boolean
rowFilter.order.disputed:
name: disputed
required: false
in: query
schema:
type: string
format: boolean
rowFilter.order.user_id:
name: user_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.order.line_items:
name: line_items
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.order.amount_total:
name: amount_total
required: false
in: query
schema:
type: string
format: bigint
rowFilter.order.stripe_checkout_session_id:
name: stripe_checkout_session_id
required: false
in: query
schema:
type: string
format: text
rowFilter.order.stripe_payment_intent_id:
name: stripe_payment_intent_id
required: false
in: query
schema:
type: string
format: text
rowFilter.order.stripe_charge_id:
name: stripe_charge_id
required: false
in: query
schema:
type: string
format: text
rowFilter.order.event_id:
name: event_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.order.event_name:
name: event_name
required: false
in: query
schema:
type: string
format: text
rowFilter.order.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.order.stripe_account_id:
name: stripe_account_id
required: false
in: query
schema:
type: string
format: text
rowFilter.order.answers:
name: answers
required: false
in: query
schema:
type: string
format: jsonb[]
rowFilter.apikeys.id:
name: id
required: false
in: query
schema:
type: string
format: bigint
rowFilter.apikeys.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.apikeys.user_id:
name: user_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.apikeys.key:
name: key
required: false
in: query
schema:
type: string
format: uuid
rowFilter.apikeys.mode:
name: mode
required: false
in: query
schema:
type: string
format: public.key_mode
rowFilter.apikeys.updated_at:
name: updated_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.apikeys.name:
name: name
required: false
in: query
schema:
type: string
format: character varying
rowFilter.account.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.account.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.account.stripe_account_id:
name: stripe_account_id
required: false
in: query
schema:
type: string
format: text
rowFilter.account.capabilities:
name: capabilities
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.account.details_submitted:
name: details_submitted
required: false
in: query
schema:
type: string
format: boolean
rowFilter.account.email:
name: email
required: false
in: query
schema:
type: string
format: text
rowFilter.account.payouts_enabled:
name: payouts_enabled
required: false
in: query
schema:
type: string
format: boolean
rowFilter.account.type:
name: type
required: false
in: query
schema:
type: string
format: public.account_type_enum
rowFilter.account.charges_enabled:
name: charges_enabled
required: false
in: query
schema:
type: string
format: boolean
rowFilter.account.requirements:
name: requirements
required: false
in: query
schema:
type: string
format: text[]
rowFilter.account.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.event_member.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.event_member.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.event_member.user_id:
name: user_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.event_member.role:
name: role
required: false
in: query
schema:
type: string
format: public.organization_role
rowFilter.event_member.event_id:
name: event_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.event_member.email:
name: email
required: false
in: query
schema:
type: string
format: text
rowFilter.subscriptions.id:
name: id
required: false
in: query
schema:
type: string
format: text
rowFilter.subscriptions.user_id:
name: user_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.subscriptions.status:
name: status
required: false
in: query
schema:
type: string
format: public.subscription_status
rowFilter.subscriptions.metadata:
name: metadata
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.subscriptions.price_id:
name: price_id
required: false
in: query
schema:
type: string
format: text
rowFilter.subscriptions.quantity:
name: quantity
required: false
in: query
schema:
type: string
format: integer
rowFilter.subscriptions.cancel_at_period_end:
name: cancel_at_period_end
required: false
in: query
schema:
type: string
format: boolean
rowFilter.subscriptions.created:
name: created
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.subscriptions.current_period_start:
name: current_period_start
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.subscriptions.current_period_end:
name: current_period_end
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.subscriptions.ended_at:
name: ended_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.subscriptions.cancel_at:
name: cancel_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.subscriptions.canceled_at:
name: canceled_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.subscriptions.trial_start:
name: trial_start
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.subscriptions.trial_end:
name: trial_end
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.subscriptions.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.eventspaces_member.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.eventspaces_member.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.columns.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.columns.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.columns.title:
name: title
required: false
in: query
schema:
type: string
format: text
rowFilter.columns.order:
name: order
required: false
in: query
schema:
type: string
format: smallint
rowFilter.columns.table_id:
name: table_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.columns.unit_amount:
name: unit_amount
required: false
in: query
schema:
type: string
format: bigint
rowFilter.columns.expires_at:
name: expires_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.columns.type:
name: type
required: false
in: query
schema:
type: string
format: text
rowFilter.columns.is_budget:
name: is_budget
required: false
in: query
schema:
type: string
format: boolean
rowFilter.columns.event_id:
name: event_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.columns.color:
name: color
required: false
in: query
schema:
type: string
format: text
rowFilter.columns.lucide_icon:
name: lucide_icon
required: false
in: query
schema:
type: string
format: text
rowFilter.columns.property_id:
name: property_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.ticket.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.ticket.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.ticket.event_id:
name: event_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.ticket.name:
name: name
required: false
in: query
schema:
type: string
format: text
rowFilter.ticket.description:
name: description
required: false
in: query
schema:
type: string
format: text
rowFilter.ticket.price:
name: price
required: false
in: query
schema:
type: string
format: bigint
rowFilter.ticket.require_approval:
name: require_approval
required: false
in: query
schema:
type: string
format: boolean
rowFilter.ticket.start_at:
name: start_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.ticket.end_at:
name: end_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.ticket.capacity:
name: capacity
required: false
in: query
schema:
type: string
format: bigint
rowFilter.ticket.remaining_capacity:
name: remaining_capacity
required: false
in: query
schema:
type: string
format: bigint
rowFilter.ticket.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.ticket.stripe_product_id:
name: stripe_product_id
required: false
in: query
schema:
type: string
format: text
rowFilter.ticket.stripe_price_id:
name: stripe_price_id
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_balances.balance_type:
name: balance_type
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_balances.amount:
name: amount
required: false
in: query
schema:
type: string
format: bigint
rowFilter.stripe_balances.currency:
name: currency
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_balances.attrs:
name: attrs
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.ticket_questions.ticket_id:
name: ticket_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.ticket_questions.question_id:
name: question_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.ticket_questions.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.stripe_accounts.id:
name: id
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_accounts.business_type:
name: business_type
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_accounts.country:
name: country
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_accounts.email:
name: email
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_accounts.type:
name: type
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_accounts.created:
name: created
required: false
in: query
schema:
type: string
format: timestamp without time zone
rowFilter.stripe_accounts.attrs:
name: attrs
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.customers.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.customers.stripe_customer_id:
name: stripe_customer_id
required: false
in: query
schema:
type: string
format: text
rowFilter.likes.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.likes.event_id:
name: event_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.likes.user_id:
name: user_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.organization.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.organization.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.organization.name:
name: name
required: false
in: query
schema:
type: string
format: text
rowFilter.organization.slug:
name: slug
required: false
in: query
schema:
type: string
format: text
rowFilter.organization.created_by:
name: created_by
required: false
in: query
schema:
type: string
format: uuid
rowFilter.organization.owner_id:
name: owner_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.organization.bio:
name: bio
required: false
in: query
schema:
type: string
format: text
rowFilter.organization.display_name:
name: display_name
required: false
in: query
schema:
type: string
format: text
rowFilter.organization.display_email:
name: display_email
required: false
in: query
schema:
type: string
format: text
rowFilter.organization.urls:
name: urls
required: false
in: query
schema:
type: string
format: jsonb[]
rowFilter.organization.avatar_url:
name: avatar_url
required: false
in: query
schema:
type: string
format: text
rowFilter.organization.updated_by:
name: updated_by
required: false
in: query
schema:
type: string
format: uuid
rowFilter.organization.updated_at:
name: updated_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.organization.tags:
name: tags
required: false
in: query
schema:
type: string
format: jsonb[]
rowFilter.properties.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.properties.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.properties.name:
name: name
required: false
in: query
schema:
type: string
format: text
rowFilter.properties.type:
name: type
required: false
in: query
schema:
type: string
format: public.property_type_enum
rowFilter.properties.updated_at:
name: updated_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.properties.is_visible:
name: is_visible
required: false
in: query
schema:
type: string
format: boolean
rowFilter.properties.order:
name: order
required: false
in: query
schema:
type: string
format: bigint
rowFilter.properties.budget_id:
name: budget_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.properties.columns:
name: columns
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.properties.is_immutable:
name: is_immutable
required: false
in: query
schema:
type: string
format: boolean
rowFilter.properties.options:
name: options
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.properties.table_id:
name: table_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.properties.currency:
name: currency
required: false
in: query
schema:
type: string
format: text
rowFilter.properties.number_format:
name: number_format
required: false
in: query
schema:
type: string
format: public.number_format_enum
rowFilter.eventspaces_pages.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.eventspaces_pages.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.eventspaces_pages.updated_at:
name: updated_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.eventspaces_pages.created_by:
name: created_by
required: false
in: query
schema:
type: string
format: uuid
rowFilter.eventspaces_pages.updated_by:
name: updated_by
required: false
in: query
schema:
type: string
format: uuid
rowFilter.eventspaces_pages.eventspace_id:
name: eventspace_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.eventspaces_pages.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.eventspaces_pages.content:
name: content
required: false
in: query
schema:
type: string
format: text
rowFilter.eventspaces_pages.title:
name: title
required: false
in: query
schema:
type: string
format: text
rowFilter.tables.id:
name: id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.tables.created_at:
name: created_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.tables.title:
name: title
required: false
in: query
schema:
type: string
format: text
rowFilter.tables.organization_id:
name: organization_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.tables.color:
name: color
required: false
in: query
schema:
type: string
format: text
rowFilter.tables.eventspace_id:
name: eventspace_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.tables.icon:
name: icon
required: false
in: query
schema:
type: string
format: text
rowFilter.tables.archived_at:
name: archived_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.tables.archived_by:
name: archived_by
required: false
in: query
schema:
type: string
format: uuid
rowFilter.tables.created_by:
name: created_by
required: false
in: query
schema:
type: string
format: uuid
rowFilter.tables.due_date:
name: due_date
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.tables.is_archived:
name: is_archived
required: false
in: query
schema:
type: string
format: boolean
rowFilter.tables.selected_view_id:
name: selected_view_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.tables.start_date:
name: start_date
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.tables.status_property_id:
name: status_property_id
required: false
in: query
schema:
type: string
format: uuid
rowFilter.tables.tool_type:
name: tool_type
required: false
in: query
schema:
type: string
format: public.tool_type_enum
rowFilter.tables.updated_at:
name: updated_at
required: false
in: query
schema:
type: string
format: timestamp with time zone
rowFilter.tables.updated_by:
name: updated_by
required: false
in: query
schema:
type: string
format: uuid
rowFilter.stripe_subscriptions.id:
name: id
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_subscriptions.customer:
name: customer
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_subscriptions.currency:
name: currency
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_subscriptions.current_period_start:
name: current_period_start
required: false
in: query
schema:
type: string
format: timestamp without time zone
rowFilter.stripe_subscriptions.current_period_end:
name: current_period_end
required: false
in: query
schema:
type: string
format: timestamp without time zone
rowFilter.stripe_subscriptions.attrs:
name: attrs
required: false
in: query
schema:
type: string
format: jsonb
rowFilter.stripe_charges.id:
name: id
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_charges.amount:
name: amount
required: false
in: query
schema:
type: string
format: bigint
rowFilter.stripe_charges.currency:
name: currency
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_charges.customer:
name: customer
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_charges.description:
name: description
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_charges.invoice:
name: invoice
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_charges.payment_intent:
name: payment_intent
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_charges.status:
name: status
required: false
in: query
schema:
type: string
format: text
rowFilter.stripe_charges.created:
name: created
required: false
in: query
schema:
type: string
format: timestamp without time zone
rowFilter.stripe_charges.attrs:
name: attrs
required: false
in: query
schema:
type: string
format: jsonb
requestBodies:
stripe_payment_intents:
content:
application/json:
schema:
$ref: "#/components/schemas/stripe_payment_intents"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/stripe_payment_intents"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/stripe_payment_intents"
text/csv:
schema:
$ref: "#/components/schemas/stripe_payment_intents"
description: stripe_payment_intents
columns:
content:
application/json:
schema:
$ref: "#/components/schemas/columns"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/columns"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/columns"
text/csv:
schema:
$ref: "#/components/schemas/columns"
description: columns
stripe_customers:
content:
application/json:
schema:
$ref: "#/components/schemas/stripe_customers"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/stripe_customers"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/stripe_customers"
text/csv:
schema:
$ref: "#/components/schemas/stripe_customers"
description: stripe_customers
organization:
content:
application/json:
schema:
$ref: "#/components/schemas/organization"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/organization"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/organization"
text/csv:
schema:
$ref: "#/components/schemas/organization"
description: organization
eventspaces_pages:
content:
application/json:
schema:
$ref: "#/components/schemas/eventspaces_pages"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/eventspaces_pages"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/eventspaces_pages"
text/csv:
schema:
$ref: "#/components/schemas/eventspaces_pages"
description: eventspaces_pages
event_member:
content:
application/json:
schema:
$ref: "#/components/schemas/event_member"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/event_member"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/event_member"
text/csv:
schema:
$ref: "#/components/schemas/event_member"
description: event_member
tables:
content:
application/json:
schema:
$ref: "#/components/schemas/tables"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/tables"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/tables"
text/csv:
schema:
$ref: "#/components/schemas/tables"
description: tables
subscriptions:
content:
application/json:
schema:
$ref: "#/components/schemas/subscriptions"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/subscriptions"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/subscriptions"
text/csv:
schema:
$ref: "#/components/schemas/subscriptions"
description: subscriptions
customers:
content:
application/json:
schema:
$ref: "#/components/schemas/customers"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/customers"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/customers"
text/csv:
schema:
$ref: "#/components/schemas/customers"
description: customers
user_ticket:
content:
application/json:
schema:
$ref: "#/components/schemas/user_ticket"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/user_ticket"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/user_ticket"
text/csv:
schema:
$ref: "#/components/schemas/user_ticket"
description: user_ticket
eventspaces_member:
content:
application/json:
schema:
$ref: "#/components/schemas/eventspaces_member"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/eventspaces_member"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/eventspaces_member"
text/csv:
schema:
$ref: "#/components/schemas/eventspaces_member"
description: eventspaces_member
followers:
content:
application/json:
schema:
$ref: "#/components/schemas/followers"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/followers"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/followers"
text/csv:
schema:
$ref: "#/components/schemas/followers"
description: followers
profile:
content:
application/json:
schema:
$ref: "#/components/schemas/profile"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/profile"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/profile"
text/csv:
schema:
$ref: "#/components/schemas/profile"
description: profile
stripe_balances:
content:
application/json:
schema:
$ref: "#/components/schemas/stripe_balances"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/stripe_balances"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/stripe_balances"
text/csv:
schema:
$ref: "#/components/schemas/stripe_balances"
description: stripe_balances
views:
content:
application/json:
schema:
$ref: "#/components/schemas/views"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/views"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/views"
text/csv:
schema:
$ref: "#/components/schemas/views"
description: views
ticket:
content:
application/json:
schema:
$ref: "#/components/schemas/ticket"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/ticket"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/ticket"
text/csv:
schema:
$ref: "#/components/schemas/ticket"
description: ticket
stripe_subscriptions:
content:
application/json:
schema:
$ref: "#/components/schemas/stripe_subscriptions"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/stripe_subscriptions"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/stripe_subscriptions"
text/csv:
schema:
$ref: "#/components/schemas/stripe_subscriptions"
description: stripe_subscriptions
links:
content:
application/json:
schema:
$ref: "#/components/schemas/links"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/links"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/links"
text/csv:
schema:
$ref: "#/components/schemas/links"
description: links
stripe_accounts:
content:
application/json:
schema:
$ref: "#/components/schemas/stripe_accounts"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/stripe_accounts"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/stripe_accounts"
text/csv:
schema:
$ref: "#/components/schemas/stripe_accounts"
description: stripe_accounts
organization_member:
content:
application/json:
schema:
$ref: "#/components/schemas/organization_member"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/organization_member"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/organization_member"
text/csv:
schema:
$ref: "#/components/schemas/organization_member"
description: organization_member
questions:
content:
application/json:
schema:
$ref: "#/components/schemas/questions"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/questions"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/questions"
text/csv:
schema:
$ref: "#/components/schemas/questions"
description: questions
budgets:
content:
application/json:
schema:
$ref: "#/components/schemas/budgets"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/budgets"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/budgets"
text/csv:
schema:
$ref: "#/components/schemas/budgets"
description: budgets
property_columns:
content:
application/json:
schema:
$ref: "#/components/schemas/property_columns"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/property_columns"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/property_columns"
text/csv:
schema:
$ref: "#/components/schemas/property_columns"
description: property_columns
products:
content:
application/json:
schema:
$ref: "#/components/schemas/products"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/products"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/products"
text/csv:
schema:
$ref: "#/components/schemas/products"
description: products
organization_invitation:
content:
application/json:
schema:
$ref: "#/components/schemas/organization_invitation"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/organization_invitation"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/organization_invitation"
text/csv:
schema:
$ref: "#/components/schemas/organization_invitation"
description: organization_invitation
tax_registration:
content:
application/json:
schema:
$ref: "#/components/schemas/tax_registration"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/tax_registration"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/tax_registration"
text/csv:
schema:
$ref: "#/components/schemas/tax_registration"
description: tax_registration
stripe_balance_transactions:
content:
application/json:
schema:
$ref: "#/components/schemas/stripe_balance_transactions"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/stripe_balance_transactions"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/stripe_balance_transactions"
text/csv:
schema:
$ref: "#/components/schemas/stripe_balance_transactions"
description: stripe_balance_transactions
stripe_invoices:
content:
application/json:
schema:
$ref: "#/components/schemas/stripe_invoices"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/stripe_invoices"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/stripe_invoices"
text/csv:
schema:
$ref: "#/components/schemas/stripe_invoices"
description: stripe_invoices
prices:
content:
application/json:
schema:
$ref: "#/components/schemas/prices"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/prices"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/prices"
text/csv:
schema:
$ref: "#/components/schemas/prices"
description: prices
eventspaces:
content:
application/json:
schema:
$ref: "#/components/schemas/eventspaces"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/eventspaces"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/eventspaces"
text/csv:
schema:
$ref: "#/components/schemas/eventspaces"
description: eventspaces
rules:
content:
application/json:
schema:
$ref: "#/components/schemas/rules"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/rules"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/rules"
text/csv:
schema:
$ref: "#/components/schemas/rules"
description: rules
rows:
content:
application/json:
schema:
$ref: "#/components/schemas/rows"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/rows"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/rows"
text/csv:
schema:
$ref: "#/components/schemas/rows"
description: rows
stripe_products:
content:
application/json:
schema:
$ref: "#/components/schemas/stripe_products"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/stripe_products"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/stripe_products"
text/csv:
schema:
$ref: "#/components/schemas/stripe_products"
description: stripe_products
event:
content:
application/json:
schema:
$ref: "#/components/schemas/event"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/event"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/event"
text/csv:
schema:
$ref: "#/components/schemas/event"
description: event
notification:
content:
application/json:
schema:
$ref: "#/components/schemas/notification"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/notification"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/notification"
text/csv:
schema:
$ref: "#/components/schemas/notification"
description: notification
order:
content:
application/json:
schema:
$ref: "#/components/schemas/order"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/order"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/order"
text/csv:
schema:
$ref: "#/components/schemas/order"
description: order
apikeys:
content:
application/json:
schema:
$ref: "#/components/schemas/apikeys"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/apikeys"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/apikeys"
text/csv:
schema:
$ref: "#/components/schemas/apikeys"
description: apikeys
account:
content:
application/json:
schema:
$ref: "#/components/schemas/account"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/account"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/account"
text/csv:
schema:
$ref: "#/components/schemas/account"
description: account
ticket_questions:
content:
application/json:
schema:
$ref: "#/components/schemas/ticket_questions"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/ticket_questions"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/ticket_questions"
text/csv:
schema:
$ref: "#/components/schemas/ticket_questions"
description: ticket_questions
likes:
content:
application/json:
schema:
$ref: "#/components/schemas/likes"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/likes"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/likes"
text/csv:
schema:
$ref: "#/components/schemas/likes"
description: likes
properties:
content:
application/json:
schema:
$ref: "#/components/schemas/properties"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/properties"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/properties"
text/csv:
schema:
$ref: "#/components/schemas/properties"
description: properties
stripe_charges:
content:
application/json:
schema:
$ref: "#/components/schemas/stripe_charges"
application/vnd.pgrst.object+json;nulls=stripped:
schema:
$ref: "#/components/schemas/stripe_charges"
application/vnd.pgrst.object+json:
schema:
$ref: "#/components/schemas/stripe_charges"
text/csv:
schema:
$ref: "#/components/schemas/stripe_charges"
description: stripe_charges
Args:
content:
application/json:
schema:
properties:
keymode:
format: public.key_mode[]
items:
type: string
type: array
required:
- keymode
type: object
application/vnd.pgrst.object+json;nulls=stripped:
schema:
properties:
keymode:
format: public.key_mode[]
items:
type: string
type: array
required:
- keymode
type: object
application/vnd.pgrst.object+json:
schema:
properties:
keymode:
format: public.key_mode[]
items:
type: string
type: array
required:
- keymode
type: object
text/csv:
schema:
properties:
keymode:
format: public.key_mode[]
items:
type: string
type: array
required:
- keymode
type: object
required: true
Args2:
content:
application/json:
schema:
type: object
application/vnd.pgrst.object+json;nulls=stripped:
schema:
type: object
application/vnd.pgrst.object+json:
schema:
type: object
text/csv:
schema:
type: object
required: true
Args3:
content:
application/json:
schema:
properties:
"":
format: text
type: string
required:
- ""
type: object
application/vnd.pgrst.object+json;nulls=stripped:
schema:
properties:
"":
format: text
type: string
required:
- ""
type: object
application/vnd.pgrst.object+json:
schema:
properties:
"":
format: text
type: string
required:
- ""
type: object
text/csv:
schema:
properties:
"":
format: text
type: string
required:
- ""
type: object
required: true
schemas:
budgets:
required:
- id
- unit_amount
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
unit_amount:
format: bigint
type: integer
currency:
default: USD
format: text
type: string
timezone:
format: text
type: string
table_id:
description: >-
Note:
This is a Foreign Key to `tables.id`.
format: uuid
type: string
type: object
user_ticket:
required:
- id
- created_at
- secret
- used
- updated_at
- approval_status
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
ticket_id:
description: >-
Note:
This is a Foreign Key to `ticket.id`.
format: uuid
type: string
order_id:
description: |-
Note:
This is a Foreign Key to `order.id`.
format: uuid
type: string
user_id:
description: >-
Note:
This is a Foreign Key to `profile.id`.
format: uuid
type: string
name:
format: text
type: string
description:
format: text
type: string
event_id:
description: |-
Note:
This is a Foreign Key to `event.id`.
format: uuid
type: string
event_name:
format: text
type: string
secret:
default: gen_random_uuid()
format: uuid
type: string
used:
default: false
format: boolean
type: boolean
updated_at:
default: now()
format: timestamp with time zone
type: string
approval_status:
default: pending
enum:
- pending
- approved
- denied
format: public.user_ticket_approval_status_enum
type: string
notes:
format: text
type: string
type: object
profile:
required:
- created_at
- id
- updated_at
properties:
created_at:
default: now()
format: timestamp with time zone
type: string
first_name:
format: text
type: string
last_name:
format: text
type: string
avatar_url:
format: text
type: string
email:
format: text
type: string
id:
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
full_name:
format: text
type: string
updated_at:
default: now()
format: timestamp with time zone
type: string
billing_address:
format: jsonb
payment_method:
format: jsonb
timezone:
format: text
type: string
type: object
stripe_payment_intents:
properties:
id:
format: text
type: string
customer:
format: text
type: string
amount:
format: bigint
type: integer
currency:
format: text
type: string
payment_method:
format: text
type: string
created:
format: timestamp without time zone
type: string
attrs:
format: jsonb
type: object
property_columns:
required:
- id
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
column_id:
description: >-
Note:
This is a Foreign Key to `columns.id`.
format: uuid
type: string
property_id:
description: >-
Note:
This is a Foreign Key to `properties.id`.
format: uuid
type: string
type: object
organization_member:
required:
- created_at
- user_id
- organization_id
- organization_role
properties:
created_at:
default: now()
format: timestamp with time zone
type: string
user_id:
description: >-
Note:
This is a Primary Key.
This is a Foreign Key to `profile.id`.
format: uuid
type: string
organization_id:
description: >-
Note:
This is a Primary Key.
This is a Foreign Key to `organization.id`.
format: uuid
type: string
email:
format: text
type: string
organization_role:
default: member
enum:
- owner
- member
format: public.organization_role
type: string
type: object
products:
required:
- id
properties:
id:
description: |-
Note:
This is a Primary Key.
format: text
type: string
active:
format: boolean
type: boolean
name:
format: text
type: string
description:
format: text
type: string
image:
format: text
type: string
metadata:
format: jsonb
type: object
organization_invitation:
required:
- created_at
- organization_id
- token
- invited_by_user_id
- updated_at
- id
- invitation_type
- organization_role
properties:
created_at:
default: now()
format: timestamp with time zone
type: string
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
token:
default: public.generate_token(30)
format: text
type: string
invited_by_user_id:
format: uuid
type: string
organization_name:
format: text
type: string
updated_at:
default: now()
format: timestamp with time zone
type: string
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
invitation_type:
default: 24_hour
enum:
- one_time
- 24_hour
format: public.invitation_type
type: string
email:
format: text
type: string
message:
format: text
type: string
organization_role:
default: member
enum:
- owner
- member
format: public.organization_role
type: string
type: object
tax_registration:
required:
- id
- created_at
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
country:
format: text
type: string
country_options:
format: jsonb
expires_at:
format: integer
type: integer
status:
format: text
type: string
state:
format: text
type: string
stripe_tax_registration_id:
format: text
type: string
user_id:
format: uuid
type: string
account_id:
description: >-
Note:
This is a Foreign Key to `account.id`.
format: uuid
type: string
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
type: object
stripe_balance_transactions:
properties:
id:
format: text
type: string
amount:
format: bigint
type: integer
currency:
format: text
type: string
description:
format: text
type: string
fee:
format: bigint
type: integer
net:
format: bigint
type: integer
status:
format: text
type: string
type:
format: text
type: string
created:
format: timestamp without time zone
type: string
attrs:
format: jsonb
type: object
stripe_invoices:
properties:
id:
format: text
type: string
customer:
format: text
type: string
subscription:
format: text
type: string
status:
format: text
type: string
total:
format: bigint
type: integer
currency:
format: text
type: string
period_start:
format: timestamp without time zone
type: string
period_end:
format: timestamp without time zone
type: string
attrs:
format: jsonb
type: object
stripe_customers:
properties:
id:
format: text
type: string
email:
format: text
type: string
name:
format: text
type: string
description:
format: text
type: string
created:
format: timestamp without time zone
type: string
attrs:
format: jsonb
type: object
views:
required:
- id
- created_at
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
order:
format: integer
type: integer
title:
format: text
type: string
type:
enum:
- board
- calendar
- list
- table
- dashboard
format: public.view_type_enum
type: string
table_id:
description: >-
Note:
This is a Foreign Key to `tables.id`.
format: uuid
type: string
required:
default: false
format: boolean
type: boolean
group_by_property_id:
format: uuid
type: string
type: object
links:
required:
- id
- created_at
- eventspace_id
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
created_by:
format: uuid
type: string
title:
format: text
type: string
url:
format: text
type: string
order:
format: integer
type: integer
eventspace_id:
description: >-
Note:
This is a Foreign Key to `eventspaces.id`.
format: uuid
type: string
type: object
prices:
required:
- id
properties:
id:
description: |-
Note:
This is a Primary Key.
format: text
type: string
product_id:
description: >-
Note:
This is a Foreign Key to `products.id`.
format: text
type: string
active:
format: boolean
type: boolean
description:
format: text
type: string
unit_amount:
format: bigint
type: integer
currency:
format: text
type: string
type:
enum:
- one_time
- recurring
format: public.pricing_type
type: string
interval:
enum:
- day
- week
- month
- year
format: public.pricing_plan_interval
type: string
interval_count:
format: integer
type: integer
trial_period_days:
format: integer
type: integer
metadata:
format: jsonb
type: object
eventspaces:
required:
- id
- created_at
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
created_by:
format: uuid
type: string
objective:
format: text
type: string
updated_at:
format: timestamp with time zone
type: string
updated_by:
format: uuid
type: string
icon:
format: text
type: string
tags:
format: jsonb[]
items: {}
type: array
name:
format: text
type: string
color:
format: text
type: string
assignees:
format: uuid[]
items:
type: string
type: array
type: object
rules:
required:
- created_at
- product_id
- members_allowed
- id
properties:
created_at:
default: now()
format: timestamp with time zone
type: string
product_id:
description: >-
Note:
This is a Foreign Key to `products.id`.
format: text
type: string
members_allowed:
format: smallint
type: integer
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
type: object
rows:
required:
- id
- created_at
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
content:
format: text
type: string
column_id:
description: >-
Note:
This is a Foreign Key to `columns.id`.
format: uuid
type: string
table_id:
description: >-
Note:
This is a Foreign Key to `tables.id`.
format: uuid
type: string
order:
format: smallint
type: integer
due_date:
format: timestamp with time zone
type: string
priority:
format: text
type: string
exp_cost:
format: bigint
type: integer
act_cost:
format: bigint
type: integer
payment_status:
format: text
type: string
category:
format: text
type: string
assignee_id:
description: >-
Note:
This is a Foreign Key to `profile.id`.
format: uuid
type: string
description:
format: text
type: string
budget_id:
description: >-
Note:
This is a Foreign Key to `budgets.id`.
format: uuid
type: string
assignees:
format: uuid[]
items:
type: string
type: array
properties:
format: jsonb
type: object
stripe_products:
properties:
id:
format: text
type: string
name:
format: text
type: string
active:
format: boolean
type: boolean
default_price:
format: text
type: string
description:
format: text
type: string
created:
format: timestamp without time zone
type: string
updated:
format: timestamp without time zone
type: string
attrs:
format: jsonb
type: object
event:
required:
- id
- created_at
- name
- cover_url
- geo_address_visible
- is_capped
- require_approval
- hide_rsvp
- show_guest_list
- allow_price_range
- creator_email_is_verified
- enable_tipping
- waitlist_enabled
- slug
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
name:
format: text
type: string
description:
format: text
type: string
visibility:
format: text
type: string
cover_url:
default: https://res.cloudinary.com/du1vewppc/image/upload/v1713679537/images/Revent_Virtual_Events_pfwmvo.png
format: text
type: string
start_at:
format: timestamp with time zone
type: string
end_at:
format: timestamp with time zone
type: string
timezone:
format: text
type: string
virtual_info:
format: jsonb
location_type:
format: text
type: string
geo_longitude:
format: numeric
type: number
geo_latitude:
format: numeric
type: number
geo_address_metadata:
format: jsonb
geo_address_visible:
default: true
format: boolean
type: boolean
ticket_currency:
format: text
type: string
max_capacity:
format: numeric
type: number
spots_remaining:
format: numeric
type: number
is_capped:
default: false
format: boolean
type: boolean
require_approval:
default: false
format: boolean
type: boolean
hide_rsvp:
default: false
format: boolean
type: boolean
show_guest_list:
default: false
format: boolean
type: boolean
allow_price_range:
default: false
format: boolean
type: boolean
creator_email_is_verified:
default: false
format: boolean
type: boolean
enable_tipping:
default: false
format: boolean
type: boolean
waitlist_enabled:
default: false
format: boolean
type: boolean
geo_address_info:
format: jsonb
slug:
format: text
type: string
eventspace_id:
description: >-
Note:
This is a Foreign Key to `eventspaces.id`.
format: uuid
type: string
type: object
followers:
required:
- id
- created_at
- user_id
- organization_id
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
user_id:
format: uuid
type: string
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
type: object
questions:
required:
- id
- created_at
- event_id
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
event_id:
description: |-
Note:
This is a Foreign Key to `event.id`.
format: uuid
type: string
content:
format: text
type: string
required:
format: boolean
type: boolean
type:
enum:
- text
- number
- link
format: public.question_type_enum
type: string
type: object
notification:
required:
- id
- created_at
- status
- message
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
user_id:
format: uuid
type: string
read_at:
format: timestamp with time zone
type: string
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
status:
default: unread
format: text
type: string
type:
format: text
type: string
expires_at:
format: timestamp with time zone
type: string
message:
format: text
type: string
type: object
order:
required:
- id
- created_at
- user_id
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
payment_status:
enum:
- no_payment_required
- paid
- unpaid
format: public.order_payment_status_enum
type: string
status:
enum:
- succeeded
- pending
- failed
format: public.order_status_enum
type: string
checkout_session_status:
enum:
- complete
- expired
- open
format: public.order_checkout_session_status
type: string
refunded:
default: false
format: boolean
type: boolean
disputed:
default: false
format: boolean
type: boolean
user_id:
description: >-
Note:
This is a Foreign Key to `profile.id`.
format: uuid
type: string
line_items:
format: jsonb
amount_total:
format: bigint
type: integer
stripe_checkout_session_id:
format: text
type: string
stripe_payment_intent_id:
format: text
type: string
stripe_charge_id:
format: text
type: string
event_id:
description: |-
Note:
This is a Foreign Key to `event.id`.
format: uuid
type: string
event_name:
format: text
type: string
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
stripe_account_id:
format: text
type: string
answers:
format: jsonb[]
items: {}
type: array
type: object
apikeys:
required:
- id
- user_id
- key
- mode
- name
properties:
id:
description: |-
Note:
This is a Primary Key.
format: bigint
type: integer
created_at:
default: now()
format: timestamp with time zone
type: string
user_id:
format: uuid
type: string
key:
default: gen_random_uuid()
format: uuid
type: string
mode:
enum:
- read
- write
- all
- upload
format: public.key_mode
type: string
updated_at:
default: now()
format: timestamp with time zone
type: string
name:
format: character varying
type: string
type: object
account:
required:
- id
- created_at
- capabilities
- details_submitted
- email
- payouts_enabled
- type
- charges_enabled
- organization_id
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
stripe_account_id:
format: text
type: string
capabilities:
format: jsonb
details_submitted:
default: false
format: boolean
type: boolean
email:
format: text
type: string
payouts_enabled:
default: false
format: boolean
type: boolean
type:
default: express
enum:
- standard
- express
- custom
format: public.account_type_enum
type: string
charges_enabled:
default: false
format: boolean
type: boolean
requirements:
format: text[]
items:
type: string
type: array
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
type: object
event_member:
description: This is a duplicate of organization_member
required:
- id
- created_at
- role
- event_id
- email
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
user_id:
format: uuid
type: string
role:
default: member
enum:
- owner
- member
format: public.organization_role
type: string
event_id:
description: |-
Note:
This is a Foreign Key to `event.id`.
format: uuid
type: string
email:
format: text
type: string
type: object
subscriptions:
required:
- id
- created
- current_period_start
- current_period_end
- organization_id
properties:
id:
description: |-
Note:
This is a Primary Key.
format: text
type: string
user_id:
format: uuid
type: string
status:
enum:
- trialing
- active
- canceled
- incomplete
- incomplete_expired
- past_due
- unpaid
format: public.subscription_status
type: string
metadata:
format: jsonb
price_id:
description: >-
Note:
This is a Foreign Key to `prices.id`.
format: text
type: string
quantity:
format: integer
type: integer
cancel_at_period_end:
format: boolean
type: boolean
created:
default: timezone('utc'::text, now())
format: timestamp with time zone
type: string
current_period_start:
default: timezone('utc'::text, now())
format: timestamp with time zone
type: string
current_period_end:
default: timezone('utc'::text, now())
format: timestamp with time zone
type: string
ended_at:
default: timezone('utc'::text, now())
format: timestamp with time zone
type: string
cancel_at:
default: timezone('utc'::text, now())
format: timestamp with time zone
type: string
canceled_at:
default: timezone('utc'::text, now())
format: timestamp with time zone
type: string
trial_start:
default: timezone('utc'::text, now())
format: timestamp with time zone
type: string
trial_end:
default: timezone('utc'::text, now())
format: timestamp with time zone
type: string
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
type: object
eventspaces_member:
required:
- id
- created_at
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
type: object
columns:
required:
- id
- created_at
- title
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
title:
format: text
type: string
order:
format: smallint
type: integer
table_id:
description: >-
Note:
This is a Foreign Key to `tables.id`.
format: uuid
type: string
unit_amount:
format: bigint
type: integer
expires_at:
format: timestamp with time zone
type: string
type:
format: text
type: string
is_budget:
format: boolean
type: boolean
event_id:
description: |-
Note:
This is a Foreign Key to `event.id`.
format: uuid
type: string
color:
format: text
type: string
lucide_icon:
format: text
type: string
property_id:
description: >-
Note:
This is a Foreign Key to `properties.id`.
format: uuid
type: string
type: object
ticket:
required:
- id
- created_at
- event_id
- name
- require_approval
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
event_id:
description: |-
Note:
This is a Foreign Key to `event.id`.
format: uuid
type: string
name:
format: text
type: string
description:
format: text
type: string
price:
format: bigint
type: integer
require_approval:
default: false
format: boolean
type: boolean
start_at:
format: timestamp with time zone
type: string
end_at:
format: timestamp with time zone
type: string
capacity:
format: bigint
type: integer
remaining_capacity:
format: bigint
type: integer
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
stripe_product_id:
format: text
type: string
stripe_price_id:
format: text
type: string
type: object
stripe_balances:
properties:
balance_type:
format: text
type: string
amount:
format: bigint
type: integer
currency:
format: text
type: string
attrs:
format: jsonb
type: object
ticket_questions:
required:
- ticket_id
- question_id
- id
properties:
ticket_id:
description: >-
Note:
This is a Foreign Key to `ticket.id`.
format: uuid
type: string
question_id:
description: >-
Note:
This is a Foreign Key to `questions.id`.
format: uuid
type: string
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
type: object
stripe_accounts:
properties:
id:
format: text
type: string
business_type:
format: text
type: string
country:
format: text
type: string
email:
format: text
type: string
type:
format: text
type: string
created:
format: timestamp without time zone
type: string
attrs:
format: jsonb
type: object
customers:
required:
- id
properties:
id:
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
stripe_customer_id:
format: text
type: string
type: object
likes:
required:
- created_at
- event_id
- user_id
properties:
created_at:
default: now()
format: timestamp with time zone
type: string
event_id:
description: |-
Note:
This is a Primary Key.
This is a Foreign Key to `event.id`.
format: uuid
type: string
user_id:
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
type: object
organization:
required:
- id
- created_at
- name
- slug
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
name:
format: text
type: string
slug:
format: text
type: string
created_by:
format: uuid
type: string
owner_id:
format: uuid
type: string
bio:
format: text
type: string
display_name:
format: text
type: string
display_email:
format: text
type: string
urls:
format: jsonb[]
items: {}
type: array
avatar_url:
format: text
type: string
updated_by:
format: uuid
type: string
updated_at:
format: timestamp with time zone
type: string
tags:
format: jsonb[]
items: {}
type: array
type: object
properties:
required:
- id
- created_at
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
name:
format: text
type: string
type:
enum:
- text
- select
- number
- user
- link
- date
- checkbox
- column
format: public.property_type_enum
type: string
updated_at:
default: now()
format: timestamp with time zone
type: string
is_visible:
default: false
format: boolean
type: boolean
order:
format: bigint
type: integer
budget_id:
description: >-
Note:
This is a Foreign Key to `budgets.id`.
format: uuid
type: string
columns:
format: jsonb
is_immutable:
default: false
format: boolean
type: boolean
options:
format: jsonb
table_id:
description: >-
Note:
This is a Foreign Key to `tables.id`.
format: uuid
type: string
currency:
format: text
type: string
number_format:
enum:
- number
- currency
format: public.number_format_enum
type: string
type: object
eventspaces_pages:
required:
- id
- created_at
- eventspace_id
- organization_id
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
updated_at:
default: now()
format: timestamp with time zone
type: string
created_by:
format: uuid
type: string
updated_by:
format: uuid
type: string
eventspace_id:
description: >-
Note:
This is a Foreign Key to `eventspaces.id`.
format: uuid
type: string
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
content:
format: text
type: string
title:
default: New page
format: text
type: string
type: object
tables:
required:
- id
- created_at
- title
- organization_id
- eventspace_id
properties:
id:
default: gen_random_uuid()
description: |-
Note:
This is a Primary Key.
format: uuid
type: string
created_at:
default: now()
format: timestamp with time zone
type: string
title:
format: text
type: string
organization_id:
description: >-
Note:
This is a Foreign Key to `organization.id`.
format: uuid
type: string
color:
format: text
type: string
eventspace_id:
description: >-
Note:
This is a Foreign Key to `eventspaces.id`.
format: uuid
type: string
icon:
format: text
type: string
archived_at:
format: timestamp with time zone
type: string
archived_by:
description: >-
Note:
This is a Foreign Key to `profile.id`.
format: uuid
type: string
created_by:
description: >-
Note:
This is a Foreign Key to `profile.id`.
format: uuid
type: string
due_date:
format: timestamp with time zone
type: string
is_archived:
default: false
format: boolean
type: boolean
selected_view_id:
format: uuid
type: string
start_date:
format: timestamp with time zone
type: string
status_property_id:
format: uuid
type: string
tool_type:
enum:
- task
- budget
format: public.tool_type_enum
type: string
updated_at:
format: timestamp with time zone
type: string
updated_by:
description: >-
Note:
This is a Foreign Key to `profile.id`.
format: uuid
type: string
type: object
stripe_subscriptions:
properties:
id:
format: text
type: string
customer:
format: text
type: string
currency:
format: text
type: string
current_period_start:
format: timestamp without time zone
type: string
current_period_end:
format: timestamp without time zone
type: string
attrs:
format: jsonb
type: object
stripe_charges:
properties:
id:
format: text
type: string
amount:
format: bigint
type: integer
currency:
format: text
type: string
customer:
format: text
type: string
description:
format: text
type: string
invoice:
format: text
type: string
payment_intent:
format: text
type: string
status:
format: text
type: string
created:
format: timestamp without time zone
type: string
attrs:
format: jsonb
type: object