Solutions

Get Pinned Items API

Neha Mishra Aug-6th, 2015 17:17 0 0
This API is used to Get Pinned items
Please check example usage of Vision Helpdesk API

Operation : quick_view
Module : staff

$postfields["vis_module"] = "staff";
// This is the module under which you wish to perform operation

$postfields["vis_operation"] = "quick_view";
// This is the operation field

Below is example API URL to get list of pinned items

http://visiononlinedemo.com/support/api/index.php?
vis_txtusername=admin
&vis_txtuserpass=21232f297a57a5a743894a0e4a801fc3
&vis_module=staff
&vis_operation=quick_view

OR use "access token" to get list of pinned items

http://visiononlinedemo.com/support/api/index.php?
vis_txttoken=WXprMk1UY3dZV1V6WWpZeU16RmpOelF3TVdReE5UWTJOVGMyTm1VeU4yUT0=
&vis_module=staff
&vis_operation=quick_view

Vote

Was this article helpful?
0 out of 0 found this helpful