How do I find the IFeedService parameters?
![]()
I'd like to harness the power of the IFeedService. Any idea where I can find a list of possible parameters and values?
${server-URL}/service/com.ibm.team.repository.common.internal.IFeedService?itemType=WorkItem&user=${current_user}
From this sample above, I see the parameter itemType and user. In other articles I've found provider and project_area to be parameters. I would like to see the complete list with possible values. I see that provider can be set to query and that a query can be another parameter with some unique ID for a value.
Thanks.
|
Accepted answer
2 other answers
![]()
thanks for this question and answer link.. It helps with a current project.
Sam |
![]()
Hi Guys,
Can i get my own changes and other person in one query. for example
${server-URL}/service/com.ibm.team.repository.common.internal.IFeedService?itemType=WorkItem&user=myUserId or user=otherUserId
I tried some combinations but have not found the right one.
|