v17

latestOpenAPI 3.0.2MITraw.githubusercontent.com2026-08-03263343.4 KB
services

Service methods

List of registered service methods

get/services/{serviceID}/methods

Path parameters

serviceIDstring required

ID of service

Response

Successful operation

idstring required
namestring required
methodType'unary' | 'client_streaming' | 'server_streaming' | 'bidi_streaming' required

gRPC method interaction type

requestTypestring

Fully-qualified protobuf request message type

responseTypestring

Fully-qualified protobuf response message type

clientStreamingboolean

Indicates client-side streaming method

serverStreamingboolean

Indicates server-side streaming method