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 Attribute API

The Attribute API from C1 — 6 operation(s) for attribute.

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

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

This API exposes 6 operations across 6 paths, and defines 11 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.

6 operations 6 paths 11 schemas 1 DELETE3 GET2 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 Attribute 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 6

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

Attribute 6
DELETE
/api/v1/attribute/{id}
Delete Attribute Value
c1.api.attribute.v1.Attributes.DeleteAttributeValue 1 param body → 200
POST
/api/v1/attributes
Create Attribute Value
c1.api.attribute.v1.Attributes.CreateAttributeValue body → 200
GET
/api/v1/attributes/{id}
Get Attribute Value
c1.api.attribute.v1.Attributes.GetAttributeValue 1 param → 200
GET
/api/v1/attributes/types
List Attribute Types
c1.api.attribute.v1.Attributes.ListAttributeTypes 2 params → 200
GET
/api/v1/attributes/types/{attribute_type_id}/values
List Attribute Values
c1.api.attribute.v1.Attributes.ListAttributeValues 3 params → 200
POST
/api/v1/search/attributes
Search Attribute Values
c1.api.attribute.v1.AttributeSearch.SearchAttributeValues body → 200

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are c1.api.attribute.v1.SearchAttributeValuesRequest (7 properties), c1.api.attribute.v1.AttributeValue (6 properties), c1.api.attribute.v1.AttributeType (2 properties), c1.api.attribute.v1.SearchAttributeValuesResponse (2 properties). Each schema is shown below with its type and property counts.

c1.api.attribute.v1.ListAttributeValuesResponse
object
ListAttributeValuesResponse is the response for listing attribute values for a given AttributeType.
2 properties
c1.api.attribute.v1.DeleteAttributeValueRequestInput
object
The DeleteAttributeValueRequest message.
c1.api.attribute.v1.CreateAttributeValueRequest
object
The CreateAttributeValueRequest message.
2 properties
c1.api.attribute.v1.AttributeType
object
AttributeType defines the type of an attribute.
2 properties
c1.api.attribute.v1.ListAttributeTypesResponse
object
ListAttributeTypesResponse is the response for listing attribute types.
2 properties
c1.api.attribute.v1.CreateAttributeValueResponse
object
CreateAttributeValueResponse is the response for creating an attribute value.
1 property
c1.api.attribute.v1.GetAttributeValueResponse
object
GetAttributeValueResponse is the response for getting an attribute value by id.
1 property
c1.api.attribute.v1.AttributeValue
object
AttributeValue is the value of an attribute of a defined type.
6 properties
c1.api.attribute.v1.SearchAttributeValuesResponse
object
SearchAttributeValuesResponse is the response for searching AttributeValues.
2 properties
c1.api.attribute.v1.SearchAttributeValuesRequest
object
Search Attributes by a few properties.
7 properties
c1.api.attribute.v1.DeleteAttributeValueResponse
object
DeleteAttributeValueResponse is the empty response for deleting an attribute value.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

c1-attribute-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