Project

General

Profile

Project activity #30698

Updated by Tahir Malik 4 months ago

Dit is onze call: 

 https://dev-tezza-openzaak.contezza.cloud/catalogi/api/v1/schema/#operation/zaakinformatieobjecttype_read 
 dit wordt het na de OZ upgrade die we aan het doen zijn: 
 https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/VNG-Realisatie/catalogi-api/1.3.1/src/openapi.yaml#tag/zaaktype-informatieobjecttypen/operation/zaakinformatieobjecttype_retrieve 

 <pre><code class="json"> 
 ​{ 
   "url": "http://example.com", 
   "zaaktype": "http://example.com", 
   "zaaktypeIdentificatie": "string", 
   "informatieobjecttype": "http://example.com", 
   "volgnummer": 1, 
   "richting": "inkomend", 
   "statustype": "http://example.com", 
   "catalogus": "http://example.com" 
 } 
 </code></pre> 

 <pre><code class="json"> 
 ​{ 
   "url": "http://example.com", 
   "zaaktype": "http://example.com", 
   "zaaktypeIdentificatie": "string", 
   "catalogus": "http://example.com", 
   "informatieobjecttype": "string", 
   "volgnummer": 1, 
   "richting": "inkomend", 
   "statustype": "http://example.com" 
 } 
 </code></pre> 

 Changelog OpenZaak: https://github.com/open-zaak/open-zaak/blob/main/CHANGELOG.rst 

 Call bij OZ Github: https://github.com/open-zaak/open-zaak/issues/1864

Back