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.