POST /hoshins/:hoshin_id/goals
Create a long term goal for the given hoshin
Formatos soportados
json, xmlEjemplos
curl -X POST "https://www.hoshinplan.com/hoshins/12312/goals?app_key=<APP_KEY>×tamp=<TIMESTAMP>&signature=<SIGNATURE>" \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -d '{ "name": "My new goal" }'
Parámetros
Nombre del parámetro | Descripción |
---|---|
name requerido |
Validations:
|
position opcional |
Used to sort the goals in the hoshin view Validations:
|
Respuesta
Código HTTP: 201
Descripción:
The newly created goal
Nombre del parámetro | Descripción |
---|---|
id opcional |
Validations:
|
name opcional |
Validations:
|
created_at opcional |
Validations:
|
updated_at opcional |
Validations:
|
hoshin_id opcional |
The id of the area this goal belongs to Validations:
|
company_id opcional |
The id of the company this objective belongs to Validations:
|
position opcional |
Used to sort the goals in the hoshin view Validations:
|