Nexus-API

Serverless function test applications

System

Health Check

Check API availability and view build metadata for monitoring and deployment validation.

GET /api/health

Authentication

Auth API

Centralized authentication service for validating credentials and managing sessions.

POST /api/auth/login | GET /api/auth/verify | POST /api/auth/refresh | POST /api/auth/logout

Dynamics 365

D365 Extract Tables

Parse Dynamics 365 solution XML and generate markdown documentation for tables and fields.

POST /api/d365/extract-tables

D365 Solution Diff

Compare two D365 solution exports and output a structured change report for entities and fields.

POST /api/d365/solution-diff

D365 Field Usage

Extract field usage across forms, views, and FetchXML to support safe refactoring.

POST /api/d365/field-usage

D365 Option Sets

Extract global and local option sets with values and labels, and map them to fields.

POST /api/d365/option-sets

Google Tasks

Task Lists

Manage Google Task Lists: create, update, delete, and list all task lists.

GET|POST|PUT|DELETE /api/google-tasks/lists

Tasks

Manage tasks within a list: create, update, complete, delete, move, and clear completed.

GET|POST|PUT|DELETE /api/google-tasks/tasks