functionBlueprintGetParams

GET 

/v1/function-blueprints/:functionBlueprintId/function-blueprint-params

functionBlueprintGetParams

Request

Example
{
  "data": [
    {
      "id": "string",
      "name": "string",
      "sourceName": "string",
      "type": "CORE",
      "valueType": "STRING",
      "storage": "SOURCE_CODE",
      "description": "string",
      "defaultValue": "string",
      "createdDttm": "2024-01-01T00:00:00.000Z",
      "updatedDttm": "2024-01-01T00:00:00.000Z"
    }
  ],
  "meta": {
    "correlationId": "28683605291",
    "timestamp": "2024-01-01T00:00:00.000Z",
    "paging": {
      "totalElements": 100,
      "totalPages": 5,
      "pageSize": 20,
      "pageNumber": 0,
      "pageOffset": 0
    }
  },
  "errors": []
}
Example
{
  "meta": {
    "correlationId": "28683605291",
    "timestamp": "2024-01-01T00:00:00.000Z"
  },
  "errors": [
    {
      "code": "FAAS-500",
      "message": "Internal Server Error!"
    }
  ]
}