Comment on page
Connecting with Open Zaak
How to connect the Valtimo Portal with Open Zaak
To add the objectsApi to your project you'll need the following dependency:
Maven
Gradle
<dependencies>
<dependency>
<groupId>com.ritense.valtimo.portal</groupId>
<artifactId>zaak</artifactId>
<version>master-92</version>
</dependency>
</dependencies>
dependencies {
implementation "com.ritense.valtimo:zaak:master-92"
}
The following configurations need to be added to the
application.yml
:valtimo:
openzaak:
url: http://example.com
clientId: example_client
secret: example-client-secret
rsin: "123456789"
documentTypeUrl: http://example.com/catalogi/api/v1/informatieobjecttypen/00000000-0000-0000-000000000000
Last modified 1yr ago