v17

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

Service method details

Returns exact metadata for one method (by short name or full method id).

get/services/{serviceID}/methods/{methodID}

Path parameters

serviceIDstring required

Full service name (e.g. helloworld.Greeter)

methodIDstring required

Method short name (e.g. SayHello) or full id (e.g. helloworld.Greeter/SayHello)

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