curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/font/list \
--header 'Content-Type: application/json' \
--data '{}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Fonts": [
{
"Name": "<string>",
"FamilyName": "<string>",
"FaceName": "<string>"
}
]
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/font/list \
--header 'Content-Type: application/json' \
--data '{}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Fonts": [
{
"Name": "<string>",
"FamilyName": "<string>",
"FaceName": "<string>"
}
]
}
The response is of type object
.