List the rules
This function is an API endpoint that lists the rules attached to a shared address book. It is tagged with "address book" for OpenAPI documentation.
Parameters
-
current: The current page number for pagination. This parameter is currently unused.
-
pageSize: The number of items per page for pagination. This parameter is currently unused.
-
ab: The identifier of the shared address book.
Returns
If successful, this function returns a Json<AbRulesResponse> object containing the rules for the address book. <br> If the address book does not exist or the user is not authorized to access it, this function returns a status::Unauthorized error. <br>
Errors
This function will return an error if the system is in maintenance mode, or if the address book does not exist or the user is not authorized to access it.
Query parameters
Response
Changes
Changed in 2 of the 11 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲