プロジェクト

全般

プロフィール

操作

redmine.org の Rest_News (version 3)の日本語訳です。

ニュース

ニュース一覧

フォーマット: /news

すべてのプロジェクトを対象としてニュースの一覧を取得します。
取得するデータはページ割りされます。

:

GET /news.xml

指定プロジェクトのニュース一覧

フォーマット: /projects/:project_id/news

ID または識別名で指定したプロジェクトに対して
ベージ割りされたニュースの一覧を取得します。

:

GET /projects/foo/news.xml

レスポンス:

<?xml version="1.0" encoding="UTF-8"?>
<news type="array" limit="25" total_count="2" offset="0">
  <news>
    <id>54</id>
    <project name="Redmine" id="1"/>
    <author name="Jean-Philippe Lang" id="1"/>
    <title>Redmine 1.1.3 released</title>
    <summary/>
    <description>Redmine 1.1.3 has been released</description>
    <created_on>2011-04-29T14:00:25+02:00</created_on>
  </news>
  <news>
    <id>53</id>
    <project name="Redmine" id="1"/>
    <author name="Jean-Philippe Lang" id="1"/>
    <title>Redmine 1.1.2 bug/security fix released</title>
    <summary/>
    <description>Redmine 1.1.2 has been released</description>
    <created_on>2011-03-07T21:07:03+01:00</created_on>
  </news>
</news>


Updated by Mitsuyoshi Yoshida , 12年以上前に更新
Access count: 4995 :since 2009-10-30

Mitsuyoshi Yoshida さんが12年以上前に更新 · 1件の履歴