retrieve Lambda With Id
GET {{baseUrl}}/api/lambda/:lambdaId
Retrieves the lambda for the given Id.
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"}]}