Portal URL Documentation
This document describes public portal URLs that can be opened directly in a web browser.
They are intended for easy integration into third-party software, such as buttons, links, notifications, or external systems that need to open specific sections of the portal.
Base URL:
https://portal.ng-sos.com
Incident Overview
Opens the overview of active incidents.
URL
/incident-list
Description
- Opens the incident overview page
- No url or query parameters
Example
Create Incident (Pre-filled Form)
Opens the incident creation form with predefined values.
URL
/create-incident
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
RequestedIncidentId | UUID | Yes | ID of the new incident |
PhoneNumber | string | Yes | Caller phone number |
Example
Typical Use Cases
- Creating an incident from an external system
- Deep-linking from a telephony or CRM system
Open Incident
Opens a specific incident.
URL
/open-incident
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Incident identifier |
Example
Typical Use Cases
- Opening an incident from notifications
- Direct links from third-party applications
Notes
- This is the supported way to link to an incident. Which page the portal opens is an internal detail and may change; this URL is kept working across such changes.
- An unknown or malformed
idshows the portal's page not found screen.
Incident Archive
Opens the incident archive with filtering options.
URL
/incident-archive
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
From | ISO 8601 datetime | No | Start date and time |
To | ISO 8601 datetime | No | End date and time |
PhoneNumber | string | No | Caller phone number |
CallerName | string | No | Caller name |
Example
Typical Use Cases
- Reviewing incident history
- Audit and reporting purposes
Integration Notes
- All URLs are intended to be opened in a web browser
- Query parameters must be URL-encoded
- Authentication and authorization are handled by the portal itself