action clickmeter_account_get_guest { label: "Retrieve a guest" provider: clickmeter method: GET path: "/account/guests/{guestId}" encoding: json input: { type: "object" properties: { guestId: { type: "integer" format: "int64" } } required: ["guestId"] additionalProperties: false } output: { type: "object" properties: { apiKey: { type: "string" } conversionOptions: { type: "object" properties: { hideComCost: { type: "boolean" } hideCost: { type: "boolean" } hideCount: { type: "boolean" } hideParams: { type: "boolean" } hideValue: { type: "boolean" } percentCommission: { type: "integer" format: "int32" } percentValue: { type: "integer" format: "int32" } } } creationDate: { type: "string" description: " (A date in \"YmdHis\" format)" } currentGrant: { type: "object" properties: { DatapointType: { type: "string" } Entity: { type: "object" properties: { id: { type: "integer" format: "int64" } uri: { type: "string" } } } EntityName: { type: "string" } EntityType: { type: "string" } Type: { type: "string" } } } dateFormat: { type: "string" } decimalSeparator: { type: "string" } email: { type: "string" } extendedGrants: { type: "object" properties: { allowAllGrants: { type: "boolean" } allowGroupCreation: { type: "boolean" } } } groupGrants: { type: "integer" format: "int64" } hitOptions: { type: "object" properties: { hideReferrer: { type: "boolean" } } } id: { type: "integer" format: "int64" } key: { type: "string" } language: { type: "string" } loginCount: { type: "integer" format: "int32" } name: { type: "string" } notes: { type: "string" } numberGroupSeparator: { type: "string" } password: { type: "string" } timeFormat: { type: "string" enum: ["AmPm", "H24"] } timeZone: { type: "integer" format: "int32" } timeframeMinDate: { type: "string" description: " (A date in \"YmdHis\" format)" } timezonename: { type: "string" } tlGrants: { type: "integer" format: "int64" } tpGrants: { type: "integer" format: "int64" } userName: { type: "string" } } } }