Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 0 additions & 103 deletions static/oas/Codat-Assess.json
Original file line number Diff line number Diff line change
Expand Up @@ -2647,109 +2647,6 @@
]
}
},
"/data/companies/{companyId}/connections/{connectionId}/assess/subscriptions/process": {
"parameters": [
{
"$ref": "#/components/parameters/companyId"
},
{
"$ref": "#/components/parameters/connectionId"
}
],
"get": {
"summary": "Generate key subscription revenue metrics",
"tags": [
"Reports"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
}
}
}
},
"401": {
"$ref": "#/components/responses/Unauthorized"
},
"402": {
"$ref": "#/components/responses/Payment-Required"
},
"403": {
"$ref": "#/components/responses/Forbidden"
},
"404": {
"$ref": "#/components/responses/Not-Found"
},
"429": {
"$ref": "#/components/responses/Too-Many-Requests"
},
"500": {
"$ref": "#/components/responses/Internal-Server-Error"
},
"503": {
"$ref": "#/components/responses/Service-Unavailable"
}
},
"operationId": "request-recurring-revenue-metrics",
"description": "Requests production of key subscription revenue metrics."
}
},
"/data/companies/{companyId}/connections/{connectionId}/assess/subscriptions/mrr": {
"parameters": [
{
"$ref": "#/components/parameters/companyId"
},
{
"$ref": "#/components/parameters/connectionId"
}
],
"get": {
"summary": "Get key subscription revenue metrics",
"tags": [
"Reports"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
}
}
}
},
"401": {
"$ref": "#/components/responses/Unauthorized"
},
"402": {
"$ref": "#/components/responses/Payment-Required"
},
"403": {
"$ref": "#/components/responses/Forbidden"
},
"404": {
"$ref": "#/components/responses/Not-Found"
},
"429": {
"$ref": "#/components/responses/Too-Many-Requests"
},
"500": {
"$ref": "#/components/responses/Internal-Server-Error"
},
"503": {
"$ref": "#/components/responses/Service-Unavailable"
}
},
"operationId": "get-recurring-revenue-metrics",
"x-speakeasy-name-override": "get-recurring-revenue-metrics",
"description": "Gets key metrics for subscription revenue."
}
},
"/data/companies/{companyId}/connections/{connectionId}/assess/accountingMetrics/marketing": {
"parameters": [
{
Expand Down
Loading
Loading