Kustomer API

Getting access, Developing, Testing

Back to Kustomer

Find Company KObjects

Retrieves all custom objects (KObjects) that are linked to a company using the unique klass name.

Any one of the following roles is required for this endpoint:

|Legacy Role|Equivalent Permission Set Role| |-----|--------| |org.user.company.read|org.permission.company.read|

Input

type: object properties: parameters: type: object properties: id: type: string description: (Required) Unique ID of the company. name: type: string description: (Required) Unique Klass name. required: - id - name title: Parameters

Output

type: object