QuestionQ412

Configure Microsoft Dataverse

You create a custom API and define the API as a function.

The custom API does not appear in the response from https://[yourorg].api.crm.dynamics.com/api/data/v9.2/$metadata and returns an error when it is called.

You need to determine why the custom API is not working.

What should you do?

  • A Add a response property to the custom API.
  • B Add a request property to the custom API.
  • C Set the Enabled for Workflow option of the customer API to True.
  • D Set the is Private property of the custom API to False.
Explanation

A Dataverse Custom API defined as a function must have at least one response property. A function without a response property is invalid, is not included in the Web API $metadata document, and returns a resource-not-found error when invoked.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!