New pages

From wiki
New pages
Hide registered users | Hide bots | Show redirects

22 October 2025

  • 02:5202:52, 22 October 2025 UI/Protected Segment Functionality (hist | edit) [2,374 bytes] Root (talk | contribs) (Created page with "= Protected Segment Functionality = == Overview == Segments represent underground or aerial fiber paths displayed on the Google Map. The '''protected status''' of a segment determines whether its shape (geometry) can be modified. This page explains the protection statuses, the new '''Override Protected Segment Shape''' feature, and how the system handles shape modifications. == Protection Statuses == Each segment has one of the following protection statuses: {| cl...")

16 October 2025

  • 19:3319:33, 16 October 2025 API/Example: PHP (hist | edit) [2,461 bytes] Root (talk | contribs) (Created page with "= Example: PHP = This example demonstrates how to use the **Verofy API** from PHP with the Yii HTTP Client. __TOC__ == Overview == The example covers: * Authenticating via refresh and access tokens * Retrieving a list of map sites filtered by `externalId` * Updating a map site record by ID Ensure that the **Yii HTTP Client** component is installed and properly configured. ---- == Example Script == <syntaxhighlight lang="php"> <?php use yii\httpclient\Client...")
  • 19:3019:30, 16 October 2025 API/Endpoints: Models (hist | edit) [10,086 bytes] Root (talk | contribs) (Created page with "= Endpoints = This page documents key Verofy API endpoints and usage patterns. __TOC__ == Projects == === Map Project (map-project) === A Map Project groups multiple mapping elements, such as segments, sites, and access points. ==== Fields ==== {| class="wikitable" ! Field !! Type !! Description |- | id || int || Unique identifier |- | name || string || Project name |- | description || string || Detailed project description |- | status || string || Project status (e...") originally created as "API/Endpoints"
  • 19:1619:16, 16 October 2025 API/Endpoint Documentation (hist | edit) [6,092 bytes] Root (talk | contribs) (Created page with "= Endpoint Documentation = This page describes the available **Verofy API endpoints**, grouped by category. == Categories == * Miscellaneous Endpoints * Reference Endpoints ---- == Miscellaneous Endpoints == === Health Check (MISC) === Check whether the API is accessible, or if a particular version of the API is available. There are two variants of this endpoint: * **Global Health Check** — verifies the API s...")
  • 18:5818:58, 16 October 2025 API/Authentication Tutorial (hist | edit) [2,899 bytes] Root (talk | contribs) (Created page with "= Authentication Tutorial = This tutorial walks through how to log in to the **Verofy API** using **Token Authentication**. == Authentication Types == There are two authentication methods available in the Verofy API: === Token Authentication === For **user-facing clients**, such as mobile apps or user-written scripts. * Login process takes multiple steps * Balances security with user convenience * Users log in with their email and password === Key Authenticat...")
  • 18:5518:55, 16 October 2025 API/Getting Started (hist | edit) [3,934 bytes] Root (talk | contribs) (Created page with "= Getting Started = The **Verofy API** is semi-RESTful. If you are not familiar with interacting with REST APIs, please review a short introduction first: [https://www.geeksforgeeks.org/rest-api-introduction/# REST API Introduction]. Note that this API does stray from RESTful design in some key places. Nearly any language and environment with web access can interact with REST APIs, and the technology is well documented. For the purposes of this guide **Python 3....")
  • 18:5118:51, 16 October 2025 API (hist | edit) [441 bytes] Root (talk | contribs) (Verofy API Documentation)