CRM
List CRM object types
GET
/
v1
/
crm
/
object-types
List CRM object types
curl --request GET \
--url https://api.wazapin.com/v1/crm/object-typesconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/crm/object-types', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/crm/object-types"
response = requests.get(url)
print(response.text){
"items": [
{
"backing_entity": "<string>",
"backing_table": "<string>",
"domain": "<string>",
"explicit": true,
"generalized": true,
"icon_key": "<string>",
"kind": "<string>",
"label": "<string>",
"plural_label": "<string>",
"primary_display_field": "<string>",
"supported_capabilities": [
"<string>"
],
"supports_custom_fields": true,
"supports_lists": true,
"supports_relationships": true
}
]
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}Response
OK
Show child attributes
Show child attributes
⌘I
List CRM object types
curl --request GET \
--url https://api.wazapin.com/v1/crm/object-typesconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/crm/object-types', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/crm/object-types"
response = requests.get(url)
print(response.text){
"items": [
{
"backing_entity": "<string>",
"backing_table": "<string>",
"domain": "<string>",
"explicit": true,
"generalized": true,
"icon_key": "<string>",
"kind": "<string>",
"label": "<string>",
"plural_label": "<string>",
"primary_display_field": "<string>",
"supported_capabilities": [
"<string>"
],
"supports_custom_fields": true,
"supports_lists": true,
"supports_relationships": true
}
]
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}