Returns all portal team templates that allow users to name their organization (or group), add members, and define their activities within the portal.
This method doesn't have any parameters.
GET api/2.0/settings/customschemas Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
List of team templates with the following parameters
{ "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" } ] }