packageBlueprintGetAll
GET/v1/package-blueprints
packageBlueprintGetAll
Request
Example
{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"parentId": "550e8400-e29b-41d4-a716-446655440000",
"name": "string",
"version": "string",
"description": "string",
"documentation": {
"heading": "HuggingFace Serverless API",
"description": "<p>Use any HuggingFace model for LLM chatbots, chat moderation, sentiment analysis and more!</li></ol>",
"prerequisites": [
"Create an account with HuggingFace",
"Grab the <code>HUGGINGFACE_API_KEY</code> from: https://huggingface.co/settings/tokens ",
"Click New token button"
],
"input": [],
"links": {},
"output": []
},
"iconBase64": "string",
"iconMediaType": "string",
"state": "string",
"tags": [
"CATALOG"
],
"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!"
}
]
}