Speed dial 100
List speed dial 100.
The unique ID of user.
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
OK
Error
GET /api/users/{id}/speed_dial_100 HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"code": "text",
"phone_number": "text",
"description": "text"
}
]
}
Create new speed dial 100.
The unique ID of user.
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
The speed dial 100 dialing code.
Available code range from 00
to 99
.
The phone number that you want to call.
The description of speed dial.
Created
Error
POST /api/users/{id}/speed_dial_100 HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"code": "text",
"phone_number": "text",
"description": "text"
}
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
Retrieve details of speed dial 100 by it's ID.
The unique ID of user.
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of speed dial.
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
OK
Error
GET /api/users/{id}/speed_dial_100/{dial_id} HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"code": "text",
"phone_number": "text",
"description": "text"
}
Update speed dial 100.
The unique ID of user.
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of speed dial.
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
The speed dial 100 dialing code.
Available code range from 00
to 99
.
The phone number that you want to call.
The description of speed dial.
OK
Error
POST /api/users/{id}/speed_dial_100/{dial_id} HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"code": "text",
"phone_number": "text",
"description": "text"
}
No content