Optional
configuration: ConfigurationPerson name.
Optional
userId: stringOptional. Filter by user id, and attach user data.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Optional
limit: numberOptional. The maximum number of records to return.
Optional
searchTerm: stringThe search term.
Optional
fields: ItemFields[]Optional. Specify additional fields of information to return in the output.
Optional
filters: ItemFilter[]Optional. Specify additional filters to apply.
Optional
isFavorite: booleanOptional filter by items that are marked as favorite, or not. userId is required.
Optional
enableUserData: booleanOptional, include user data.
Optional
imageTypeLimit: numberOptional, the max number of images to return, per image type.
Optional
enableImageTypes: ImageType[]Optional. The image types to include in the output.
Optional
excludePersonTypes: string[]Optional. If specified results will be filtered to exclude those containing the specified PersonType. Allows multiple, comma-delimited.
Optional
personTypes: string[]Optional. If specified results will be filtered to include only those containing the specified PersonType. Allows multiple, comma-delimited.
Optional
appearsInItemId: stringOptional. If specified, person results will be filtered on items related to said persons.
Optional
userId: stringUser id.
Optional
enableImages: booleanOptional, include image information in output.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
PersonsApi - axios parameter creator
Export