• Home
  • Guides
  • Reference
  • Support

    Show / Hide Table of Contents
    • API Overview
      • Overview
      • Authentication
      • Retrieving API Results
      • Referenced vs Inline Entities
      • Choosing API Response Data
      • Handling API Errors
    • separator
    • Vehicle Routing Endpoints
      • Path
    • Optimization Endpoints
      • Instantiate
      • Build
      • Assignment Restrictions
      • Optimize
      • Sequence
      • Evaluate
      • Recommend
      • Insert
      • Centroids
      • Zones
      • Consolidate By Job Restrictions
      • Consolidate By Route Assignments
    • Geocoding Endpoints
      • Geocode
      • Reverse Geocode
    • Task Endpoints
      • List
      • Status
      • Result
      • Cancel
    • Sandbox Endpoints
      • List
      • Create
      • Rename
      • Retrieve
      • Update
      • Delete
      • Revisions
      • Add Revision
      • Expiry
      • Permissions
    • Verizon Connect Fleet Integration Endpoints
      • Pull Platform Data
      • Sync Platform Data
      • List Platform Territories
    • Other Endpoints
      • Canonicalize
      • Route Cards
      • Validate
      • Version
    • separator
    • Request Types
      • problem
      • capacity_metric
      • depot
      • driver
      • driver_break
      • job
      • job_template
      • job_type
      • load_amount
      • marker
      • problem_defaults
      • route
      • schedule
      • settings
      • shift
      • shift_override
      • shift_pattern
      • shift_pattern_assignment
      • stop
      • vehicle
      • zone
      • variance
    • Response Types
      • instantiate_response
      • problem_response
      • problem_aggregates
      • driver_response
      • geocoded_location
      • recommend_option
      • route_response
      • schedule_response
      • schedule_instantiate_response
      • stop_response
      • violation
    • Meta Types
      • task_redirect_response
      • task_status_response
      • validate_response
    • Sandbox Types
      • delta
      • array_delta
      • dict_delta
      • keyed_array_delta
      • object_delta
      • set_delta
      • revision
      • revision_created_response
      • revision_response
      • sandbox_response
    • Common Types
      • date_range
      • day_of_week
      • hazmat_load_type
      • id
      • latlon
      • stop_type
      • time_window
      • custom
      • polygon
    • Primitive Types
      • boolean
      • date
      • datetime
      • float
      • integer
      • string
      • timespan

    Get a Snapshot of Live Data

    • POST https://routecloud.telogis.com/v1/platform/pull.
    • Authentication required.
    • Request body: platform_pull_request.
    • Response body:
      • If wait=1 specified, returns the task result (see below).
      • Otherwise, returns a task_redirect_response.
    • Task result:
      • problem or platform_pull_response see platform_pull_request.create_sandbox.

    Returns all the details of work scheduled in a Fleet territory between the requested dates. The data is returned as a problem, which can be used with other RouteCloud operations to optimally assign your outstanding work.

    Query Parameters

    • wait=1 - Optional. Wait until the build completes before returning the result. See Retrieving API Results.

    Status Codes

    • 200 - Success.
    • 302 - If wait=1 was provided and the build result is not yet available, a redirect is sent every 15 seconds (instead of a normal result) to refresh the HTTP timeout. See Retrieving API Results.
    • 400 - The request was invalid. The response will be an error_response.
    • 401 - Authentication required.

    platform_pull_request

    Name Type Description
    territory_id string The internal id of your territory. Can be obtained with a territories request.
    from_date string The first day of the period you are requesting data for.
    num_days number The number of days you are requesting data for.
    create_sandbox bool Specifies whether a new sandbox should be created or a problem returned directly.

    platform_pull_response

    Name Type Description
    sandbox_id string The id of the sandbox created.