Propertyware · Schema

Campaign

Campaign

Property ManagementReal-EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
acceptedCallTrackingTerms boolean Indicates if the call tracking terms have been accepted.
callTrackingCampaignID string Campaign ID used for call tracking.
callTrackingEnabled boolean Indicates if call tracking is enabled for the campaign.
callTrackingForwar string Number to which call tracking calls are forwarded.
callTrackingForwarAfterHours string Number to which call tracking calls are forwarded after hours.
callTrackingPhoneNumber string Phone number used for call tracking.
callTrackingReferrer string Referrer for call tracking.
callTrackingSearchPhrase string Search phrase for call tracking.
campaignSource object
code string Code of the campaign.
createdBy string User who created the record.
createdDateTime string Date and time the record was created. (Timezone: UTC)
customFields array Custom fields.
description string Description of the campaign.
endDate string End date of the campaign.
id integer Unique identifier.
lastModifiedBy string User who last modified the record.
lastModifiedDateTime string Date and time the record was last modified. (Timezone: UTC)
name string Name of the campaign.
startDate string Start date of the campaign.
targetProspectType string Type of the targeted prospect.
timezone string Time zone of the campaign.
View JSON Schema on GitHub

JSON Schema

campaign.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Campaign",
  "description": "Campaign",
  "type": "object",
  "properties": {
    "acceptedCallTrackingTerms": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if the call tracking terms have been accepted."
    },
    "callTrackingCampaignID": {
      "type": "string",
      "description": "Campaign ID used for call tracking."
    },
    "callTrackingEnabled": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if call tracking is enabled for the campaign."
    },
    "callTrackingForwar": {
      "type": "string",
      "description": "Number to which call tracking calls are forwarded."
    },
    "callTrackingForwarAfterHours": {
      "type": "string",
      "description": "Number to which call tracking calls are forwarded after hours."
    },
    "callTrackingPhoneNumber": {
      "type": "string",
      "description": "Phone number used for call tracking."
    },
    "callTrackingReferrer": {
      "type": "string",
      "description": "Referrer for call tracking."
    },
    "callTrackingSearchPhrase": {
      "type": "string",
      "description": "Search phrase for call tracking."
    },
    "campaignSource": {
      "$ref": "#/components/schemas/CampaignSource"
    },
    "code": {
      "type": "string",
      "description": "Code of the campaign."
    },
    "createdBy": {
      "type": "string",
      "description": "User who created the record."
    },
    "createdDateTime": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the record was created. (Timezone: UTC)"
    },
    "customFields": {
      "type": "array",
      "description": "Custom fields.",
      "items": {
        "$ref": "#/components/schemas/CustomField"
      }
    },
    "description": {
      "type": "string",
      "description": "Description of the campaign."
    },
    "endDate": {
      "type": "string",
      "format": "date",
      "description": "End date of the campaign."
    },
    "id": {
      "type": "integer",
      "format": "int64",
      "description": "Unique identifier."
    },
    "lastModifiedBy": {
      "type": "string",
      "description": "User who last modified the record."
    },
    "lastModifiedDateTime": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the record was last modified. (Timezone: UTC)"
    },
    "name": {
      "type": "string",
      "description": "Name of the campaign."
    },
    "startDate": {
      "type": "string",
      "format": "date",
      "description": "Start date of the campaign."
    },
    "targetProspectType": {
      "type": "string",
      "description": "Type of the targeted prospect."
    },
    "timezone": {
      "type": "string",
      "description": "Time zone of the campaign."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/campaign"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.