Returns a team template by the ID specified in the request.
Name | Description | Type | Example |
id
sent in url
|
Team template ID | string | some text |
GET api/2.0/settings/customschemas/%22some+text%22 Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
Team template with the following parameters
application/json
{ "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" } }
text/xml
<result> <status>0</status> <response> <Id>some text</Id> <Name>some text</Name> <UserCaption>some text</UserCaption> <UsersCaption>some text</UsersCaption> <GroupCaption>some text</GroupCaption> <GroupsCaption>some text</GroupsCaption> <UserPostCaption>some text</UserPostCaption> <RegDateCaption>some text</RegDateCaption> <GroupHeadCaption>some text</GroupHeadCaption> <GuestCaption>some text</GuestCaption> <GuestsCaption>some text</GuestsCaption> </response> </result>