-
Notifications
You must be signed in to change notification settings - Fork 16
pacx customapi
github-actions[bot] edited this page Jun 16, 2026
·
1 revision
Commands to manage Dataverse Custom APIs and their parameters and response properties.
| Command | Description |
|---|---|
| pacx customapi add-param | Adds a request parameter to an existing Dataverse Custom API. |
| pacx customapi add-response | Adds a response property to an existing Dataverse Custom API. |
| pacx customapi bind | Binds a Dataverse Custom API to a plugin by setting its PluginTypeId lookup. |
| pacx customapi create | Creates a Dataverse Custom API with optional request parameters and response properties. |
| pacx customapi delete | Deletes a Dataverse Custom API and all its request parameters and response properties. |
| pacx customapi describe | Shows the full signature and metadata of a Dataverse Custom API, including its request parameters and response properties. |
| pacx customapi list | Lists Dataverse Custom APIs in the current environment. |
| pacx customapi remove-param | Removes a request parameter from an existing Dataverse Custom API. |
| pacx customapi remove-response | Removes a response property from an existing Dataverse Custom API. |
| pacx customapi run | Executes a Dataverse Custom API, passing input parameters from a JSON string or file and printing the response. |
- pacx auth
- pacx column
- pacx customapi
- pacx data
- pacx forms
- pacx history
- pacx key
- pacx optionset
- pacx org
- pacx plugin
- pacx project
- pacx publish
- pacx rel
- pacx ribbon
- pacx script
- pacx settings
- pacx solution
- pacx table
- pacx tool
- pacx unifiedrouting
- pacx usersettings
- pacx view
- pacx webresources
- pacx workflow