Skip to main content
GET
/
api
/
DocumentTemplates
/
Custom-Fields
Get Placement Sources.
curl --request GET \
  --url https://api.example.com/api/DocumentTemplates/Custom-Fields
[
  {
    "id": 123,
    "customerID": 123,
    "name": "<string>",
    "slug": "<string>",
    "formula": "<string>"
  }
]

Response

200 - application/json

OK

id
integer<int32>
customerID
integer<int32>
name
string | null
slug
string | null
formula
string | null