Examples

curl -X POST "https://www.hoshinplan.com/hoshins/12423/areas?app_key=<APP_KEY>&timestamp=<TIMESTAMP>&signature=<SIGNATURE>" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{
  "name": "My new area",
  "description": "This is my area created through the API",
  "color": "#DAF3F8"
}'

Params

Param name Description
name
optional

Validations:

  • Must be a String

description
optional

Validations:

  • Must be a String

position
optional

Used to sort the areas in the hoshin view

Validations:

  • Must be a number.

color
optional

The color of the postits for this area in the kanban view

Validations:

  • Must be a String

Respuesta

Code: 201

Description:

The newly created area

Param name Description
id
optional

Validations:

  • Must be a number.

name
optional

Validations:

  • Must be a String

description
optional

Validations:

  • Must be a String

created_at
optional

Validations:

  • Must be Date.

updated_at
optional

Validations:

  • Must be Date.

hoshin_id
optional

The id of the area this area belongs to

Validations:

  • Must be a number.

company_id
optional

The id of the company this area belongs to

Validations:

  • Must be a number.

position
optional

Used to sort the areas in the hoshin view

Validations:

  • Must be a number.

creator_id
optional

The id of the user that created this area

Validations:

  • Must be a number.

color
optional

The color of the postits for this area in the kanban view

Validations:

  • Must be a String