Home Analyst Portal

URL Parameters documentation / approve review activity

Morten_MeislerMorten_Meisler Premier Partner Advanced IT Monkey ✭✭✭
edited August 2017 in Analyst Portal
Do we have any documentation of the new OData parameters? I know that you can pass parameters in URL with new work items. So far I have found out this:

Simple properties:
http://<server>/Incident/New/?Description=yessir&title=halleluja

Enumerations:
http://<server>/Incident/New/?Description=yessir&Classification=9c46171f-64a2-b33a-fbd3-d3ed9881cdf6

But what is the syntax for handling relationships? (if possible) And are there other places to pass parameters than creation of new work items?

One "obvious" place for me would be to do auto-approvals like this:
http://<server>/ReviewActivity/Approval/RA202?Approve=true
It would of course require some cross-check that logged on user is part of the reviewers.

Thanks

Best Answer

Answers

Sign In or Register to comment.