action sinao_app_statistics_tags_get { label: "Get all existants tags" description: "" provider: sinao method: GET path: "/apps/{appId}/tags" encoding: json input: { type: "object" properties: { object: { type: "string" enum: ["invoice", "quote", "purchase", "product"] } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }