You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd class="field-odd"><p><strong>include</strong> (<em>str</em><em>, </em><em>optional</em>) – Comma-separated list of resource paths for related resources to include in the response. Supported resource
7945
-
path is <code class="docutils literal notranslate"><span class="pre">created_by</span></code>.</p>
7944
+
<dd class="field-odd"><ul class="simple">
7945
+
<li><p><strong>page</strong> (<em>int</em><em>, </em><em>optional</em>) – The page to start paginating from. If <code class="docutils literal notranslate"><span class="pre">page</span></code> is not specified, the argument defaults to the first page.</p></li>
7946
+
<li><p><strong>per_page</strong> (<em>int</em><em>, </em><em>optional</em>) – The number of rules to return per page. If <code class="docutils literal notranslate"><span class="pre">per_page</span></code> is not specified, the argument defaults to 100.</p></li>
7947
+
<li><p><strong>sort</strong> (<em>str</em><em>, </em><em>optional</em>) – String for sort order, composed of field and sort order separated by a colon, for example <code class="docutils literal notranslate"><span class="pre">name:asc</span></code>. Supported sort directions: <code class="docutils literal notranslate"><span class="pre">asc</span></code> , <code class="docutils literal notranslate"><span class="pre">desc</span></code>. Supported fields: <code class="docutils literal notranslate"><span class="pre">name</span></code> , <code class="docutils literal notranslate"><span class="pre">created_at</span></code>.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">text</span></code> : Free-text query matched against rule name, tags, and recipients.</p></li>
7951
+
<li><p><code class="docutils literal notranslate"><span class="pre">tags</span></code> : Array of strings. Return rules that have any of these tags.</p></li>
7952
+
<li><p><code class="docutils literal notranslate"><span class="pre">recipients</span></code> : Array of strings. Return rules that have any of these recipients.</p></li>
7953
+
</ul>
7954
+
</p></li>
7955
+
<li><p><strong>include</strong> (<em>str</em><em>, </em><em>optional</em>) – Comma-separated list of resource paths for related resources to include in the response. Supported resource
7956
+
path is <code class="docutils literal notranslate"><span class="pre">created_by</span></code>.</p></li>
0 commit comments