{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Sign Templates API", "version": "1.0" }, "items": [ { "info": { "name": "Sign Templates", "type": "folder" }, "items": [ { "info": { "name": "List Box Sign templates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sign_templates", "params": [ { "name": "marker", "value": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii", "type": "query", "description": "Defines the position marker at which to begin returning results. This is\nused when paginating using marker-based pagination.\n\nThis requires `usemarker` to be set to `true`." }, { "name": "limit", "value": "1000", "type": "query", "description": "The maximum number of items to return per page." } ] }, "docs": "Gets Box Sign templates created by a user." }, { "info": { "name": "Get Box Sign template by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sign_templates/:template_id", "params": [ { "name": "template_id", "value": "123075213-7d117509-8f05-42e4-a5ef-5190a319d41d", "type": "path", "description": "The ID of a Box Sign template." } ] }, "docs": "Fetches details of a specific Box Sign template." } ] } ], "bundled": true }