Card

Number of APIs: 7

  1. Get Cards GET {{host}}/za/v1/cards

  2. Get Function (saved) code GET {{host}}/za/v1/cards/:cardkey/code

  3. Get Function (published) code GET {{host}}/za/v1/cards/:cardkey/publishedcode

  4. Publish Saved Code POST {{host}}/za/v1/cards/:cardkey/publish

  5. Get Executions GET {{host}}/za/v1/cards/:cardkey/code/executions

  6. Execute Function Code (Simulation) POST {{host}}/za/v1/cards/:cardkey/code/execute

  7. Update Function code (Without publishing to card) POST {{host}}/za/v1/cards/:cardkey/code