Get Contact List Properties

Retrieve all the property fields that exist in the specified contact list.

In the MainBrainer CRM, contact information is stored under a contact as the contact’s various properties. This endpoint returns the different property heads (property IDs along with the property names) under which contact information is stored for the specified contact list.

SecurityBearer
Request
path Parameters
listid
required
string <uuid>

The contact list ID whose property fields you wish to retrieve.

Responses
200

Success

400

Bad Request

401

Unauthorized

409

Conflict

422

Client Error

500

Server Error

get/list/{listid}/propertyfields
Request samples
Response samples
[
  • {
    • "propertyId": "string",
    • "propertyName": "string",
    • "personalizationTag": "string"
    }
]