Project

General

Profile

Actions

Rest api » History » Revision 5

« Previous | Revision 5/102 (diff) | Next »
Jean-Philippe Lang, 2010-01-17 20:47


Redmine API

Redmine exposes some of its data through a REST API. This API provides access and basic CRUD operations (create, update, delete) for the resources described below.

Most of the time, the API requires authentication. This is done via HTTP Basic authentication using the regular Redmine accounts. To enable this API-style authentication, check Enable REST API in Administration -> Settings -> Authentication.

At the time of writing, the API is only available in trunk (see r3310, r3313).

API Description

API Usage

Updated by Jean-Philippe Lang over 14 years ago · 5 revisions locked