Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

REST API Method: GET /rest/r2signalingprofile/{identifier}

Page Tree
rootResource - r2signalingprofile

Retrieves all resource schema elements and values of a CAS R2 Signaling Profile based on a requested ID.

Tip

If no ID is specified in the GET, a listing of all CAS R2 Signaling Profiles will be returned along with their associated IDs. These identifiers can be used to collect resource schema element values via the GET r2signalingprofile id method.

URL:

https://134.56.227.163/rest/r2signalingprofile/{identifier}

HTTP Method

GET

Requires Authentication:

true

Parameters

Name Required Values Description
filterNoconfigThe type of filtered information in the response. If no filters are specified, all get applied.

Usage Example: (about cURL | requires a session token)

Code Block
languagebash
curl --cookie PHPSESSID=ima0r3nkaeg8mo0suln67vg4m7 --cacert 134.56.227.163.crt 
-i https://134.56.227.163/rest/r2signalingprofile/1

Response:

Code Block
languagehtml/xml
Put Code response here<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
</status>
 <r2signalingprofile id="15001" href="https://134.56.72.218/rest/r2signalingprofile/15001">
  <A3Category>1</A3Category>
  <A6Category>1</A6Category>
  <ANILength>0</ANILength>
  <AnswerDigit>1</AnswerDigit>
  <CDBits>1</CDBits>
  <DNISDigits2RequestANI>1</DNISDigits2RequestANI>
  <DNISLength>0</DNISLength>
  <Description>REST R2</Description>
  <Group1AniRestricted>0</Group1AniRestricted>
  <Group1Tone4A6Category>1</Group1Tone4A6Category>
  <Group2AniRestricted>0</Group2AniRestricted>
  <Group2Tone4A3Category>1</Group2Tone4A3Category>
  <GroupATone4AnswerDigit>3</GroupATone4AnswerDigit>
  <GroupATone4RequestANIDigit>5</GroupATone4RequestANIDigit>
  <GroupATone4RequestCategoryDigit>5</GroupATone4RequestCategoryDigit>
  <GroupATone4Send1stDigit>0</GroupATone4Send1stDigit>
  <GroupB1BusyReceivedBit>0</GroupB1BusyReceivedBit>
  <GroupB1IdleReceivedBit>0</GroupB1IdleReceivedBit>
  <GroupB2BusyReceivedBit>0</GroupB2BusyReceivedBit>
  <GroupB2IdleReceivedBit>0</GroupB2IdleReceivedBit>
  <GroupB3BusyReceivedBit>1</GroupB3BusyReceivedBit>
  <GroupB3IdleReceivedBit>0</GroupB3IdleReceivedBit>
  <GroupB4BusyReceivedBit>0</GroupB4BusyReceivedBit>
  <GroupB4IdleReceivedBit>0</GroupB4IdleReceivedBit>
  <GroupB5BusyReceivedBit>0</GroupB5BusyReceivedBit>
  <GroupB5IdleReceivedBit>0</GroupB5IdleReceivedBit>
  <GroupB6BusyReceivedBit>0</GroupB6BusyReceivedBit>
  <GroupB6IdleReceivedBit>1</GroupB6IdleReceivedBit>
  <GroupB7BusyReceivedBit>0</GroupB7BusyReceivedBit>
  <GroupB7IdleReceivedBit>1</GroupB7IdleReceivedBit>
  <GroupB8BusyReceivedBit>0</GroupB8BusyReceivedBit>
  <GroupB8IdleReceivedBit>0</GroupB8IdleReceivedBit>
  <GroupBBusySent>1</GroupBBusySent>
  <GroupBIdleSent>1</GroupBIdleSent>
  <GroupBTone4BusySent>3</GroupBTone4BusySent>
  <GroupBTone4CongSent>4</GroupBTone4CongSent>
  <GroupBTone4IdleSent>6</GroupBTone4IdleSent>
  <GroupBTone4UnallocNumSent>5</GroupBTone4UnallocNumSent>
  <IncomingTone>1</IncomingTone>
  <InterDigitTimeout>20000</InterDigitTimeout>
  <InvertABCDBits>0</InvertABCDBits>
  <InvertedABCDBits>0</InvertedABCDBits>
  <MeterCode>0</MeterCode>
  <Orientation>0</Orientation>
  <OutgoingTone>1</OutgoingTone>
  <ReleaseGuardTime>0</ReleaseGuardTime>
  <RequestANI>1</RequestANI>
  <RequestANIDigit>1</RequestANIDigit>
  <RequestCategoryDigit>1</RequestCategoryDigit>
  <SeizureAcknowledgmentTime>200</SeizureAcknowledgmentTime>
  <Send1stDigit>0</Send1stDigit>
  <SendEndOfDigit>1</SendEndOfDigit>
  <UseGroupCTones>0</UseGroupCTones>
  <VariableANILength>1</VariableANILength>
  <VariableDNISLength>1</VariableDNISLength>
 </r2signalingprofile>
</root>