-
Notifications
You must be signed in to change notification settings - Fork 16
pacx customapi describe
github-actions[bot] edited this page Jun 16, 2026
·
1 revision
Shows the full signature and metadata of a Dataverse Custom API, including its request parameters and response properties.
Show the full signature and metadata of a Custom API:
pacx customapi describe -n nn_GregSumGenerate a sample input file (defaults to 'nn_GregSum-input.json' when no path given):
pacx customapi describe -n nn_GregSum --generate-input-filepacx customapi describe -n nn_GregSum --generate-input-file my-input.jsonGenerate a JSON Schema for the input parameters (defaults to 'nn_GregSum-schema.json'):
pacx customapi describe -n nn_GregSum --generate-schema-filepacx customapi describe -n nn_GregSum --generate-schema-file my-schema.jsonBoth flags can be combined in a single call:
pacx customapi describe -n nn_GregSum -gif -gsf| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
unique-name |
n |
Y | Unique name of the Custom API to describe (e.g. nn_GregSum). | - | String |
generate-input-file |
gif |
N | When specified, writes a sample JSON input file at this path, ready to pass to 'customapi run --input-file'. | - | String |
generate-schema-file |
gsf |
N | When specified, writes a JSON Schema file at this path describing the expected input parameters. | - | String |
- 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