E-State
  1. marketings
E-State
  • Prepare Api
  • E-state
    • Client
      • Attention Requests
        • index
        • store
        • show
      • Auth
        • profile
        • logout
        • register
        • login
      • Units
        • index
        • show
        • units client
      • Sales
        • index
        • show
    • System
      • Projects
        • index
        • show
      • Units
        • index
        • show units by project
        • show
      • Sales
        • SaleRefund
          • index
          • show
        • index
        • show
      • Attention Requests
        • index
        • show
      • Clients
        • index
        • show
      • Discounts
        • index
        • show
      • Lands
        • owners
        • index
        • show
        • show land owner
      • marketings
        • campaign-types
          GET
        • show campaign type
          GET
        • campaign-goals
          GET
        • show campaign goals
          GET
        • index
          GET
        • show
          GET
      • Purchase Orders
        • index
        • show
        • raise-budgets
        • show raise-budgets
      • Purchase Requests
        • index
        • show
      • Rental Requests
        • rental-requests
        • show rental-requests
      • Archive
        • create folder
        • download file
        • Explore Archive
        • Upload File
    • CallCenter
      • Check Connection
      • New Call From Client
      • Start Call
      • Close Call
      • Search For Client
      • New Call From User
    • Make & Zapier
      • New Attention Request
    • E-state JISR
      • Employee
        • index
  • Schemas
    • Sample Schemas
      • Project
      • Pet
      • Category
      • Tag
    • Estate Schemas
      • Client Simple
      • Client
      • Project Simple
      • Project
      • User Simple
      • User
      • Building Simple
      • Building
      • Sale Simple
      • Sale
      • Booking Simple
      • Booking
      • SaleRefund
      • SaleOperation Simple
      • SaleOperation
      • Option
      • SaleDiscount
      • Discount Simple
      • Discount
      • AttentionRequest Simple
      • AttentionRequest
      • Land Simple
      • Land
      • LandOwner Simple
      • LandOwner
      • LandOwnership
      • Country Simple
      • Country
      • City Simple
      • City
      • Area Simple
      • Area
      • Block Simple
      • Block
      • CampaignGoal
      • CampaignGoalProgress
      • CampaignType
      • Marketing
      • PurchaseOrder Simple
      • PurchaseOrder
      • PurchaseOrderDetails
      • PurchaseRequest Simple
      • PurchaseRequest
      • PurchaseRequestOffer Simple
      • PurchaseRequestOfferDetails
      • PurchaseRequestOffer
      • Comment
      • Rental Simple
      • Rental
      • RentalRequest Simple
      • RentalRequest
      • ProjectBuildingType
      • Delegate
      • ServiceCategory
      • Procedure
      • ProcedureCategory
      • Service Simple
      • Service
      • Material
      • ProjectService
      • ProjectItem
      • ProjectItemCategory
      • ProjectProjectItem
      • ProjectMaterial
      • ProjectCompletionStageDetails
      • ProjectCompletionStage
      • Contract Simple
      • Contract
      • Unit Simple
      • Unit
      • Task Simple
      • Task
      • Section
      • UserCategory
      • Qualification
      • QualificationTracking
      • MaterialCategory
      • TaskCategory
      • TaskFollower
      • TaskComment
      • TaskAttachment
      • TaskActivity
      • SaleOption
      • SaleClient
      • Bank
      • RaiseBudget
      • RaiseBudgetDetails
      • Department
      • CompanySetting
      • ModuleNotification
      • Module
      • UserModuleNotification
      • ProjectProcedure
      • ProjectUser
      • ProjectUserPayment
      • LandSuk
      • Payment
      • PurchaseRequestDetails
      • ProjectServiceComment
      • ProjectServiceProcedure
      • serviceProcedure
      • RecurringTask
      • UserProjectItem
      • PurchaseRequestOfferSimple
      • RaiseBudget Simple
      • Marketing Simple
      • CampaignGoalProgress Simple
      • Payment Simple
      • Material Simple
      • Pagination Data
  1. marketings

campaign-types

Developing
GET
{{url}}/system/marketings/campaign-types

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://app.e-statee.com/api/v1/system/marketings/campaign-types?search=ca' \
--header 'x-api-key: f482480c-11fe-4426-9f6e-e7d26c8c3eed' \
--header 'x-secret-key: FkSF0PDbMOgLmLlJeMDSDzBFIl5dloAC'
Response Response Example
{
    "status": "true",
    "message": "Operation Completed Successfully",
    "response": {
        "data": [
            {
                "id": 8,
                "name": "Mrs. Rosalie Hills-Russel II"
            }
        ],
        "links": {
            "first": "http://estate.test/api/v1/system/msrketing/campaign-types?page=1",
            "last": "http://estate.test/api/v1/system/msrketing/campaign-types?page=1",
            "prev": null,
            "next": "http://estate.test/api/v1/system/msrketing/campaign-types?page=3"
        },
        "meta": {
            "current_page": 1,
            "from": null,
            "last_page": 1,
            "links": [
                {
                    "url": null,
                    "label": "pagination.previous",
                    "active": false
                },
                {
                    "url": "http://estate.test/api/v1/system/msrketing/campaign-types?page=1",
                    "label": "1",
                    "active": true
                },
                {
                    "url": null,
                    "label": "pagination.next",
                    "active": false
                }
            ],
            "path": "http://estate.test/api/v1/system/msrketing/campaign-types",
            "per_page": 10,
            "to": null,
            "total": 0
        }
    }
}
Modified at 2025-04-15 23:42:58
Previous
show land owner
Next
show campaign type
Built with