cURL
curl --request GET \ --url https://app.sajn.se/api/v1/custom-fields \ --header 'authorization: <authorization>'
{ "customFields": [ { "id": "<string>", "name": "<string>", "type": "DOCUMENT", "inputType": "TEXT", "defaultValue": "<string>", "required": true, "options": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "totalPages": 123 }
Retrieve a paginated list of custom field definitions.
Custom fields allow you to add additional structured data to documents or contacts.
Query Parameters:
page
perPage
type
Bearer token for API authentication
200
Show child attributes
Was this page helpful?