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}

{
   "content": [
      {
         "id": 604,
         "templateIds": ["TMPL84aMXD6vd"],
         "parentId": 603,
         "orgId": 829,
         "name": "Default Product"
      }
   ],
   "totalElements": 1
}

Request examples:

Last updated

Was this helpful?