GET api/2.0/settings/authservice
Returns the authorization services.
This method doesn't have any parameters.
GET api/2.0/settings/authservice
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": [
{
"Name": "some text",
"Title": "some text",
"Description": "some text",
"Instruction": "some text",
"CanSet": true
}
]
}
text/xml
<result>
<status>0</status>
<response>
<Name>some text</Name>
<Title>some text</Title>
<Description>some text</Description>
<Instruction>some text</Instruction>
<CanSet>True</CanSet>
</response>
</result>