retrieve Lambdas By Type With Id
GET {{baseUrl}}/api/lambda?type=<string>
Retrieves all the lambdas for the provided type.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string | The type of the lambda to return. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"lambda":{"body":"\u003cstring\u003e","debug":"\u003cboolean\u003e","engineType":"Nashorn","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","name":"\u003cstring\u003e","type":"LinkedInReconcile"},"lambdas":[{"body":"\u003cstring\u003e","debug":"\u003cboolean\u003e","engineType":"GraalJS","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","name":"\u003cstring\u003e","type":"TwitterReconcile"},{"body":"\u003cstring\u003e","debug":"\u003cboolean\u003e","engineType":"Nashorn","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","name":"\u003cstring\u003e","type":"SCIMServerGroupRequestConverter"}]}