action sinao_app_contacts_relationships_list { label: "List relationships" description: "List all relationships" provider: sinao method: GET path: "/apps/{appId}/relationships" encoding: json output: { type: "array" items: { type: "object" properties: { accounting_infos: { type: "object" properties: { balance_initial_amount: { type: "integer" } customer_id: { type: "string" } reference: { type: "string" } supplier_id: { type: "string" } } } id: { type: "integer" } importance_level: { type: "integer" } is_customer: { type: "boolean" } is_notifying: { type: "boolean" } is_prospect: { type: "boolean" } is_supplier: { type: "boolean" } metadata: { type: "array" items: { type: "object" } } note: { type: "string" } rating: { type: "integer" } } } } }