search Lambdas With Id
POST {{baseUrl}}/api/lambda/search
Searches lambdas with the specified criteria and pagination.
Request Body
{"search"=>{"body"=>"<string>", "name"=>"<string>", "type"=>"ClientCredentialsJWTPopulate", "numberOfResults"=>"<integer>", "orderBy"=>"<string>", "startRow"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"lambdas":[{"body":"\u003cstring\u003e","debug":"\u003cboolean\u003e","engineType":"Nashorn","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","name":"\u003cstring\u003e","type":"SteamReconcile"},{"body":"\u003cstring\u003e","debug":"\u003cboolean\u003e","engineType":"GraalJS","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","name":"\u003cstring\u003e","type":"GoogleReconcile"}],"total":"\u003clong\u003e"}