invocation
service
Invoke a method on a remote dapr app
This endpoint lets you invoke a method in another Dapr enabled app.
get/v1.0/invoke/{appId}/method/{method-name}
Path parameters
appIdstring required
the App ID associated with the remote app
Example:nodeapp
the App ID associated with the remote app
method-namestring required
name of the method to be invoked
Example:neworder
name of the method to be invoked
Headers
Content-Typestring
the App ID associated with the remote app
Example:application/json
the App ID associated with the remote app
Parameters
#/components/securitySchemes/ApiKeyAuth — unresolved $ref
Response
Operation succeeded