latestSwagger 2.02026-08-101561322.2 MB
3e4029d19684
Custom Fields
Get all custom fields
<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Custom%20Fields/getCustomFields" target="_blank">Try in sandbox</a><br>
get/api/v2/customfields
Query parameters
pageinteger
Fetch specified results page.
limitinteger
The number of results per page.
Response
Requested custom fields have been returned with success.
Example response
{
"page": 1,
"pageCount": 10,
"limit": 10,
"resources": [
{
"id": 23,
"name": "DOB",
"createdAt": "2015-02-11T07:33:19+0000"
}
]
}