Skip to content

[F] getNextLinkVerb

function getNextLinkVerb(context, entity): "GET" | "POST";

Get the HTTP verb specified for next link operations in paging scenarios.

ParameterTypeDescription
contextTCGCContextTCGCContext
entityOperationOperation to check for nextLinkVerb decorator

"GET" | "POST"

The HTTP verb string (“POST” or “GET”). Defaults to “GET” if decorator is not applied.