I’m following this DOC https://developers.activecampaign.com/v3/reference#retrieve-fields-1
I currently have 21 custom fields, but with this endpoint it’s returning 20 fields only.
Here is the result:
{
"fieldOptions": [],
"fieldRels": [20 items],
"fields": [20 items],
"meta": {
"total": "21",
"selected": null
}
}
As you can see, it’s only returning 20 items into fields, but the metadata says it has 21 in total.
How can I retrieve all custom fields?