Issue Details (XML | Word | Printable)

Key: BAM-1336
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Ajay Sridhar [Atlassian]
Reporter: Bob Swift
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Bamboo

REST API documentation not accurate

Created: 10/Jun/07 09:40 AM   Updated: 05/Jul/07 02:48 AM
Component/s: Remote API
Affects Version/s: 1.1.1
Fix Version/s: 1.2

Time Tracking:
Not Specified

Participants: Ajay Sridhar [Atlassian] and Bob Swift
Since last comment: 1 year, 17 weeks, 3 days ago
Number of comments: 1
Labels:


 Description  « Hide
APIs documented at: ... /api/index.action. It would be nice to also have them on the web site.

Documented APIs that do not work:

  1. listUsersBuildNames

Undocumented APIs that seem to work (looked at xwork.xml to figure out what might be available)

  1. listProjectNames
  2. getProjectDetails
  3. getLatestBuildResultsForProject

Undocumented APIs that are valid but don't seem to return any information

  1. getLatestUserBuilds


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ajay Sridhar [Atlassian] added a comment - 13/Jun/07 01:32 AM - edited
Hi Bob,

Thank you for raising the bug issue.

I was able to verify that the getLatestUserBuilds{String Auth} does not work.

The REST API is now updated with the new methods -

  • getLatestBuildResultsForProject
  • getProjectDetails
  • listProjectNames
  • getLatestUserBuilds

Note: The getLatestUserBuilds(String auth) returns the users favorite builds and if the user doesn't have any favorite builds selected - the method does not return anything.

getLatestUserBuilds(String auth)
http://localhost:8085/api/rest/getLatestUserBuilds.action?auth=6MBI25ubA8
Test - Defaul2 DDD-DE2 fail 14 0 0 2007-06-07 17:43:16

Cheers,
Ajay