latestOpenAPI 3.0.2MITraw.githubusercontent.com2026-08-14263363.6 KB

38f761f66622

services

Service methods

List of registered service methods

get/services/{serviceID}/methods

Path parameters

serviceIDstring required

ID of service

Response

Successful operation

idstring required

Method name, used as the path segment in /methods/{methodID}.

namestring required

Method name as declared in the proto file.

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