"A"
- CommentData
AccountingLineItemType
BusinessFieldData
ClientData
ClientFullData
ClientSegment
CompanyData
ContactCompanyPivotData
ContactData
CountryData
CustomFieldData
CustomFieldEntityType
CustomFieldType
DiscountData
EffortAdminCategoryData
EffortData
EffortTypeData
EpicData
ExternalCostData
FileData
IntegrationData
MetricData
MilestoneData
OfferData
OfferLineItemData
OfferStatus
OfferUnitIntervalType
OutgoingInvoiceData
OutgoingInvoiceLineItemData
OutgoingInvoiceMasterData
OutgoingInvoiceMasterType
OutgoingInvoicePaymentBookingData
OutgoingInvoicePaymentStatus
OutgoingInvoiceStatus
PaymentAccountData
PaymentAccountType
PaymentBookingData
PaymentData
PhaseData
PhaseGroupData
PhaseTypeData
ProjectData
ProjectTagData
ProjectTypeData
SpaceData
SupplierData
TagData
TaskData
TaskDueDateRecurringType
TaskDueDateSettingsData
TaskPriorityOptionData
TaskStatus
TeamMemberData
UserData
UserFullData
UserPlan
UserType
UsergroupData
WebhookCreateData
WebhookData
WebhookEvent
CommentData
Kanbert (v1)
CommentData
Default []
{ "id": "string", "external_id": "string", "external_origin": "string", "parent_comment_id": "string", "parent_comment": {}, "task": { "id": "string", "project_id": "string", "client_id": "string", "parent_task_id": "string", "external_id": "string", "external_origin": "string", "uri": "string", "title": "string", "description": "string", "status": "Backlog", "type": "string", "estimated_hours": 0, "is_onhold": true, "is_public": true, "due_date": "2019-08-24", "due_date_settings": { … }, "assignee": { … }, "priorityOption": { … }, "phase": { … }, "milestone": { … }, "epic": { … }, "parent_task": {}, "attachements": [], "watchers": [ … ], "sub_tasks": [ … ], "completed_at": "2019-08-24T14:15:22Z", "closed_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "list_sorting": 0 }, "sub_comments": [ {} ], "author": { "id": "string", "first_name": "string", "last_name": "string", "email": "string", "type": "user", "space": { … } }, "comment": "string", "attachements": [], "is_public": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }
CompanyData
Can be used to add an identifier to the client from an external system, must be unique
Any of:
Can be used to add an identifier to the client from an external system, must be unique
Any of:
The key is the field name for your custom field, value type depends on the field type
{ "id": "string", "external_id": "string", "external_origin": "string", "vendor_identifier": "string", "company_name": "string", "locale": "string", "tax_uid": "string", "taxation_enabled": true, "iban": "string", "bic": "string", "email": "string", "email_general": "string", "phone": "string", "fax": "string", "homepage": "string", "invoices_by_post": false, "invoices_by_email": false, "business_field": { "id": "string", "name": "string" }, "company_size": { "id": "string", "title": "string" }, "company_revenue": { "id": "string", "title": "string" }, "person_attention_to": "string", "address_invoice_title": "string", "address_invoice_street": "string", "address_invoice_house": "string", "address_invoice_street2": "string", "address_invoice_zip": "string", "address_invoice_state": "string", "address_invoice_town": "string", "address_invoice_country": { "id": "string", "name": "string", "code": "string" }, "address_invoice_is_delivery": true, "delivery_person_attention_to": "string", "address_delivery_title": "string", "address_delivery_street": "string", "address_delivery_house": "string", "address_delivery_street2": "string", "address_delivery_zip": "string", "address_delivery_state": "string", "address_delivery_town": "string", "address_delivery_country": { "id": "string", "name": "string", "code": "string" }, "client": { "id": "string", "external_id": "string", "external_origin": "string", "name": "string", "shortcode": "string", "primary_contact": { … }, "origin_space": { … } }, "tags": [ { … } ], "contacts": [ { … } ], "custom_fields": "['custom_field_1' => 'value', 'custom_field_2' => true]", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z", "contact_company": { "position": "string" } }