customerprofiles_list_profile_objects {paws.customer.engagement} | R Documentation |
Returns a list of objects associated with a profile of a given ProfileObjectType
Description
Returns a list of objects associated with a profile of a given ProfileObjectType.
See https://www.paws-r-sdk.com/docs/customerprofiles_list_profile_objects/ for full documentation.
Usage
customerprofiles_list_profile_objects(
NextToken = NULL,
MaxResults = NULL,
DomainName,
ObjectTypeName,
ProfileId,
ObjectFilter = NULL
)
Arguments
NextToken |
The pagination token from the previous call to ListProfileObjects. |
MaxResults |
The maximum number of objects returned per page. |
DomainName |
[required] The unique name of the domain. |
ObjectTypeName |
[required] The name of the profile object type. |
ProfileId |
[required] The unique identifier of a customer profile. |
ObjectFilter |
Applies a filter to the response to include profile objects with the specified index values. |
[Package paws.customer.engagement version 0.9.0 Index]