Optional list of computed methods to include in the response. Example: 'responsible_user_natural_name' returns the full name of the responsible user. Available methods are documented in the CentralStationCRM Swagger API documentation. These add extra fields to the response.
includesarray
Optional list of related objects to include in the response. Valid values: 'companies' (associated companies), 'tags' (associated tags). If included, the corresponding fields will be populated in the response.
person_idinteger
Required
The unique ID of the person to retrieve. Must be a positive integer.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not