Fetch List of Skill Lists

This API allows you to fetch the skill list details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Request

Use the following method to obtain a detailed skill list:

curl --request GET \
     --url https://api-smartflo.tatateleservices.com/v1/dialer/skill_lists \
     --header 'accept: application/json'
     --header'Authorization:eydvadfgheucbeububeibiebvofbvfb962g38rgb497fb4f9b4f7bfobduo3d'

📘

Before we begin, note that the * sign denotes the mandatory variables in each table.


Sample Response

{
    "hasMore": true,
    "count": 10,
    "limit": 10,
    "last_seen_id": 400,
    "data": [
        {
            "id": 400,
            "name": "test steelcity",
            "description": null,
            "created_at": "2024-06-14T09:27:40.000000Z",
            "updated_at": "2024-06-14T09:27:40.000000Z",
            "deleted_at": null
        },
        {
            "id": 396,
            "name": "DIALER SKILL ROUTING TRN",
            "description": null,
            "created_at": "2024-06-07T07:11:23.000000Z",
            "updated_at": "2024-06-07T07:11:23.000000Z",
            "deleted_at": null
        },....
      }
      ]

Response Variables

The response returned is as following:

Variable NameDescriptionData Type
hasMoreIt defines whether there exist more records or not. For example: true or false.Boolean
countTotal number of records in current page.Integer
limitNumber of records to be fetched.Integer
last_seen_idReference ID of last skill added on the page.String
DataData of the skill list
data[].idId of the skill listString
data[].nameName of the list.String
data[].descriptionDescription of the list.String
data[].created_atTime stamp when the list was created.String
data[].updated_atTime stamp when the list was last updated.String
data[].deleted_atTime stamp at which the list was deleted from the records.String
Headers
string
required
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json