curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Globalization/api/v1/Globalization/SupportedLanguages
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Languages": [
{
"Code": "<string>",
"Name": "<string>",
"Description": "<string>",
"Locale": "<string>"
}
]
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Globalization/api/v1/Globalization/SupportedLanguages
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Languages": [
{
"Code": "<string>",
"Name": "<string>",
"Description": "<string>",
"Locale": "<string>"
}
]
}
The response is of type object
.