Skip to content

How to consume a parametrized asset via API (MS8) #725

Answered by ip312
ip312 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @tmberthold. After the troubleshooting session with @richardtreier we were able to find the appropriate approach (the documentation referred above seems to be outdated)
First of all another endpoint should be used: POST [CaaS base url]/control/data/wrapper/ui/pages/contract-agreement-page/transfers. The following json-request is working for us

{
   "type":"PARAMS_ONLY",
   "params":{
      "contractAgreementId":"[contract agreement id]",
      "dataSinkProperties":{
         "type":"HttpData",
         "baseUrl":"[data sink address]",
         "method":"POST"
      },
      "properties":{
         "method":"GET",
         "pathSegments":"[custom path]",
         "queryParams":"[parame…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@tmberthold
Comment options

@ip312
Comment options

Comment options

You must be logged in to vote
1 reply
@tmberthold
Comment options

Answer selected by tmberthold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants