staff.skills

SUPPORTED METHODS:

GET

ParametersTypeDescription
token (required)Valid token

DOCUMENTATION

GET
Returns an array of all skills.
Level 5 is required (all users can fetch this module)

--

Example Request:

{
   "module":"staff.skills",
   "method":"GET",
   "request":{
 
   }
}

Example Response:

{
   "status":1,
   "data":[
      {
         "id":"43",
         "name":"Word"
      },
      {
         "id":"233",
         "name":"Excel"
      },
      {
         "id":"376",
         "name":"Spanish"
      },
      {
         "id":"377",
         "name":"French"
      },
      {
         "id":"378",
         "name":"Good with people"
      },
      {
         "id":"1077",
         "name":"new namezz"
      },
      {
         "id":"1078",
         "name":"Account Set-up"
      },
      {
         "id":"1078",
         "name":"drink beer"
      },
      {
         "id":"1088",
         "name":"answering phones"
      },
      {
         "id":"3232",
         "name":"sending emails"
      },
      {
         "id":"1116",
         "name":"training"
      }
   ],
   "token":"xxxxxxx"
}