curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/LdapProvider
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Connections": [
{
"Id": "<string>",
"Hostname": "<string>",
"UseSSL": true,
"Port": 123,
"Username": "<string>"
}
]
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/LdapProvider
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Connections": [
{
"Id": "<string>",
"Hostname": "<string>",
"UseSSL": true,
"Port": 123,
"Username": "<string>"
}
]
}
The response is of type object
.