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.
customerprofiles_list_profile_objects(
NextToken = NULL,
MaxResults = NULL,
DomainName,
ObjectTypeName,
ProfileId,
ObjectFilter = NULL
)
The pagination token from the previous call to ListProfileObjects.
The maximum number of objects returned per page.
[required] The unique name of the domain.
[required] The name of the profile object type.
[required] The unique identifier of a customer profile.
Applies a filter to the response to include profile objects with the specified index values.