...
[<https>|<custom schema>]://[application domain]/native/execute/[base64 encoded request json]
Info |
---|
Note: URL safe Base64 encoding must be used. Otherwise some links can appear not readable by the application. |
For application domains and custom schemas see below.
The request format follows the ActionInstance DTO ActionInstanceInfoDTO (https://github.com/zakaio/service-dashboard-backend/blob/master/src/dto/ActionInstanceDTO.ts) with several additional fields.
One of those fields is the optional field url
sourceURL
. If the URL sourceURL
field is present presents and has a web URL, the remaining fields are ignored and used to download the ActionInstance object for further processing. In this case, the downloaded object's URL sourceURL
field is ignored in any state to prevent recursion.
...
Depends on application environment application is configured to requests towards following domains:
ProofSpace:
zakaproofspace.ioid
ProofSpace test:
test.zakaproofspace.ioid
ProofSpace staging:
stage.zakaproofspace.ioid
ProofSpace preprod:
prod-test.zakaproofspace.ioid
Constrains
For an ActionInstance object downloaded via the URL sourceURL
field or the request, its URL sourceURL
field is ignored with any state to prevent recursion.
...