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 App Resource API

The App Resource API from C1 — 4 operation(s) for app resource.

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

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

This API exposes 7 operations across 4 paths, and defines 18 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 4 paths 18 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 App Resource 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 4 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

App Resource 7
GET
/api/v1/apps/{app_id}/resource_types/{app_resource_type_id}/resources
List
c1.api.app.v1.AppResourceService.List 4 params → 200
POST
/api/v1/apps/{app_id}/resource_types/{app_resource_type_id}/resources
Create Manually Managed App Resource
c1.api.app.v1.AppResourceService.CreateManuallyManagedAppResource 2 params body → 200
DELETE
/api/v1/apps/{app_id}/resource_types/{app_resource_type_id}/resources/{id}
Delete Manually Managed App Resource
c1.api.app.v1.AppResourceService.DeleteManuallyManagedAppResource 3 params body → 200
GET
/api/v1/apps/{app_id}/resource_types/{app_resource_type_id}/resources/{id}
Get
c1.api.app.v1.AppResourceService.Get 3 params → 200
POST
/api/v1/apps/{app_id}/resource_types/{app_resource_type_id}/resources/{id}
Update
c1.api.app.v1.AppResourceService.Update 3 params body → 200
POST
/api/v1/search/app_resource_types
Search App Resource Types
c1.api.app.v1.AppResourceSearch.SearchAppResourceTypes body → 200
POST
/api/v1/search/app_resources
Search App Resources
c1.api.app.v1.AppResourceSearch.SearchAppResources body → 200

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are c1.api.app.v1.AppResource (14 properties), c1.api.app.v1.SearchAppResourcesRequest (12 properties), c1.api.app.v1.SearchAppResourceTypesRequest (10 properties), c1.api.app.v1.AppResourceType (7 properties). Each schema is shown below with its type and property counts.

c1.api.app.v1.SearchAppResourceTypesRequest
object
Search for app resources based on some filters.
10 properties
c1.api.app.v1.AppResourceServiceUpdateResponse
object
The AppResourceServiceUpdateResponse message.
2 properties
c1.api.app.v1.AppResourceType
object
The AppResourceType is referenced by an app entitlement defining its resource types. Commonly things like Group or Role.
7 properties
c1.api.app.v1.SearchAppResourcesRequest
object
The SearchAppResourcesRequest message.
12 properties
c1.api.app.v1.DeleteManuallyManagedAppResourceResponse
object
The DeleteManuallyManagedAppResourceResponse message.
c1.api.app.v1.DeleteManuallyManagedAppResourceRequestInput
object
The DeleteManuallyManagedAppResourceRequest message.
c1.api.app.v1.SearchAppResourcesResponse
object
The SearchAppResourcesResponse message.
3 properties
c1.api.app.v1.SearchAppResourceTypesResponse
object
The SearchAppResourceTypesResponse message contains a list of results and a nextPageToken if applicable.
2 properties
c1.api.app.v1.CreateManuallyManagedAppResourceResponse
object
The CreateManuallyManagedAppResourceResponse message.
1 property
c1.api.app.v1.AppResourceRef
object
The AppResourceRef message.
3 properties
c1.api.app.v1.AppResource
object
The app resource message is a single resource that can have entitlements. This message contains a oneof named metadata. Only a single field of the following li…
14 properties
c1.api.app.v1.AppResourceServiceGetResponse
object
The app resource service get response contains the app resource view and array of expanded items indicated by the request's expand mask.
2 properties
c1.api.app.v1.AppResourceView
object
The app resource view returns an app resource with paths for items in the expand mask filled in when this response is returned and a request expand mask has ""…
5 properties
c1.api.app.v1.SecretTrait
object
The SecretTrait message.
4 properties
c1.api.app.v1.AppResourceExpandMask
object
The app resource expand mask lets you get information about related objects from the request.
1 property
c1.api.app.v1.AppResourceServiceListResponse
object
The AppResourceServiceListResponse message contains a list of results and a nextPageToken if applicable.
3 properties
c1.api.app.v1.AppResourceServiceUpdateRequestInput
object
The AppResourceServiceUpdateRequest message.
3 properties
c1.api.app.v1.CreateManuallyManagedAppResourceRequestInput
object
The CreateManuallyManagedAppResourceRequest message.
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

c1-app-resource-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