Skip to content

pacx customapi list

github-actions[bot] edited this page Jun 16, 2026 · 1 revision

Lists Dataverse Custom APIs in the current environment.

Usage

List all Custom APIs in the current environment:

pacx customapi list

Filter by publisher prefix to see only your organisation's APIs:

pacx customapi list --publisher nn

Find all Custom APIs whose name or display name contains 'Greg':

pacx customapi list -f Greg

List only Custom Functions (GET) for a specific publisher:

pacx customapi list --publisher nn --type Function

Show full signatures (useful for exploring available APIs and their arguments):

pacx customapi list --full
pacx customapi list --publisher nn --full

Arguments

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

Command list

Clone this wiki locally