Skip to main content

propertymappings_all_types_list

GET 

/api/v3//propertymappings/all/types/

Get all creatable types

Responses

Schema

  • Array [

  • name stringrequired
    description stringrequired
    component stringrequired
    model_name stringrequired
    icon_url string
    requires_enterprise boolean
  • ]

curl -L '/api/v3/propertymappings/all/types/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
/api/v3
Auth