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

Qubiqle dimensions API

The dimensions API from Qubiqle — 3 operation(s) for dimensions.

Qubiqle dimensions API is one of 9 APIs that Qubiqle publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 4 operations across 3 paths, and defines 17 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.ottimate.com/v1, https://sandbox-api.ottimate.com/v1.

4 operations 3 paths 17 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.ottimate.com/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Qubiqle dimensions API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (OAuth2).

  • OAuth2 — OAuth2 authentication flows. Auth server URLs will vary by environment

Paths & Operations 4

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

dimensions 4
GET
/dimensions
Retrieve a paginated list of dimensions
get-dimensions-root 8 params → 200400401
POST
/dimensions
Create a single new dimension
post-dimensions-root 4 params body → 201400
GET
/dimensions/{id}
Retrieve a specific dimension by ID
get-dimensions-id 4 params → 200404
POST
/dimensions/bulk
Create or update multiple dimensions
post-dimensions-bulk 4 params body → 201400

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are Dimensions_post_dimensions_root_Response_201 (9 properties), DimensionsGetResponsesContentApplicationJsonSchemaDimensionsItems (8 properties), DimensionsIdGetResponsesContentApplicationJsonSchemaDimension (8 properties), Dimensions_post_dimensions_bulk_Response_201 (8 properties). Each schema is shown below with its type and property counts.

DimensionsBulkPostResponsesContentApplicationJsonSchemaUpdatedItems
object
2 properties
Dimensions_get_dimensions_id_Response_200
object
2 properties 2 required
DimensionsBulkPostResponsesContentApplicationJsonSchemaCreatedItems
object
2 properties
ErrorResponse
object
4 properties 2 required
DimensionsIdGetResponsesContentApplicationJsonSchemaDimensionOttimateType
string
Ottimate's standardized dimension type code.
DimensionsGetResponsesContentApplicationJsonSchemaDimensionsItemsOttimateType
string
Ottimate's standardized dimension type code. This maps to Ottimate's internal dimension classification system, providing a consistent categorization regardless…
DimensionsBulkPostRequestBodyContentApplicationJsonSchemaDimensionsItems
object
6 properties 6 required
DimensionsBulkPostRequestBodyContentApplicationJsonSchemaDimensionsItemsOttimateType
string
Ottimate's standardized dimension type code
DimensionsGetResponsesContentApplicationJsonSchemaDimensionsItems
object
8 properties 4 required
DimensionsGetParametersDetail
string
Dimensions_post_dimensions_root_Response_201
object
9 properties
DimensionsPostResponsesContentApplicationJsonSchemaOttimateType
string
Ottimate's standardized dimension type code
Dimensions_post_dimensions_bulk_Response_201
object
8 properties
DimensionsPostRequestBodyContentApplicationJsonSchemaOttimateType
string
Ottimate's standardized dimension type code for consistent categorization.
DimensionsIdGetResponsesContentApplicationJsonSchemaDimension
object
8 properties 4 required
DimensionsBulkPostResponsesContentApplicationJsonSchemaErrorsItems
object
2 properties
Dimensions_get_dimensions_root_Response_200
object
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qubiqle-dimensions-api-openapi.yml Raw ↑

Other APIs Qubiqle publishes across the network.

Qubiqle accounts API
Qubiqle batch API
Qubiqle catalog API
Qubiqle invoices API
Qubiqle oauth API
Qubiqle purchaseOrders API
Qubiqle receipts API
Qubiqle vendors API