List Plans API
Last updated
Request URL
GET https://api.phonenumbermonitoring.com/GetJobStatus/plans?apiuid=XXXXXXXXXX
Returns the list and information about all existed Accessibility and RTM monitoring plans in the Phone Number Monitoring account.
Query Parameters
| Field | Required | Description |
|---|---|---|
apiuid |
true | API UID for your Phone Number Monitoring account. |
Response
If the request succeeds, the server responds with the 200 HTTP status code and the list of all available monitoring plans.
[
{
"planID": 714,
"nextActive": "null",
"status": "Disabled",
"phoneNumber": "15442625186",
"planName": "home"
},
{
"planID": 2362,
"nextActive": "null",
"status": "Disabled",
"phoneNumber": "16447464017",
"planName": "office"
},
{
"planID": 1282,
"nextActive": "5/10/2022 4:50:00 PM",
"status": "Enabled",
"phoneNumber": "15443625186",
"planName": "new"
}
]
Response Description
| Field | Description |
|---|---|
planID |
The ID of the monitoring plan in the Phone Number Monitoring account. Use to request notification information by a plan id. |
nextAcitve |
The date and time of the next call. |
status |
The status of the monitoring plan. Possible value: Disabled – postponed plan; Enabled – active plan; Incomplete – no schedule set for the plan. |
phoneNumber |
The monitored phone number. |
planName |
The name of the plan as specified in the Phone Number Monitoring service. |