dontus-api-endpoints

Map Dontus API endpoints and recover appointment schedule data.

5|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/rafael-fae/agent-ops-worflow --skill dontus-api-endpoints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dontus-api-endpoints
Source: https://github.com/rafael-fae/agent-ops-worflow/tree/main/archive/skills/operacao/dontus-api-endpoints
Command: npx skills add https://github.com/rafael-fae/agent-ops-worflow --skill dontus-api-endpoints

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you understand and use the Dontus dental platform API when the official client is incomplete, especially for workflows where schedule times, patient history, and operational data are missing from the primary endpoint.

Core Features & Use Cases

  • Endpoint Mapping: Documents official, discovered, and alternative Dontus API endpoints for patients, appointments, ortho, reports, and audit-related screens.
  • Scheduling Recovery: Explains how to retrieve appointment times by joining agenda results with patient-specific appointment data.
  • Operational Workflows: Supports tasks like creating patients, creating and deleting appointments, and inspecting appointment status, professional assignment, and treatment history.
  • Use Case: If the daily agenda shows appointments without times, use this Skill to trace the correct endpoint and reconstruct the full schedule for operations or reporting.

Quick Start

Ask for the Dontus endpoint map and the recommended method to recover appointment times from patient-specific data.

Frequently Asked Questions about dontus-api-endpoints

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map Dontus API endpoints for patient history and operational data?

Map Dontus API endpoints by inspecting JSON responses and correlating official, discovered, and alternative routes. This identifies available data sources for patients, appointments, ortho, reports, and audit screens.

Does Dontus API endpoint mapping require session-aware HTTP access?

Create and delete appointments directly via the Dontus API. The workflow supports operational tasks like inspecting appointment status, professional assignment, and treatment history management.

What's the best way to discover alternative Dontus API endpoints for operational analysis?

Dontus API endpoint mapping requires session-aware HTTP access to retrieve data from the authenticated ASP.NET MVC system. This session context is necessary for identifying official and alternative data sources.

What's the best way to discover alternative Dontus API endpoints for operational analysis?

Discover alternative Dontus API endpoints for operational analysis by inspecting JSON payloads across related screens. This reveals undocumented routes for reports, audit logs, and patient history lookups.