GET api/2.0/settings/customschemas This function requires authentication

Description

Returns all portal team templates that allow users to name their organization (or group), add members, and define their activities within the portal.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/settings/customschemas
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

List of team templates with the following parameters

Example Response
{
  "status": 0,
  "response": [
    {
      "Id": "some text",
      "Name": "some text",
      "UserCaption": "some text",
      "UsersCaption": "some text",
      "GroupCaption": "some text",
      "GroupsCaption": "some text",
      "UserPostCaption": "some text",
      "RegDateCaption": "some text",
      "GroupHeadCaption": "some text",
      "GuestCaption": "some text",
      "GuestsCaption": "some text"
    }
  ]
}