{ "opencollection": "1.0.0", "info": { "name": "Height APP Activities Field Templates API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Field Templates", "type": "folder" }, "items": [ { "info": { "name": "List all field templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.height.app/fieldTemplates" }, "docs": "List all field templates" }, { "info": { "name": "Create an option for a field template", "type": "http" }, "http": { "method": "POST", "url": "https://api.height.app/fieldTemplates/:id/options", "params": [ { "name": "id", "value": "", "type": "path", "description": "field template id (UUID)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint adds an option to a `select` or `labels` field template." }, { "info": { "name": "Update or delete an option for a field template", "type": "http" }, "http": { "method": "PUT", "url": "https://api.height.app/fieldTemplates/:id/options/:optionId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "optionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint updates or deletes an option to a `select` or `labels` field template.\n\nThe field template must be unlocked to use this endpoint. Locking and unlocking field templates is an enterprise feature." } ] } ], "bundled": true }