Hi All,
Is it possible to add comment on proof via API. If ues can someone help me with the API please.
Thanks in Advance
Solved! Go to Solution.
Views
Replies
Total Likes
You'll need to use Fusion's "customAPICall" module for Proof. Warning - it's tedious and likely will need some trial & error.
In "method" you paste in what the SOAP method is called (but not the parentheses)
See API documentation here https://api.proofhq.com/home/proofs/addcomment.html
The "SessionID" is implicitly sent if you use Fusion Proof modules.
Also: You don't have to emulate the full SOAP envelope, just the required elements. That means you're "payload" is not valid XMLe.g. you enter <FileID>123456</FileID> into the module.
The module will then add the pieces to make this a valid SOAP call.
Give it a shot with something simple first (e.g. getting proof details)
You'll need to use Fusion's "customAPICall" module for Proof. Warning - it's tedious and likely will need some trial & error.
In "method" you paste in what the SOAP method is called (but not the parentheses)
See API documentation here https://api.proofhq.com/home/proofs/addcomment.html
The "SessionID" is implicitly sent if you use Fusion Proof modules.
Also: You don't have to emulate the full SOAP envelope, just the required elements. That means you're "payload" is not valid XMLe.g. you enter <FileID>123456</FileID> into the module.
The module will then add the pieces to make this a valid SOAP call.
Give it a shot with something simple first (e.g. getting proof details)
@SamyukthaPa1 Just checking in — were you able to resolve your issue? We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!
Views
Replies
Total Likes