customerprofiles_list_profile_objects: Returns a list of objects associated with a profile of a...

View source: R/customerprofiles_operations.R

customerprofiles_list_profile_objectsR 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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.