Get All Templates
Get Organization Templates
GET
https://{server_address}/api/v1/organization/templates
Query Parameters
Name | Type | Description |
---|---|---|
page | 0 | Page number starting from 0. First page by default. |
size | 20 | Page size. Should be from 1 to 100. 20 by default. |
orgId | 1 | Organization identifier. Should be a valid integer. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | Bearer {access_token} |
Request examples:
Last updated