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

Renesas Document API

Endpoint for retrieving documents.

Renesas Document API is one of 6 APIs that Renesas publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Document. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 4 paths, and defines 2 schemas. It is described by OpenAPI 3.0.0, at version 1.2.0.

Requests are made against 2 base URLs: https://api.renesas.com/web-data/v1, https://api.renesas-dev.com/web-data/v1.

4 operations 4 paths 2 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.2.0
Base URL
https://api.renesas.com/web-data/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Renesas Document API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key required for authentication

Paths & Operations 4

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

Document 4

Endpoint for retrieving documents.

GET
/documents
Get All Documents
10 params → 200
GET
/documents/types
Get All Document Types
2 params → 200500
GET
/documents/{dcp_id}
Get Document by DCP Document ID
1 param → 200404
GET
/documents/agile-id/{agile_id}
Get Document by Agile ID
1 param → 200404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are document (22 properties), document_type (2 properties). Each schema is shown below with its type and property counts.

document_type
object
2 properties 1 required
document
object
22 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

renesas-document-api-openapi.yml Raw ↑

Other APIs Renesas publishes across the network.

Renesas Board & Kit API
Renesas Package API
Renesas Product API
Renesas Product Part API
Renesas Software Tool API