Skip to content
Download OpenAPI description
Languages
Servers
https://api.kanbert.com/api/v1
Operations
Operations
Operations
Operations
Operations
Webhooks
Operations
Webhooks
Operations
Operations
Webhooks
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Schemas
idstringrequired
titlestring or nullrequired
planobject or nullrequired
plan.​property name*numberadditional property
start_datestring or null(date-time)required
end_datestring or null(date-time)required
created_atstring(date-time)required
updated_atstring or null(date-time)required
{ "id": "string", "title": "string", "plan": { "property1": 0, "property2": 0 }, "start_date": "2019-08-24T14:15:22Z", "end_date": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }
idstringrequired
external_idstring or nullrequired

Can be used to add an identifier to the project from an external system, must be unique

external_originstring or nullrequired

If originated from external system origin is added

titlestringrequired
descriptionstring or nullrequired
shortcodestringrequired
po_numberstring or nullrequired
project_typeProjectTypeData (object) or nullrequired
Any of:
project_type.​idstringrequired
project_type.​titlestringrequired
project_type.​shortcodestringrequired
project_type.​colorstringrequired
project_type.​orderintegerrequired
project_type.​is_defaultbooleanrequired
project_groupProjectGroupData (object) or nullrequired
Any of:
project_group.​idstringrequired
project_group.​titlestringrequired
statusstringrequired
is_acquisitionbooleanrequired
is_privatebooleanrequired
start_datestring or null(date)required
end_datestring or null(date)required
clientobject(ClientData)required
client.​idstringrequired
client.​external_idstring or nullrequired

Can be used to add an identifier to the client from an external system, must be unique

client.​external_originstring or nullrequired

If originated from external system origin is added

client.​namestringrequired
client.​shortcodestring or nullrequired
client.​primary_contactUserData (object) or nullrequired
Any of:
client.​primary_contact.​idstringrequired
client.​primary_contact.​first_namestringrequired
client.​primary_contact.​last_namestringrequired
client.​primary_contact.​emailstringrequired
client.​primary_contact.​typestring(UserType)required
Enum"user""guest""tax_advisor""integration"
client.​primary_contact.​spaceobject(SpaceData)required
client.​primary_contact.​space.​idstringrequired
client.​primary_contact.​space.​namestringrequired
client.​origin_spaceSpaceData (object) or nullrequired
Any of:

Shared space which the client is shared from, if null client is not shared

client.​origin_space.​idstringrequired
client.​origin_space.​namestringrequired
tagsArray of objects(ProjectTagData)
portfoliosArray of objects(ProjectPortfolioData)
custom_fieldsobjectrequired

The key is the field name for your custom field, value type depends on the field type

custom_fields.​property name*string or boolean or integer or nulladditional property
Any of:
string
origin_spaceSpaceData (object) or nullrequired
Any of:

Shared space which the project is shared from, if null project is not shared

origin_space.​idstringrequired
origin_space.​namestringrequired
teamArray of objects(TeamMemberData)

Project team

guestsArray of objects(TeamMemberData)

Project guests

computed_fieldsobject
{ "id": "string", "external_id": "string", "external_origin": "string", "title": "string", "description": "string", "shortcode": "string", "po_number": "string", "project_type": { "id": "string", "title": "string", "shortcode": "string", "color": "string", "order": 0, "is_default": true }, "project_group": { "id": "string", "title": "string" }, "status": "string", "is_acquisition": true, "is_private": true, "start_date": "2019-08-24", "end_date": "2019-08-24", "client": { "id": "string", "external_id": "string", "external_origin": "string", "name": "string", "shortcode": "string", "primary_contact": {}, "origin_space": {} }, "tags": [ {} ], "portfolios": [ {} ], "custom_fields": "['custom_field_1' => 'value', 'custom_field_2' => true]", "origin_space": { "id": "string", "name": "string" }, "team": [ {} ], "guests": [ {} ], "computed_fields": { "property1": 0, "property2": 0 } }
idstringrequired
titlestringrequired
{ "id": "string", "title": "string" }