{ "opencollection": "1.0.0", "info": { "name": "Flowable REST Access Tokens Form Instance Models API", "version": "v1" }, "items": [ { "info": { "name": "Form Instance Models", "type": "folder" }, "items": [ { "info": { "name": "Get a form instance model", "type": "http" }, "http": { "method": "POST", "url": "/flowable-rest/service/form/form-instance-model", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a form instance model" } ] } ], "bundled": true }