It's all about the answers!

Ask a question

[closed] How to fetch the change sets from IBM DNG application based on creation date as query parameter using API


priyanka jogdand (1518) | asked Jun 13, 3:06 a.m.
closed Jun 13, 4:11 a.m. by Ralph Schoon (63.4k33646)

I have an requirement to fetch the change sets using API from IBM DNG application based on specified date.


Currently I am able fetch the delivered state change set only delivered by specific user via mention user Id in API itself.
Simillary, I want to specify the creation date of change set in API itself to fetch particular change set only in order to reduce the time to fetch other unnecessary change sets. 
Please have look on below API and suggest way to get change set based on creation date. 

API:- https://localhost/rm/localVersionExplorer/changesets?parentConfigurationId=${streamURL}&validStates=committed&validUserIds=${userID}&sortByAscending=true&pageEnd=10000&configurationUri=${streamURL}&pageStart=0

Request Method: GET
Headers:
Accept: application/json
Content-Type: application/json

Above API is working for me as its only give the change sets URLs which are in delivered state and delivered by the user whose Iuser d is mentioned in API.

Thanks in Advance.

The question has been closed for the following reason: "Duplicate Question" by rschoon Jun 13, 4:11 a.m.

One answer



permanent link
Ralph Schoon (63.4k33646) | answered Jun 13, 4:11 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER