Created on 06 March 2024
Attendance
... Bearer Token'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
Python Code Snippet
import requests
url = "http://your_instance.uknowva.com/api.php/hrm/syncattendanceshiftwise/fetchAttendanceFromAttendanceServer"
payload ...
Created on 04 March 2024
Tutorials
...
4. Managing exit clearances
To access all your clearance requests in one place, find and click the Exit Clearance Request sub-menu from the Resignation main menu.
The page loads and lists ...
Created on 02 December 2023
Recruitment
... requests
import json
url = "https://<your_instance>/api.php/recruitment/jobportalapi/createJob"
payload = json.dumps({
"company": "uKnowva",
"job_category": "Computer and Information ...
Created on 28 November 2023
Attendance
... Snippet
import requests
url = "https://yourinstancename.uknowva.com/api.php/reportengine/generatereport/restapi/LOPReport"
payload = {}
headers = {
'Authorization': 'Bearer Token'
}
response ...
Created on 14 November 2023
Payroll
... = curl_exec($curl);
curl_close($curl);
echo $response;
Python Code Snippet
import requests
import json
url = "https://<your_instance>/api.php/attendance/attendancedb/pushUsersEarningsandDeductions"
payload ...
Created on 14 November 2023
User Data Operations
... echo $response;
Python Code Snippet
import requests
import json
url = "https://Your-uknowva-site-url/api.php/system/uknowva/updateUser"
payload = json.dumps({
"email": "abc@gmail",
"name": "abc ...
Created on 14 November 2023
User Data Operations
...
import requests
import json
url = "https://Your-uknowva-site-url/api.php/system/uknowva/updateUser"
payload = json.dumps({
"email": "abc@gmail",
"name": "abc cde",
"username": "testusername",
"password": ...
Created on 14 November 2023
Recruitment
... Code Snippet
import requests
import json
url = "https://Your-uknowva-site-url/api.php/recruitment/jobportalapi/createCandidate"
payload = json.dumps({
"name": "Test api",
"email": "This email address is being protected from spambots. You need JavaScript enabled to view it.",
...
Created on 14 November 2023
Attendance
... application/json",'Authorization: Bearer Token')));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
Python Code Snippet
import requests
import json
url = "https://<your_instance>/api.php/attendance/attendancedb/pushUsersPaidUnPaidDays ...
Created on 14 November 2023
User Data Operations
... ),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
Python Code Snippet
import requests
import json
url = "https://Your-uknowva-site-url/api.php/system/uknowva/updateUser"
payload ...
Created on 13 November 2023
Getting Started
... application programming interface (API). API tokens are used for authentication and authorization purposes to ensure that only authorized users or applications can make requests to the API.
API tokens ...
Created on 06 May 2022
Tutorials
... tab will pop up below the drop-down to “ROLL OUT OFFER LETTER”
On clicking the roll out offer letter button, it requests salary details and redirects to offer letter page, where the offer letter ...
Created on 25 October 2021
VAPT Reports
... can create malicious web pages which generate forged requests that are indistinguishable from legitimate ones. Attackers can trick victims into performing any state changing operation the victim is authorized ...
Created on 01 September 2021
References
... by the implementation team in such case
How can I raise a feature request or CR request?
As a customer, you can raise request for a change in following ways
Raise a feature request on https://uknowva.canny.io/feature-requests ...
Created on 11 December 2019
General
... Conveyance
ATP requests
If your instance has any of the above features implemented, you would need a Google Maps API key.
Please note: Google Maps is a third party service that we have ...
Created on 07 December 2019
HRMS
...
3. Approver For Optional Holidays - Select who is the approver of optional holiday requests?
4. Select Default Approver For Optional Holidays - Type the name of the person and the ...
Created on 10 October 2019
HRMS
... IT Department, Finance Department, etc.
Step 8: After clearance from all the departments(IT, HR, Finance) status on the requests gets changes as Exit clearance done.
Step 9: After Exit clearance, ...
Created on 23 September 2019
About uKnowva
... all HTTP requests and executing them and the database server is responsible to storing, managing and retrieving the data from the MySQL database.
Application server could be a server which is able ...
Created on 08 August 2019
HRMS
... The backup is then stored in a cold storage which is accessible only to the Infrastructure head @ uKnowva. These backups can be restored in case a customer requests for the same by sending an email to ...
Created on 03 February 2019
VAPT Reports
... can create malicious web pages which generate forged requests that are indistinguishable from legitimate ones. Attackers can trick victims into performing any state changing operation the victim is authorized ...