GOGETMUSCLE Community URL field and the schemas API

URL field and the schemas API

I’m encountering an issue with the URL field and the API.
I created a URL field for Contacts via the UI:


Sachavskyi_0-1750864151448.png


I’m trying to retrieve the Contacts schema using /crm-object-schemas/v3/schemas/0-1, but I’m getting the following response:




{
“updatedAt”: “2025-06-25T14:48:22.563Z”,
“createdAt”: “2025-06-25T14:48:22.563Z”,
“name”: “custom_url”,
“label”: “custom_url”,
“type”: “string”,
“fieldType”: “text”,
“description”: “”,
“groupName”: “contactinformation”,
“options”: [],
“createdUserId”: “7055693”,
“updatedUserId”: “7055693”,
“displayOrder”: -1,
“calculated”: false,
“externalOptions”: false,
“archived”: false,
“hasUniqueValue”: false,
“hidden”: false,
“modificationMetadata”: {
“archivable”: true,
“readOnlyDefinition”: false,
“readOnlyValue”: false
},
“formField”: false,
“dataSensitivity”: “non_sensitive”
}


This field behaves like a regular “Single-line Text” field in the API response.
How can I distinguish between a “URL” field and a standard “Single-line Text” field using the API?

Leave a Reply

Your email address will not be published.

Related Post

Api – ImagesApi – Images

Estoy integrando la API de HubSpot en mi sistema y tengo una consulta sobre cómo adjuntar imágenes al momento de crear un ticket mediante la API. Actualmente, estoy utilizando la API