action apacta_get_offers_offer_id_changelog { label: "Get list of changelog history for the offer. Returns offer object with contact and user objects if they are provided" provider: apacta method: GET path: "/offers/{offer_id}/changelog" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" properties: { address: { type: "string" description: "Street address" } all_lines_one_line: { type: "boolean" } all_products_one_line: { type: "boolean" } all_working_hours_one_line: { type: "boolean" } city_id: { type: "string" format: "uuid" } company_id: { type: "string" format: "uuid" } contact_id: { type: "string" format: "uuid" } created: { type: "string" format: "dateTime" } created_by_id: { type: "string" format: "uuid" } deleted: { type: "string" format: "dateTime" description: "Only present if it's a deleted object" } description: { type: "string" } discount_percent: { type: "integer" format: "int32" } erp_payment_term_id: { type: "string" } expiraton_date: { type: "string" format: "datetime" } id: { type: "string" format: "uuid" } issue_date: { type: "string" format: "date" } modified: { type: "string" format: "dateTime" } modified_by_id: { type: "string" format: "uuid" } offer_number: { type: "integer" format: "int32" } offer_status_id: { type: "string" format: "uuid" } payment_term_id: { type: "string" } rejection_reason: { type: "string" } sender_id: { type: "string" format: "uuid" } show_employee_name: { type: "boolean" } show_offer_lines: { type: "boolean" } show_payment_term: { type: "boolean" } show_prices: { type: "boolean" } show_product_images: { type: "boolean" } show_products_product_bundle: { type: "boolean" } slug: { type: "string" } status: { type: "string" format: "enum - draft - accepted - rejected" } title: { type: "string" } vat_percent: { type: "integer" format: "int32" } } } } success: { type: "boolean" } } } }