-
Notifications
You must be signed in to change notification settings - Fork 16
pacx customapi list
github-actions[bot] edited this page Jun 16, 2026
·
1 revision
Lists Dataverse Custom APIs in the current environment.
List all Custom APIs in the current environment:
pacx customapi listFilter by publisher prefix to see only your organisation's APIs:
pacx customapi list --publisher nnFind all Custom APIs whose name or display name contains 'Greg':
pacx customapi list -f GregList only Custom Functions (GET) for a specific publisher:
pacx customapi list --publisher nn --type FunctionShow full signatures (useful for exploring available APIs and their arguments):
pacx customapi list --fullpacx customapi list --publisher nn --full| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
filter |
f |
N | Case-insensitive substring match against unique name or display name. | - | String |
publisher |
pub |
N | Filter by publisher prefix (e.g. nn). | - | String |
type |
t |
N | Filter by type: Action or Function. | - | Action, Function |
full |
N | Also show the full signature of each Custom API (parameters and response properties). | - | true, false |
- 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