API DocumentationManufacturer infill controller

Get infill by ID

Retrieves a specific infill option by its unique identifier

GET
/api/manufacturer/v1/infill/{infillId}
AuthorizationBearer <token>

In: header

Path Parameters

infillIdinteger

ID of the infill option to retrieve

Formatint64

Response 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