Skip to content
Snippets Groups Projects
Commit 0e01af54 authored by Seamus Lee's avatar Seamus Lee Committed by Sean Madsen
Browse files

Fix up URLs

parent 163a643e
No related branches found
No related tags found
No related merge requests found
# API Options
There are many API Options accepted by the CiviCRM API. These options allow the developer to add in more paramaters to the resulting Query that is run against the databasae. E.g. Limit, Sort. You can explore these options using the the [API Explorer](/api/index.md#api-explorer) and the [API examples](/api/index.md#api-examples). However, some parameters are particularly dynamic or generic; these may not be explained well by the auto-generated documentation. The format for passing options as parameters using the REST interface is explained at [REST interface](https://wiki.civicrm.org/confluence/display/CRMDOC/REST+interface#RESTinterface-optionsparameters).
There are many API Options accepted by the CiviCRM API. These options allow the developer to add in more paramaters to the resulting Query that is run against the databasae. E.g. Limit, Sort. You can explore these options using the the [API Explorer](/api#api-explorer) and the [API Examples](/api/examples) However, some parameters are particularly dynamic or generic; these may not be explained well by the auto-generated documentation. The format for passing options as parameters using the REST interface is explained at [REST interface](/api/interfaces#rest).
## sequential
......
......@@ -58,7 +58,7 @@ hook_civicrm_alterMailContent hooks/hook_civicrm_alterMailContent
hook_civicrm_postMailing hooks/hook_civicrm_postMailing
hook_civicrm_aclGroup hooks/hook_civicrm_aclGroup
hook_civicrm_aclWhereClause hooks/hook_civicrm_aclWhereClause
hook_civicrm_alterAPIPermissions hooks/hook_civicrm_alterAPIPermissions
ook_civicrm_alterAPIPermissions hooks/hook_civicrm_alterAPIPermissions
hook_civicrm_permission_check hooks/hook_civicrm_permission_check
hook_civicrm_permission hooks/hook_civicrm_permission
hook_civicrm_selectWhereClause hooks/hook_civicrm_selectWhereClause
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment