POST
/
api
/
v1
/
font
/
list
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>"
    }
  ]
}

Body

application/json · object

Response

200 - application/json

The response is of type object.