PULSAR
API ReferenceCustom Fields

Get All

Get the all the fields divided by entity

Authorization

bearerAuth user, superuser, admin, superadmin, readonly
Authorization<token>

In: header

Scope: user, superuser, admin, superadmin, readonly

Response Body

application/json

Try it live
GET
/custom-fields

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X GET "https://example.com/custom-fields"
{  "property1": {    "property1": {      "id": "string",      "type": "string",      "name": "string",      "companyId": 0.1,      "config": null,      "default": null    },    "property2": {      "id": "string",      "type": "string",      "name": "string",      "companyId": 0.1,      "config": null,      "default": null    }  },  "property2": {    "property1": {      "id": "string",      "type": "string",      "name": "string",      "companyId": 0.1,      "config": null,      "default": null    },    "property2": {      "id": "string",      "type": "string",      "name": "string",      "companyId": 0.1,      "config": null,      "default": null    }  }}