Defect #10164

inconsistent field in "News" REST API: "user name"

Added by Alexey Skor 4 months ago.

Status:New Start date:
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:REST API
Target version:-
Affected version:1.3.0 Resolution:

Description

Redmine 1.3.0 REST API returns this in "news" section:
<author name="rest last" id="95"/>

there's no such field as "name" for users in Redmine.
there are:

first name
last name
login

suggestion: provide all three values in "author" section: first, last names plus login.
e.g.:

<author firstName="myFirst" lastName="mylast" login="user1" id="95"/>

Also available in: Atom PDF