GET api/2.0/settings/customschemas/{id} This function requires authentication

Description

Returns a team template by the ID specified in the request.

Parameters
Name Description Type Example
id
sent in url
Team template ID string some text
Example
GET api/2.0/settings/customschemas/%22some+text%22
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Team template 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"
  }
}