API DocumentationManufacturer infill controller
Get infill by ID
Retrieves a specific infill option by its unique identifier
AuthorizationBearer <token>
In: header
Path Parameters
infillIdinteger
ID of the infill option to retrieve
Format
int64Response Body
curl -X GET "http://m-api-dev.phas.io/api/manufacturer/v1/infill/0"{
"infillId": 0,
"name": "string",
"value": 0,
"effectiveFrom": "2019-08-24",
"default": true,
"isDeleted": true
}Empty