action clickmeter_get_datapoints_id { label: "Get a datapoint" provider: clickmeter method: GET path: "/datapoints/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: { creationDate: { type: "string" description: " (A date in \"YmdHis\" format)" } encodeIp: { type: "boolean" } fifthConversionId: { type: "integer" format: "int64" } fifthConversionName: { type: "string" } firstConversionId: { type: "integer" format: "int64" } firstConversionName: { type: "string" } fourthConversionId: { type: "integer" format: "int64" } fourthConversionName: { type: "string" } groupId: { type: "integer" format: "int64" } groupName: { type: "string" } id: { type: "integer" format: "int64" } isPublic: { type: "boolean" } isSecured: { type: "boolean" } lightTracking: { type: "boolean" } name: { type: "string" } notes: { type: "string" } preferred: { type: "boolean" } redirectOnly: { type: "boolean" } secondConversionId: { type: "integer" format: "int64" } secondConversionName: { type: "string" } status: { type: "string" enum: ["Active", "Paused", "Abuse", "Deleted"] } tags: { type: "array" items: { type: "object" properties: { datapoints: { type: "array" items: { type: "integer" format: "int64" } } groups: { type: "array" items: { type: "integer" format: "int64" } } id: { type: "integer" format: "int64" } name: { type: "string" } } } } thirdConversionId: { type: "integer" format: "int64" } thirdConversionName: { type: "string" } title: { type: "string" } trackingCode: { type: "string" } type: { type: "string" enum: ["TrackingLink", "TrackingPixel"] } typeTL: { type: "object" properties: { appendQuery: { type: "boolean" } browserDestinationItem: { type: "object" properties: { emailDestinationUrl: { type: "string" } mobileDestinationUrl: { type: "string" } spidersDestinationUrl: { type: "string" } } } destinationMode: { type: "string" enum: ["Simple", "RandomDestination", "DestinationByLanguage", "SpilloverDestination", "DynamicUrl", "BrowserDestination", "DestinationByNation", "UniqueDestination", "SequentialDestination", "WeightedDestination"] } domainId: { type: "integer" format: "int32" } encodeUrl: { type: "boolean" } expirationClicks: { type: "integer" format: "int64" } expirationDate: { type: "string" description: " (A date in \"YmdHis\" format)" } firstUrl: { type: "string" } goDomainId: { type: "integer" format: "int32" } hideUrl: { type: "boolean" } hideUrlTitle: { type: "string" } isABTest: { type: "boolean" } password: { type: "string" } pauseAfterClicksExpiration: { type: "boolean" } pauseAfterDateExpiration: { type: "boolean" } randomDestinationItems: { type: "array" items: { type: "object" properties: { url: { type: "string" } } } } redirectType: { type: "string" enum: ["PermanentRedirect", "TemporaryRedirect"] } referrerClean: { type: "string" enum: ["None", "Clean", "Myself"] } scripts: { type: "array" items: { type: "object" properties: { id: { type: "integer" format: "int64" } name: { type: "string" } } } } sequentialDestinationItems: { type: "array" items: { type: "object" additionalProperties: true } } spilloverDestinationItems: { type: "array" items: { type: "object" additionalProperties: true } } uniqueDestinationItem: { type: "object" properties: { firstDestinationUrl: { type: "string" } } } url: { type: "string" } urlAfterClicksExpiration: { type: "string" } urlAfterDateExpiration: { type: "string" } urlsByLanguage: { type: "array" items: { type: "object" properties: { languageCode: { type: "string" } url: { type: "string" } } } } urlsByNation: { type: "array" items: { type: "object" properties: { nation: { type: "string" } url: { type: "string" } } } } weightedDestinationItems: { type: "array" items: { type: "object" properties: { url: { type: "string" } weight: { type: "integer" format: "int32" } } } } } } typeTP: { type: "object" properties: { parameterNote: { type: "string" } } } writePermited: { type: "boolean" } } } }