Project

General

Profile

Actions

Rest api » History » Revision 8

« Previous | Revision 8/102 (diff) | Next »
Ryan Lovelett, 2010-07-26 00:15


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).

At the time of writing, the API is available in both the trunk and the stable-1.0 branch. See CheckingoutRedmine

API Description

API Usage

Updated by Ryan Lovelett over 13 years ago · 8 revisions locked