Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated using 4PSA automated script
Excerpt

This page describes the data types that are specific to the UnifiedAPI.

Table of Contents
maxLevel2

UAPI-Caller-Id

This data type is used when sending the caller name and phone number to the Service.

Code Block
languageerlang
UAPI-Caller-Id = *( ALPHA / DIGIT / "<" / ">" / "+" / "*" )

UAPI-Extension-Number

This data type is used to identify the format of the extension numbers.

Code Block
UAPI-Extension-Number = *( DIGIT / "*" ) / "@self"

The reserved values are defined below:

ValueDescription
@selfThe extension number is always assigned to a User, so @self matches all the extensions under that User.

UAPI-Phone-Number

This data type is used when sending a public phone number to the Service.

Code Block
languageerlang
UAPI-Phone-Number = *( DIGIT / "+" )

UAPI-Agent-ID

This data type is used to identify the queue agents.

Code Block
languageerlang
UAPI-Agent-ID = *( DIGIT / "*" ) / *( DIGIT / "+" )

Anchor
date
date

Date

This data type must use the XML Schema dateTime format. 

Code Block
2015-01-23T04:56:22Z

4psarelated
NameRelated Topics

HTTP Return Codes

Quick Examples

API Client

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.