Test Call Service (1.0)

Download OpenAPI specification:Download

SendCallRequest

Updates an existing send call request identified by the PSAP ID or creates a new one if the request does not exist

path Parameters
psapId
required
string

ID of the PSAP which wishes to have test calls sent to it

Request Body schema: application/json
required

Request to update/create

location
required
string
frequency
required
integer <int32>
discrepancyRateLimit
required
integer <int32>
startDate
required
string <date-time>
endDate
required
string <date-time>
object (PrrTest)

Responses

Request samples

Content type
application/json
{
  • "location": "string",
  • "frequency": 0,
  • "discrepancyRateLimit": 0,
  • "startDate": "2020-03-10T10:00:00-05:00",
  • "endDate": "2020-03-11T10:00:00-05:00",
  • "testConditions": {
    }
}

RetrieveVersions

Retrieves all supported versions, vendor parameter is optional.

Responses

Response samples

Content type
application/json
{
  • "versions": [
    ],
  • "fingerprint": "string"
}