📈
Valtimo Portal (obsolete)
  • Valtimo Portal documentation
  • Portal libraries (front-end)
  • Adding custom translations
  • Override views
  • Public tasks
  • GZAC
    • Connecting with Open Zaak
    • Connecting with the Objects Api
      • Tasks in the Objects Api
  • Form.io related
    • Adding custom form.io components
    • Form.io customClass
    • Missing form.io icons
Powered by GitBook
On this page
  • Add dependency
  • Add configuration

Was this helpful?

  1. GZAC

Connecting with the Objects Api

How to connect the Valtimo Portal with the Objects Api

Add dependency

To add Objects Api to your project you'll need the following dependency:

<dependencies>
    <dependency>
        <groupId>com.ritense.valtimo.portal</groupId>
        <artifactId>objects-api</artifactId>
        <version>master-92</version>
    </dependency>
</dependencies>
dependencies {
    implementation "com.ritense.valtimo:objects-api:master-92"
}

Add configuration

The following configurations need to be added to the application.yml:

valtimo:
    objectsapi:
        url: http://example.com
        token: example-api-token

PreviousConnecting with Open ZaakNextTasks in the Objects Api

Last updated 2 years ago

Was this helpful?