packageBlueprintGetFunctionBlueprints
GET/v1/package-blueprints/:packageBlueprintId/function-blueprints
packageBlueprintGetFunctionBlueprints
Request
Example
{
"data": [
{
"id": "string",
"packageBlueprintId": "string",
"name": "string",
"type": "BEFORE_PUBLISH",
"language": "JAVASCRIPT",
"code": "string",
"params": [
{}
],
"testInputs": [
{}
],
"config": {
"type": "BEFORE_PUBLISH"
},
"sortOrder": 0,
"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!"
}
]
}