Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

C1 Function API

The Function API from C1 — 5 operation(s) for function.

C1 Function API is one of 47 APIs that C1 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Function. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 5 paths, and defines 14 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0-alpha.

Requests are made against a single base URL, https://{tenantDomain}.conductor.one.

7 operations 5 paths 14 schemas 1 DELETE2 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0-alpha
Base URL
https://example.conductor.one
Authentication
HTTP Bearer, OAuth 2.0
Resource Areas
1

Authentication & Security 2

C1 Function API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It supports OAuth 2.0 (oauth) using the clientCredentials flow. By default, every request must be authenticated.

  • oauth — This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, re…

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Function 7
GET
/api/v1/functions
List Functions
c1.api.functions.v1.FunctionsService.ListFunctions → 200
POST
/api/v1/functions
Create Function
c1.api.functions.v1.FunctionsService.CreateFunction body → 200
POST
/api/v1/functions/{function_id}/invoke
Invoke
c1.api.functions.v1.FunctionsService.Invoke 1 param body → 200
DELETE
/api/v1/functions/{id}
Delete Function
c1.api.functions.v1.FunctionsService.DeleteFunction 1 param body → 200
GET
/api/v1/functions/{id}
Get Function
c1.api.functions.v1.FunctionsService.GetFunction 1 param → 200
POST
/api/v1/functions/update
Update Function
c1.api.functions.v1.FunctionsService.UpdateFunction body → 200
POST
/api/v1/search/functions
Search
c1.api.functions.v1.FunctionsSearch.Search body → 200

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are c1.api.functions.v1.Function (10 properties), c1.api.functions.v1.FunctionCommit (5 properties), c1.api.functions.v1.FunctionsServiceCreateFunctionRequest (5 properties), c1.api.functions.v1.FunctionsSearchRequest (4 properties). Each schema is shown below with its type and property counts.

c1.api.functions.v1.Function
object
Function represents a customer-provided code extension in the API
10 properties
c1.api.functions.v1.FunctionsServiceListFunctionsResponse
object
The FunctionsServiceListFunctionsResponse message.
2 properties
c1.api.functions.v1.FunctionsServiceInvokeResponse
object
The FunctionsServiceInvokeResponse message. This message contains a oneof named resp. Only a single field of the following list may be set at a time: - json
1 property
c1.api.functions.v1.FunctionCommit
object
FunctionCommit represents a single commit in a function's history
5 properties
c1.api.functions.v1.FunctionsServiceDeleteFunctionRequestInput
object
The FunctionsServiceDeleteFunctionRequest message.
c1.api.functions.v1.FunctionsServiceUpdateFunctionResponse
object
The FunctionsServiceUpdateFunctionResponse message.
1 property
c1.api.functions.v1.FunctionsServiceUpdateFunctionRequest
object
The FunctionsServiceUpdateFunctionRequest message.
2 properties
c1.api.functions.v1.FunctionsServiceCreateFunctionRequest
object
The FunctionsServiceCreateFunctionRequest message.
5 properties
c1.api.functions.v1.FunctionsServiceCreateFunctionResponse
object
The FunctionsServiceCreateFunctionResponse message.
2 properties
c1.api.functions.v1.FunctionsSearchResponse
object
The FunctionsSearchResponse message.
2 properties
c1.api.functions.v1.FunctionsServiceInvokeRequestInput
object
The FunctionsServiceInvokeRequest message. This message contains a oneof named arg. Only a single field of the following list may be set at a time: - json
2 properties
c1.api.functions.v1.FunctionsSearchRequest
object
The FunctionsSearchRequest message.
4 properties
c1.api.functions.v1.FunctionsServiceGetFunctionResponse
object
The FunctionsServiceGetFunctionResponse message.
1 property
c1.api.functions.v1.FunctionsServiceDeleteFunctionResponse
object
The FunctionsServiceDeleteFunctionResponse message.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

c1-function-api-openapi.yml Raw ↑

Other APIs C1 publishes across the network.

Baton Connector Framework
C1 Access Conflict API
C1 App API
C1 App Entitlement API
C1 App Entitlement Automation API
C1 App Entitlement Automation Exclusion API
C1 App Entitlement Monitor Binding API
C1 App Entitlement Owner API
C1 App Entitlement Proxy Binding API
C1 App Entitlement User Binding API
C1 App Entitlement User Binding Feed API
C1 App Entitlement User Binding History API