ServiceDesk Webhook Api for sending data to servicedesk from external softwares

Api Endpoint – /v3/service-desk/api/webhook/receive/dataMethod – POSTDataType : Array FormatData Format: array(             “value” => [          “Device” => [          “uuid” => “20211016-0091-9E4D-21AF-00919E4D21B3”,          “serial_number” => “33710/21XE00320”,        ],        “Components” => [          “logical_drive” => [            [                “drive_name” => “C”,              “file_type” => “NTFS”,            ],            [                “drive_name” => “D”,         […]

Read More

Get Details of Ticket Status For Edit

NOTE: User must be logged in as admin to access this API URL: api/status/edit/{status} Method: GET Description : Get Details of Ticket Status For Edit Parameters: Parameter Type Optional/Required Description status Integer Required status id of the status to be Edited. Success Response : { “success”: true, “data”: { “status”: { “id”: 17, “name”: “one updated”, […]

Read More

Get Country List

NOTE: User must be logged in as admin to access this API URL: api/dependency/country-codes Method: GET Description: Get Country List. Parameters:   Parameter Type Optional/Required Description limit Integer Optional How Many Country You wanted to Fetch. page Integer Optional On which page you wanted to go. by default it will show 10 details per page […]

Read More