Skip to content

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.

Commands

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.

Command list

Clone this wiki locally