Saltar al contenido principal
GET
/
v1
/
production
/
recipes
/
{recipeReference}
Get one Recipe by its reference
curl --request GET \
  --url https://api.bold-factory.com/v1/production/recipes/{recipeReference} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "externalReference": "<string>",
  "name": "<string>",
  "productId": "<string>",
  "product": {
    "id": "<string>",
    "code": "<string>",
    "name": "<string>",
    "externalReference": "<string>"
  },
  "conditionFormula": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "createdBy": "<string>",
  "lastModifiedAt": "2023-11-07T05:31:56Z",
  "lastModifiedBy": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

recipeReference
string
requerido

Respuesta

OK

id
string
requerido
externalReference
null | string
requerido
status
enum<string>
requerido
Opciones disponibles:
Active,
Inactive
name
string
requerido
productId
string
requerido
product
object
requerido
conditionFormula
null | string
requerido
createdAt
string<date-time>
requerido
createdBy
string
requerido
lastModifiedAt
string<date-time>
requerido
lastModifiedBy
string
requerido