cURL
curl --request GET \ --url https://api.example.com/api/DocumentTemplates/Custom-Fields
[ { "id": 123, "customerID": 123, "name": "<string>", "slug": "<string>", "formula": "<string>" } ]
OK
Was this page helpful?