API DocumentationManufacturer infill controller
Get infill by ID
Retrieves a specific infill option by its unique identifier
Authorization
Phasio API Bearer Token AuthorizationBearer <token>
In: header
Path Parameters
infillId*integer
ID of the infill option to retrieve
Response Body
application/json
curl -X GET "https://example.com/api/manufacturer/v1/infill/0"{ "infillId": 0, "name": "string", "value": 0, "effectiveFrom": "2019-08-24", "default": true, "isDeleted": true}Empty
Last updated on