GET List Email Patterns​
List saved email block patterns, newest first.
Note the response envelope: patterns carries only data and total, not the full paginator. Page through it with page and per_page and use total to work out how many pages there are.
search matches against the serialised pattern value, so it hits the title, content, category, and description at once. LIKE wildcards in the term are escaped and matched literally.
Required capability: fcrm_read_emails
Enforced by EmailPatternPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
Case-insensitive substring match against the stored pattern value.
Page number to return.
1Rows per page.
15Responses​
Matching patterns.