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

Redmine Attachments API

The Attachments API from Redmine — 1 operation(s) for attachments.

Redmine Attachments API is one of 18 APIs that Redmine publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 2 operations across 1 path. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://{redmine_host}.

2 operations 1 paths 0 schemas 1 DELETE1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://
Authentication
API Key, API Key, HTTP Basic
Resource Areas
1

Authentication & Security 3

Redmine Attachments API declares 3 security schemes for authenticating requests. An API key is passed in the header as X-Redmine-API-Key (apiKeyHeader). An API key is passed in the query as key (apiKeyQuery). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

Paths & Operations 2

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

Attachments 2
GET
/attachments/{id}.json
Show attachment
1 param → 200
DELETE
/attachments/{id}.json
Delete attachment
1 param → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

redmine-attachments-api-openapi.yml Raw ↑

Other APIs Redmine publishes across the network.

Redmine REST API
Redmine Custom Fields.json API
Redmine Groups.json API
Redmine Issue Statuses.json API
Redmine Issues API
Redmine Issues.json API
Redmine My API
Redmine Projects API
Redmine Projects.json API
Redmine Roles.json API
Redmine Time Entries API
Redmine Time Entries.json API