@php $count=1 @endphp
No Method Url
USER-SIDE API
Candidate
{{$count++}} POST @php echo URL::to('/api/candidate/register'); @endphp
Description :

Candidate Registration

Friendly Url :

@php echo URL::to('/api/candidate/register'); @endphp

Parameters :
Parameter Name DataType Description Required
first_name string First Name True
last_name string Last Name True
gender integer Gender (Male 1, Female 0) True
email string Email Address True
password string Password True
password_confirmation string Confirm Password True
phone integer Contact Number True
country integer Country Id True
state integer State Id True
city integer City Id True
{{$count++}} POST @php echo URL::to('/api/candidate/login'); @endphp
Description :

Candidate Login

Friendly Url :

@php echo URL::to('/api/candidate/login'); @endphp

Parameters :
Parameter Name DataType Description Required
email string Email Address True
password string Password True
{{$count++}} POST @php echo URL::to('/api/candidate/google-login'); @endphp
Description :

Candidate Login

Friendly Url :

@php echo URL::to('/api/candidate/google-login'); @endphp

Parameters :
Parameter Name DataType Description Required
email string Email Address True
{{$count++}} GET @php echo URL::to('/api/candidate/simple/{id}'); @endphp
Description :

Get Profile Details

id : Candidate Id

Authorization Token Required: False
Friendly Url :

@php echo URL::to('/api/candidate/simple/{id}'); @endphp

{{$count++}} POST @php echo URL::to('/api/candidate/forgetpassword'); @endphp
Description :

send mail forget password

Authorization Token Required: False
Friendly Url :

@php echo URL::to('/api/candidate/forgetpassword'); @endphp

{{$count++}} POST @php echo URL::to('/api/candidate/token-verify'); @endphp
Description :

send mail forget password to verify token

mail Token Required: true
Friendly Url :

@php echo URL::to('/api/candidate/token-verify'); @endphp

Parameters :
Parameter Name DataType Description Required
email string Email Address True
token integer Token True
{{$count++}} POST @php echo URL::to('/api/candidate/resetPassword'); @endphp
Description :

successfully changed password

mail Token Required: true
Friendly Url :

@php echo URL::to('/api/candidate/resetPassword'); @endphp

Parameters :
Parameter Name DataType Description Required
email string Email Address True
password string Password True
password_confirmation string Password True
{{$count++}} GET @php echo URL::to('/api/candidate/{id}'); @endphp
Description :

Get Profile Details

id : Candidate Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/candidate/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/candidate/{id}'); @endphp
Description :

Edit Profile Details

id : Candidate Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/candidate/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
first_name string First Name False
last_name string Last Name False
gender integer Gender (Male 1, Female 0) False
country integer Country Id False
state integer State Id False
city integer City Id False
birth_date Date Birth Date False
marital_status integer Marital Status False
skill array Skill False
languages string Languages False
nationality string Nationality False
national_id_card string National Id Card False
experience integer Experience False
career_level integer Career Level False
industry integer Industry False
functional_area integer Functional Area False
current_salary integer Current Salary False
expected_salary integer Expected Salary False
salary_currency integer Salary Currency False
immediate_available integer Immediate Available False
address string Address False
facebook_url string Facebook URL False
twitter_url string Twitter URL False
linkedin_url string LinkedIN URL False
google_plus_url string Google Plus URL False
pinterest_url string Pinterest URL False
{{$count++}} PATCH @php echo URL::to('/api/candidate/pdfdetails/{id}'); @endphp
Description :

Edit PDF Details

id : Candidate Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/candidate/pdfdetails/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
skill1 array Skill1 False
education string education False
experience1 string experience1 False
about string about False
{{$count++}} POST @php echo URL::to('/api/candidate/removecandidates/id'); @endphp
Description :

Candidate Delete Account

Friendly Url :

Token Required

@php echo URL::to('/api/candidate/removecandidates/id'); @endphp

Parameters :
Parameter Name DataType Description Required
Passwords string password True
{{$count++}} POST @php echo URL::to('/api/candidate/{id}/profile'); @endphp
Description :

Edit Profile Picture

id : Candidate Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/candidate/{id}/profile'); @endphp

Parameters :
Parameter Name DataType Description Required
profile Image(png, jpg, jpeg) Profile Picture True
{{$count++}} POST @php echo URL::to('/api/candidate/{id}/resume'); @endphp
Description :

Add Resume

id : Candidate Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/candidate/{id}/resume'); @endphp

Parameters :
Parameter Name DataType Description Required
resume Document(pdf,doc,docx,odt) Resume True
{{$count++}} PATCH @php echo URL::to('/api/candidate/{id}/password'); @endphp
Description :

Change password

id : Candidate Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/candidate/{id}/password'); @endphp

Parameters :
Parameter Name DataType Description Required
old string Old Password True
new string New Password True
new_confirmation string New Password Confirmation True
{{$count++}} GET @php echo URL::to('/api/candidate/{id}/jobs'); @endphp
Description :

Get list of job applications

id : Candidate Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/candidate/{id}/jobs'); @endphp

{{$count++}} delete @php echo URL::to('api/candidate/{appliedjob_id}/removeappliedjob'); @endphp
Description :

appliedjob delete by candidate

Friendly Url :

@php echo URL::to('api/candidate/{job_id}/removeappliedjob'); @endphp

Employer
{{$count++}} POST @php echo URL::to('/api/employer/register'); @endphp
Description :

Employer Registration

Friendly Url :

@php echo URL::to('/api/employer/register'); @endphp

Parameters :
Parameter Name DataType Description Required
name string Name True
email string Email Address True
password string Password True
password_confirmation string Confirm Password True
{{$count++}} POST @php echo URL::to('/api/employer/removeemployer/id'); @endphp
Description :

Employer delete Account

Friendly Url :

Token Required

@php echo URL::to('/api/employer/removeemployer/id'); @endphp

Parameters :
Parameter Name DataType Description Required
passwords string Password True
{{$count++}} POST @php echo URL::to('/api/employer/login'); @endphp
Description :

Employer Login

Friendly Url :

@php echo URL::to('/api/employer/login'); @endphp

Parameters :
Parameter Name DataType Description Required
email string Email Address True
password string Password True
{{$count++}} POST @php echo URL::to('/api/employer/google-login'); @endphp
Description :

Employer Login

Friendly Url :

@php echo URL::to('/api/employer/google-login'); @endphp

Parameters :
Parameter Name DataType Description Required
email string Email Address True
{{$count++}} POST @php echo URL::to('/api/employer/forgetpassword'); @endphp
Description :

send mail forget password

Authorization Token Required: False
Friendly Url :

@php echo URL::to('/api/employer/forgetpassword'); @endphp

{{$count++}} POST @php echo URL::to('/api/employer/token-verify'); @endphp
Description :

send mail forget password to verify token

mail Token Required: true
Friendly Url :

@php echo URL::to('/api/employer/token-verify'); @endphp

Parameters :
Parameter Name DataType Description Required
email string Email Address True
token integer Token True
{{$count++}} POST @php echo URL::to('/api/employer/resetPassword'); @endphp
Description :

successfully changed password

mail Token Required: true
Friendly Url :

@php echo URL::to('/api/employer/resetPassword'); @endphp

Parameters :
Parameter Name DataType Description Required
email string Email Address True
password string Password True
password_confirmation string Password True
{{$count++}} GET @php echo URL::to('/api/employer/{id}'); @endphp
Description :

Get Employer Details

id : Employer Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/employer/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/employer/{id}'); @endphp
Description :

Edit Employer Profile Details

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/employer/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
name string Name False
email string Email ID False
country integer Country Id False
state integer State Id False
city integer City Id False
employer_ceo string Employer CEO False
industry integer Industry False
ownership_type integer Ownership Type False
size integer Company Size False
employer_details string Employer Details False
established_in integer(Year) Established In(Year only) False
about_us string About Us False
location string Location False
no_of_offices integer No of offices False
fax integer Fax False
website string Website False
status integer Status False
is_featured integer Is featured False
facebook_url string Facebook URL False
twitter_url string Twitter URL False
linkedin_url string LinkedIN URL False
google_plus_url string Google Plus URL False
pinterest_url string Pinterest URL False
{{$count++}} POST @php echo URL::to('/api/employer/{id}/logo'); @endphp
Description :

Edit logo Picture

id : Employer Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/employer/{id}/logo'); @endphp

Parameters :
Parameter Name DataType Description Required
logo Image(png, jpg, jpeg) logo Picture True
{{$count++}} PATCH @php echo URL::to('/api/employer/{id}/password'); @endphp
Description :

Change password

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/employer/{id}/password'); @endphp

Parameters :
Parameter Name DataType Description Required
old string Old Password True
new string New Password True
new_confirmation string New Password Confirmation True
{{$count++}} GET @php echo URL::to('/api/employer/{id}/jobs'); @endphp
Description :

Get list of created job

id : Employer Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/employer/{id}/jobs'); @endphp

{{$count++}} GET @php echo URL::to('api/employer/lastweekadded-resume'); @endphp
Description :

Get last week Added Resume

Friendly Url :

@php echo URL::to('/api/employer/lastweekadded-resume'); @endphp

{{$count++}} GET @php echo URL::to('api/employer/Recentlyadded-resume'); @endphp
Description :

Get Recently Added Resume

Friendly Url :

@php echo URL::to('/api/employer/Recentlyadded-resume'); @endphp

{{$count++}} GET @php echo URL::to('api/employer/Alladded-resume'); @endphp
Description :

Get All Added Resume

Friendly Url :

@php echo URL::to('/api/employer/Alladded-resume'); @endphp

{{$count++}} POST @php echo URL::to('/api/employer/approve/{appliedjob_id}'); @endphp
Description :

Approve Job by employee

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/employer/approve/{appliedjob_id}'); @endphp

{{$count++}} POST @php echo URL::to('/api/employer/schedule/{appliedjob_id}'); @endphp
Description :

schedule Job by employee

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/employer/schedule/{appliedjob_id}'); @endphp

{{$count++}} POST @php echo URL::to('/api/employer/reject/{appliedjob_id}'); @endphp
Description :

Reject Job by employee

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/employer/reject/{appliedjob_id}'); @endphp

Job
{{$count++}} PATCH @php echo URL::to('/api/job/{id}'); @endphp
Description :

edit Job by Employer

Friendly Url :

@php echo URL::to('/api/job/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
company_id string Company ID True
title string Job Title True
type string Job Type True
category string Job Category True
skill array Skills Required True
gender string Gender true
expiry_date string Job Expiration Date true
salary_from string Salary From True
salary_to string Salary To True
currency string Currency true
salary_period string Salary Period true
career_level string Career Level true
shift string Job Shift true
tag string Job Tag true
degree_level string Degree Level true
functional_area string Functional Area True
position string Job Position true
experience string Job Experience true
description string Job Description true
Recruiter_name string Recruiter_name true
Recruiter_email string Recruiter_email true
vacancy string vacancy true
{{$count++}} GET @php echo URL::to('/api/job'); @endphp
Description :

Get all Jobs(gives paginated response)

Friendly Url :

@php echo URL::to('/api/job'); @endphp

{{$count++}} POST @php echo URL::to('/api/job/comments'); @endphp
Description :

send comments

Friendly Url :

@php echo URL::to('/api/job/comments'); @endphp

Parameters :
Parameter Name DataType Description Required
job_id string jobs ID True
msg string message True
user_id string candidate id or employee id True
type string candidate or employee True
{{$count++}} GET @php echo URL::to('/api/job/comments/job_id'); @endphp
Description :

Get all Jobs related comments employee and candidate

Friendly Url :

@php echo URL::to('/api/job/comments/job_id'); @endphp

{{$count++}} POST @php echo URL::to('/api/job'); @endphp
Description :

Add Job by Employer

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/job'); @endphp

Parameters :
Parameter Name DataType Description Required
company_id string Company ID True
title string Job Title True
type string Job Type True
category string Job Category True
skill array Skills Required True
gender string Gender False
expiry_date string Job Expiration Date False
salary_from string Salary From True
salary_to string Salary To True
currency string Currency False
salary_period string Salary Period False
career_level string Career Level False
shift string Job Shift False
tag string Job Tag False
degree_level string Degree Level False
functional_area string Functional Area True
position string Job Position False
experience string Job Experience False
description string Job Description False
Recruiter_name string Recruiter_name False
Recruiter_email string Recruiter_email False
vacancy string vacancy False
{{$count++}} POST @php echo URL::to('/api/job/checkbookmarksorappliedjob'); @endphp
Description :

check Bookmarks or Applied Job

Friendly Url :

@php echo URL::to('/api/job/checkbookmarksorappliedjob'); @endphp

Parameters :
Parameter Name DataType Description Required
candidate_id string candidate_id True
job_id string job_id True
{{$count++}} GET @php echo URL::to('/api/job/{id}'); @endphp
Description :

Get Job Details

id : Job Id

Friendly Url :

@php echo URL::to('/api/job/{id}'); @endphp

{{$count++}} GET @php echo URL::to('/api/job/form-fields'); @endphp
Description :

Get Job Form Fields

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/job/form-fields'); @endphp

{{$count++}} GET @php echo URL::to('/api/job/category'); @endphp
Description :

Get Job Categories

Friendly Url :

@php echo URL::to('/api/job/category'); @endphp

{{$count++}} GET @php echo URL::to('/api/job/category/{category_id}'); @endphp
Description :

Get Jobs by Category

id : CategoryId

Friendly Url :

@php echo URL::to('/api/job/category/{category_id}'); @endphp

{{$count++}} POST @php echo URL::to('/api/job/{job_id}/apply'); @endphp
Description :

Apply for Job

Authorization Token Required: True

job_id : Job ID

Friendly Url :

@php echo URL::to('/api/job/{job_id}/apply'); @endphp

{{$count++}} POST @php echo URL::to('/api/job/{job_id}/Bookmarks'); @endphp
Description :

Bookmarks Job by candidate

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/job{job_id}/Bookmarks'); @endphp

{{$count++}} GET @php echo URL::to('api/job/{candidate_id}/Bookmarks'); @endphp
Description :

bookmarks for candidate

Friendly Url :

@php echo URL::to('api/job/{candidate_id}/Bookmarks'); @endphp

{{$count++}} delete @php echo URL::to('api/job/{job_id}/Bookmarks'); @endphp
Description :

bookmarks for candidate

Friendly Url :

@php echo URL::to('api/job/{job_id}/Bookmarks'); @endphp

{{$count++}} GET @php echo URL::to('api/job/lastweekadded-jobs'); @endphp
Description :

Get last week total number of Jobs

Friendly Url :

@php echo URL::to('/api/lastweekadded-jobs'); @endphp

{{$count++}} GET @php echo URL::to('api/job/Recentlyadded-jobs'); @endphp
Description :

Get Recently Added Jobs

Friendly Url :

@php echo URL::to('/api/Recentlyadded-jobs'); @endphp

{{$count++}} GET @php echo URL::to('/api/job/getCandidateParticular-Job/{job_id}'); @endphp
Description :

Get candidates by particulars jobs

id : Job_Id

Friendly Url :

@php echo URL::to('/api/job/getCandidateParticular-Job/{job_id}'); @endphp

{{$count++}} delete @php echo URL::to('api/job/{job_id}/jobs'); @endphp
Description :

jobs delete by employer

Friendly Url :

@php echo URL::to('api/job/{job_id}/jobs'); @endphp

{{$count++}} Post @php echo URL::to('/api/job/search'); @endphp
Description :

Search a Job by location and categorywise and titlewise

two parameter pass : Keyword to search for

Friendly Url :

@php echo URL::to('/api/job/search'); @endphp

{{$count++}} GET @php echo URL::to('/api/job/jobalert'); @endphp
Description :

Get jobs_id by alert jobs

id : Job_Id

Friendly Url :

@php echo URL::to('/api/job/jobalert'); @endphp

Common
{{$count++}} GET @php echo URL::to('/api/country'); @endphp
Description :

Get Countries List

Friendly Url :

@php echo URL::to('/api/country'); @endphp

{{$count++}} GET @php echo URL::to('/api/state/{country_id}'); @endphp
Description :

Get States List of a Country

country_id : Country ID

Friendly Url :

@php echo URL::to('/api/state/{country_id}'); @endphp

{{$count++}} GET @php echo URL::to('/api/city/{state_id}'); @endphp
Description :

Get Cities List of a State

state_id : State ID

Friendly Url :

@php echo URL::to('/api/city/{state_id}'); @endphp

{{$count++}} GET @php echo URL::to('/api/subscriber_details'); @endphp
Description :

Get subscriber List

Friendly Url :

@php echo URL::to('/api/subscriber_details'); @endphp

{{$count++}} POST @php echo URL::to('/api/subscriber_details'); @endphp
Description :

All subscriber email

Friendly Url :

@php echo URL::to('/api/subscriber_details'); @endphp

Parameters :
Parameter Name DataType Description Required
email string email address True
{{$count++}} POST @php echo URL::to('/api/contact'); @endphp
Description :

send mail contact us

Friendly Url :

@php echo URL::to('/api/contact'); @endphp

Parameters :
Parameter Name DataType Description Required
email string email address True
name string name True
subject string subject True
message string message True
phone string phone True
{{$count++}} GET @php echo URL::to('/api/getcontact'); @endphp
Description :

get all contact us

Friendly Url :

@php echo URL::to('/api/getcontact'); @endphp

{{$count++}} GET @php echo URL::to('/api/replynullcount'); @endphp
Description :

get null reply contact us

Friendly Url :

@php echo URL::to('/api/replynullcount'); @endphp

{{$count++}} GET @php echo URL::to('/api/editcontact/{id}'); @endphp
Description :

get particular id wise contact us

Friendly Url :

@php echo URL::to('/api/editcontact/{id}'); @endphp

{{$count++}} Patch @php echo URL::to('/api/editPartiCularcontact/{id}'); @endphp
Description :

edit contact us

Friendly Url :

@php echo URL::to('/api/editPartiCularcontact/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
email string email address True
name string name True
subject string subject True
message string message True
phone string phone True
{{$count++}} GET @php echo URL::to('/api/Allcount'); @endphp
Description :

Get All count Form Fields

Authorization Token Required: False
Friendly Url :

@php echo URL::to('/api/Allcount'); @endphp

Social login
{{$count++}} GET @php echo URL::to('/api/google/login'); @endphp
Description :

GOOGLE login

Friendly Url :

@php echo URL::to('/api/google/login'); @endphp

Parameters :
Parameter Name DataType Description Required
email string email address True
Password string password True
{{$count++}} GET @php echo URL::to('/api/google/callback'); @endphp
Description :

GOOGLE login

Friendly Url :

@php echo URL::to('/api/google/callback'); @endphp

Parameters :
Parameter Name DataType Description Required
email string email address True
ADMIN-SIDE API
ADMIN
{{$count++}} POST @php echo URL::to('/api/admin/register'); @endphp
Description :

Admin registration

Friendly Url :

@php echo URL::to('/api/admin/register'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
email string Email Address True
password string Password True
{{$count++}} POST @php echo URL::to('/api/admin/login'); @endphp
Description :

Admin login

Friendly Url :

@php echo URL::to('/api/admin/login'); @endphp

Parameters :
Parameter Name DataType Description Required
email string Email Address True
password string Password True
{{$count++}} GET @php echo URL::to('/api/admin/simple/{id}'); @endphp
Description :

Get Profile Details

id : admin Id

Authorization Token Required: False
Friendly Url :

@php echo URL::to('/api/admin/simple/{id}'); @endphp

{{$count++}} POST @php echo URL::to('/api/admin/{id}/profile'); @endphp
Description :

Edit Profile Picture

id : admin Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/admin/{id}/profile'); @endphp

Parameters :
Parameter Name DataType Description Required
profile Image(png, jpg, jpeg) Profile Picture True
{{$count++}} Patch @php echo URL::to('/api/admin/{id}'); @endphp
Description :

Edit details

id : Admin Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/admin/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
{{$count++}} PATCH @php echo URL::to('/api/admin/{id}/password'); @endphp
Description :

Change password

id : Admin Id

Authorization Token Required: True
Friendly Url :

@php echo URL::to('/api/admin/{id}/password'); @endphp

Parameters :
Parameter Name DataType Description Required
old string Old Password True
new string New Password True
new_confirmation string New Password Confirmation True
{{$count++}} GET @php echo URL::to('/api/admin/getCompanyDetail/{id}'); @endphp
Description :

Get company details

Friendly Url :

@php echo URL::to('/api/admin/getCompanyDetail/{id}'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/getAllCompanyDetail'); @endphp
Description :

Get All company details

Friendly Url :

@php echo URL::to('/api/admin/getAllCompanyDetail'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/getAlljob'); @endphp
Description :

Get all Jobs(gives paginated response)

Friendly Url :

@php echo URL::to('/api/admin/getAlljob'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/getjobDetail/{id}'); @endphp
Description :

Get Job Details

id : Job Id

Friendly Url :

@php echo URL::to('/api/admin/getjobDetail/{id}'); @endphp

{{$count++}} GET @php echo URL::to('api/admin/getAllCandidates'); @endphp
Description :

Get All Candidates

Friendly Url :

@php echo URL::to('/api/admin/getAllCandidates'); @endphp

{{$count++}} GET @php echo URL::to('api/admin/getCandidateDetail/{id}'); @endphp
Description :

Get All Candidates

Friendly Url :

@php echo URL::to('/api/admin/getCandidateDetail/{id}'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/getsubscriber_details'); @endphp
Description :

Get subscribers details

Friendly Url :

@php echo URL::to('/api/admin/getsubscriber_details'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/allempCount'); @endphp
Description :

All count employees

Friendly Url :

@php echo URL::to('/api/admin/allempCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/todayempCount'); @endphp
Description :

All count employees

Friendly Url :

@php echo URL::to('/api/admin/todayempCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/allcandidatesCount'); @endphp
Description :

All count candidates

Friendly Url :

@php echo URL::to('/api/admin/allcandidatesCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/todaycandidatesCount'); @endphp
Description :

All count candidates

Friendly Url :

@php echo URL::to('/api/admin/todaycandidatesCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/alljobsCount'); @endphp
Description :

All count jobs

Friendly Url :

@php echo URL::to('/api/admin/alljobsCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/todayjobsCount'); @endphp
Description :

today count jobs

Friendly Url :

@php echo URL::to('/api/admin/todayjobsCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/allappliedjobsCount'); @endphp
Description :

All count appliedjobs

Friendly Url :

@php echo URL::to('/api/admin/allappliedjobsCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/todayappliedjobsCount'); @endphp
Description :

All count appliedjobs

Friendly Url :

@php echo URL::to('/api/admin/todayappliedjobsCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/allsubscribersCount'); @endphp
Description :

All count subscribers

Friendly Url :

@php echo URL::to('/api/admin/allsubscribersCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/todaysubscribersCount'); @endphp
Description :

todays count subscribers

Friendly Url :

@php echo URL::to('/api/admin/todaysubscribersCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/lastsixSubscribers'); @endphp
Description :

last six subscribers

Friendly Url :

@php echo URL::to('/api/admin/lastsixSubscribers'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/lastsixEmployees'); @endphp
Description :

last six employees

Friendly Url :

@php echo URL::to('/api/admin/lastsixEmployees'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/lastsixJobs'); @endphp
Description :

last six jobs

Friendly Url :

@php echo URL::to('/api/admin/lastsixJobs'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/categoryWiseJob'); @endphp
Description :

All Category wise Jobs

Friendly Url :

@php echo URL::to('/api/admin/categoryWiseJob'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/monthlyJobCount'); @endphp
Description :

All jobs month and year details

Friendly Url :

@php echo URL::to('/api/admin/monthlyJobCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/monthlyappliedJobCount'); @endphp
Description :

All applied jobs month and year details

Friendly Url :

@php echo URL::to('/api/admin/monthlyappliedJobCount'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/companywisetopjob'); @endphp
Description :

top five details

Friendly Url :

@php echo URL::to('/api/admin/companywisetopjob'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/functionalWiseCandidate'); @endphp
Description :

area wise candidate all count

Friendly Url :

@php echo URL::to('/api/admin/functionalWiseCandidate'); @endphp

{{$count++}} POST @php echo URL::to('/api/admin/forgetpassword'); @endphp
Description :

send mail forget password

Authorization Token Required: False
Friendly Url :

@php echo URL::to('/api/admin/forgetpassword'); @endphp

{{$count++}} POST @php echo URL::to('/api/admin/token-verify'); @endphp
Description :

send mail forget password to verify token

mail Token Required: true
Friendly Url :

@php echo URL::to('/api/admin/token-verify'); @endphp

Parameters :
Parameter Name DataType Description Required
email string Email Address True
token integer Token True
{{$count++}} POST @php echo URL::to('/api/admin/resetPassword'); @endphp
Description :

successfully changed password

mail Token Required: true
Friendly Url :

@php echo URL::to('/api/admin/resetPassword'); @endphp

Parameters :
Parameter Name DataType Description Required
email string Email Address True
password string Password True
password_confirmation string Password True
Career_levels
{{$count++}} POST @php echo URL::to('/api/admin/Addcareer_levels'); @endphp
Description :

Add Career_levels details

Friendly Url :

@php echo URL::to('/api/admin/Addcareer_levels'); @endphp

Parameters :
Parameter Name DataType Description Required
level string level True
{{$count++}} GET @php echo URL::to('/api/admin/getcareer_levels'); @endphp
Description :

All Career_levels details

Friendly Url :

@php echo URL::to('/api/admin/getcareer_levels'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editcareer_levels{id}'); @endphp
Description :

Career_levels details

Friendly Url :

@php echo URL::to('/api/admin/editcareer_levels{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/updatePartiCularCreer_levels/{id}'); @endphp
Description :

update Career_levels details

Friendly Url :

@php echo URL::to('/api/admin/updatePartiCularCreer_levels/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
level string level True
{{$count++}} delete @php echo URL::to('api/admin/Career_levels/{id}'); @endphp
Description :

delete recorods career_levels

Friendly Url :

@php echo URL::to('api/admin/Career_levels/{id}'); @endphp

Company_Size
{{$count++}} POST @php echo URL::to('/api/admin/AddCompanySize'); @endphp
Description :

Add CompanySize details

Friendly Url :

@php echo URL::to('/api/admin/getCompanySize'); @endphp

Parameters :
Parameter Name DataType Description Required
size string size True
{{$count++}} GET @php echo URL::to('/api/admin/getCompanySize'); @endphp
Description :

All CompanySize details

Friendly Url :

@php echo URL::to('/api/admin/getCompanySize'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editCompanySize/{id}'); @endphp
Description :

CompanySize details

Friendly Url :

@php echo URL::to('/api/admin/editCompanySize/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularCompany_Size/{id}'); @endphp
Description :

update CompanySize details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularCompany_Size/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
size string size True
{{$count++}} delete @php echo URL::to('api/admin/CompanySize/{id}'); @endphp
Description :

delete recorods CompanySize

Friendly Url :

@php echo URL::to('api/admin/CompanySize/{id}'); @endphp

Degree_levels
{{$count++}} POST @php echo URL::to('/api/admin/addDegreeLevel'); @endphp
Description :

Add DegreeLevel details

Friendly Url :

@php echo URL::to('/api/admin/addDegreeLevel'); @endphp

Parameters :
Parameter Name DataType Description Required
level string level True
{{$count++}} GET @php echo URL::to('/api/admin/getDegreeLevel'); @endphp
Description :

All DegreeLevel details

Friendly Url :

@php echo URL::to('/api/admin/getDegreeLevel'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editDegreeLevel/{id}'); @endphp
Description :

DegreeLevel details

Friendly Url :

@php echo URL::to('/api/admin/editDegreeLevel/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCulardegree_levels/{id}'); @endphp
Description :

Update DegreeLevel details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCulardegree_levels/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
level string level True
{{$count++}} delete @php echo URL::to('api/admin/DegreeLevel/{id}'); @endphp
Description :

delete recorods CompanySize

Friendly Url :

@php echo URL::to('api/admin/DegreeLevel/{id}'); @endphp

FunctionalArea
{{$count++}} POST @php echo URL::to('/api/admin/addFunctionalArea'); @endphp
Description :

Add Functinal Area details

Friendly Url :

@php echo URL::to('/api/admin/addFunctionalArea'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
{{$count++}} GET @php echo URL::to('/api/admin/getFunctionalArea'); @endphp
Description :

All FunctionalArea details

Friendly Url :

@php echo URL::to('/api/admin/getFunctionalArea'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editFunctionalArea/{id}'); @endphp
Description :

FunctionalArea details

Friendly Url :

@php echo URL::to('/api/admin/editFunctionalArea/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularFunctionalArea/{id}'); @endphp
Description :

Update FunctionalArea details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularFunctionalArea/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
{{$count++}} delete @php echo URL::to('api/admin/FunctionalArea/{id}'); @endphp
Description :

delete recorods FunctionalArea

Friendly Url :

@php echo URL::to('api/admin/FunctionalArea/{id}'); @endphp

Industry
{{$count++}} POST @php echo URL::to('/api/admin/addIndustry'); @endphp
Description :

Add Industry details

Friendly Url :

@php echo URL::to('/api/admin/addIndustry'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} GET @php echo URL::to('/api/admin/getIndustry'); @endphp
Description :

All Industry details

Friendly Url :

@php echo URL::to('/api/admin/getIndustry'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editIndustry/{id}'); @endphp
Description :

Industry details

Friendly Url :

@php echo URL::to('/api/admin/editIndustry/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularIndustry/{id}'); @endphp
Description :

Update Industry details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularIndustry/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} delete @php echo URL::to('api/admin/Industry/{id}'); @endphp
Description :

delete recorods Industry

Friendly Url :

@php echo URL::to('api/admin/Industry/{id}'); @endphp

JobCategory
{{$count++}} POST @php echo URL::to('/api/admin/addJobCategory'); @endphp
Description :

Add JobCategory details

Friendly Url :

@php echo URL::to('/api/admin/addJobCategory'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} GET @php echo URL::to('/api/admin/getJobCategory'); @endphp
Description :

All JobCategory details

Friendly Url :

@php echo URL::to('/api/admin/getJobCategory'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editJobCategory/{id}'); @endphp
Description :

JobCategory details

Friendly Url :

@php echo URL::to('/api/admin/editJobCategory/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularJobCategory/{id}'); @endphp
Description :

Update JobCategory details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularJobCategory/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} delete @php echo URL::to('api/admin/JobCategory/{id}'); @endphp
Description :

delete recorods JobCategory

Friendly Url :

@php echo URL::to('api/admin/JobCategory/{id}'); @endphp

job_tags
{{$count++}} POST @php echo URL::to('/api/admin/addjob_tags'); @endphp
Description :

Add job_tags details

Friendly Url :

@php echo URL::to('/api/admin/addjob_tags'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} GET @php echo URL::to('/api/admin/getjob_tags'); @endphp
Description :

All job_tags details

Friendly Url :

@php echo URL::to('/api/admin/getjob_tags'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editjob_tags/{id}'); @endphp
Description :

job_tags details

Friendly Url :

@php echo URL::to('/api/admin/editjob_tags/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularjob_tags/{id}'); @endphp
Description :

Update job_tags details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularjob_tags/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} delete @php echo URL::to('api/admin/job_tags/{id}'); @endphp
Description :

delete recorods job_shifts

Friendly Url :

@php echo URL::to('api/admin/job_tags/{id}'); @endphp

jobShifts
{{$count++}} POST @php echo URL::to('/api/admin/addjob_shifts'); @endphp
Description :

Add job_shifts details

Friendly Url :

@php echo URL::to('/api/admin/addjob_shifts'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} GET @php echo URL::to('/api/admin/getjob_shifts'); @endphp
Description :

All job_shifts details

Friendly Url :

@php echo URL::to('/api/admin/getjob_shifts'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editjob_shifts/{id}'); @endphp
Description :

job_shifts details

Friendly Url :

@php echo URL::to('/api/admin/editjob_shifts/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularjob_shifts/{id}'); @endphp
Description :

Update job_shifts details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularjob_shifts/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} delete @php echo URL::to('api/admin/job_shifts/{id}'); @endphp
Description :

delete recorods job_shifts

Friendly Url :

@php echo URL::to('api/admin/job_shifts/{id}'); @endphp

OwnershipType
{{$count++}} POST @php echo URL::to('/api/admin/addownership_types'); @endphp
Description :

Add ownership_types details

Friendly Url :

@php echo URL::to('/api/admin/addownership_types'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} GET @php echo URL::to('/api/admin/getownership_types'); @endphp
Description :

All ownership_types details

Friendly Url :

@php echo URL::to('/api/admin/getownership_types'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editownership_types/{id}'); @endphp
Description :

ownership_types details

Friendly Url :

@php echo URL::to('/api/admin/editownership_types/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularownership_types/{id}'); @endphp
Description :

Update ownership_types details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularownership_types/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} delete @php echo URL::to('api/admin/ownership_types/{id}'); @endphp
Description :

delete recorods ownership_types

Friendly Url :

@php echo URL::to('api/admin/ownership_types/{id}'); @endphp

JobType
{{$count++}} POST @php echo URL::to('/api/admin/addjob_types'); @endphp
Description :

Add job_types details

Friendly Url :

@php echo URL::to('/api/admin/addjob_types'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} GET @php echo URL::to('/api/admin/getjob_types'); @endphp
Description :

All job_types details

Friendly Url :

@php echo URL::to('/api/admin/getjob_types'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editjob_types/{id}'); @endphp
Description :

job_types details

Friendly Url :

@php echo URL::to('/api/admin/editjob_types/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularjob_types/{id}'); @endphp
Description :

Update job_types details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularjob_types/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} delete @php echo URL::to('api/admin/job_types/{id}'); @endphp
Description :

delete recorods job_types

Friendly Url :

@php echo URL::to('api/admin/job_types/{id}'); @endphp

salary_currencies
{{$count++}} POST @php echo URL::to('/api/admin/addsalary_currencies'); @endphp
Description :

Add salary_currencies details

Friendly Url :

@php echo URL::to('/api/admin/addsalary_currencies'); @endphp

Parameters :
Parameter Name DataType Description Required
currency_name string currency_name True
currency_icon string currency_icon True
{{$count++}} GET @php echo URL::to('/api/admin/getsalary_currencies'); @endphp
Description :

All salary_currencies details

Friendly Url :

@php echo URL::to('/api/admin/getsalary_currencies'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editsalary_currencies/{id}'); @endphp
Description :

salary_currencies details

Friendly Url :

@php echo URL::to('/api/admin/editsalary_currencies/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularsalary_currencies/{id}'); @endphp
Description :

Update salary_currencies details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularsalary_currencies/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
currency_name string currency_name True
currency_icon string currency_icon True
{{$count++}} delete @php echo URL::to('api/admin/salary_currencies/{id}'); @endphp
Description :

delete recorods salary_currencies

Friendly Url :

@php echo URL::to('api/admin/salary_currencies/{id}'); @endphp

salary_periods
{{$count++}} POST @php echo URL::to('/api/admin/addsalary_periods'); @endphp
Description :

Add salary_periods details

Friendly Url :

@php echo URL::to('/api/admin/addsalary_periods'); @endphp

Parameters :
Parameter Name DataType Description Required
period string period True
description string description True
{{$count++}} GET @php echo URL::to('/api/admin/getsalary_periods'); @endphp
Description :

All salary_periods details

Friendly Url :

@php echo URL::to('/api/admin/getsalary_periods'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editsalary_periods/{id}'); @endphp
Description :

salary_periods details

Friendly Url :

@php echo URL::to('/api/admin/editsalary_periods/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularsalary_periods/{id}'); @endphp
Description :

Update salary_periods details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularsalary_periods/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
period string period True
description string description True
{{$count++}} delete @php echo URL::to('api/admin/salary_periods/{id}'); @endphp
Description :

delete recorods salary_periods

Friendly Url :

@php echo URL::to('api/admin/salary_periods/{id}'); @endphp

skills
{{$count++}} POST @php echo URL::to('/api/admin/addskills'); @endphp
Description :

Add skills details

Friendly Url :

@php echo URL::to('/api/admin/addskills'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} GET @php echo URL::to('/api/admin/getskills'); @endphp
Description :

All skills details

Friendly Url :

@php echo URL::to('/api/admin/getskills'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editskills/{id}'); @endphp
Description :

skills details

Friendly Url :

@php echo URL::to('/api/admin/editskills/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularskills/{id}'); @endphp
Description :

Update skills details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularskills/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} delete @php echo URL::to('api/admin/skills/{id}'); @endphp
Description :

delete recorods skills

Friendly Url :

@php echo URL::to('api/admin/skills/{id}'); @endphp

Position
{{$count++}} POST @php echo URL::to('/api/admin/addPosition'); @endphp
Description :

Add Position details

Friendly Url :

@php echo URL::to('/api/admin/addPosition'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} GET @php echo URL::to('/api/admin/getPosition'); @endphp
Description :

All Position details

Friendly Url :

@php echo URL::to('/api/admin/getPosition'); @endphp

{{$count++}} GET @php echo URL::to('/api/admin/editPosition/{id}'); @endphp
Description :

Position details

Friendly Url :

@php echo URL::to('/api/admin/editPosition/{id}'); @endphp

{{$count++}} PATCH @php echo URL::to('/api/admin/editPartiCularPosition/{id}'); @endphp
Description :

Update Position details

Friendly Url :

@php echo URL::to('/api/admin/editPartiCularPosition/{id}'); @endphp

Parameters :
Parameter Name DataType Description Required
name string name True
description string description True
{{$count++}} delete @php echo URL::to('api/admin/Position/{id}'); @endphp
Description :

delete recorods Position

Friendly Url :

@php echo URL::to('api/admin/Position/{id}'); @endphp

Notification
{{$count++}} GET @php echo URL::to('/api/candidate/MarkAsRead_all'); @endphp
Description :

All notification Readmarked

Friendly Url :

particular login id all notification read all

@php echo URL::to('/api/candidate/MarkAsRead_all'); @endphp

{{$count++}} GET @php echo URL::to('/api/candidate/getnotreadnotification'); @endphp
Description :

Not read all notification

Friendly Url :

particular login id all notification not read all

@php echo URL::to('/api/candidate/getnotreadnotification'); @endphp

{{$count++}} GET @php echo URL::to('/api/candidate/notreadnotificationcount'); @endphp
Description :

Not read count notification

Friendly Url :

particular login id all notification not read count

@php echo URL::to('/api/candidate/notreadnotificationcount'); @endphp

{{$count++}} GET @php echo URL::to('/api/candidate/getallreadnotification'); @endphp
Description :

Not read all notification

Friendly Url :

particular login id all notification read all

@php echo URL::to('/api/candidate/getallreadnotification'); @endphp

{{$count++}} GET @php echo URL::to('/api/candidate/getallnotification'); @endphp
Description :

Not read all notification

Friendly Url :

particular login id all notification read or not read all

@php echo URL::to('/api/candidate/getallnotification'); @endphp

{{$count++}} GET @php echo URL::to('/api/candidate/particularNotificationReadmark/{id}'); @endphp
Description :

Not read notification

Friendly Url :

articular id wise notification is Readmarked

@php echo URL::to('/api/candidate/particularNotificationReadmark/{id}'); @endphp

{{$count++}} delete @php echo URL::to('api/candidate/{custom_id}/removenotifications'); @endphp
Description :

notification delete by candidate

Friendly Url :

@php echo URL::to('api/candidate/{custom_id}/removenotifications'); @endphp

interview
{{$count++}} POST @php echo URL::to('/api/interview'); @endphp
Description :

Add interview details

Friendly Url :

@php echo URL::to('/api/interview'); @endphp

Parameters :
Parameter Name DataType Description Required
interviewDate string interviewDate True
mode string mode True
applied_id string applied_id True
{{$count++}} GET @php echo URL::to('/api/interview/{id}'); @endphp
Description :

read date interview

Friendly Url :

Particular id wise interview

@php echo URL::to('/api/interview/{id}'); @endphp

{{$count++}} POST @php echo URL::to('/api/conforminterview/{id}'); @endphp
Description :

update conforminterview interview details

Friendly Url :

@php echo URL::to('/api/conforminterview/{id}'); @endphp

{{$count++}} POST @php echo URL::to('/api/reinterview/{id}'); @endphp
Description :

update reinterview interview details

Friendly Url :

@php echo URL::to('/api/reinterview/{id}'); @endphp

{{$count++}} GET @php echo URL::to('/api/employer/allinterviewlistcomapny'); @endphp
Description :

get allinterviewlistcomapny interview details

Friendly Url :

@php echo URL::to('/api/employer/allinterviewlistcomapny'); @endphp

{{$count++}} Patch @php echo URL::to('/api/editinterview/id'); @endphp
Description :

update editinterview interview details

Friendly Url :

@php echo URL::to('/api/editinterview/id'); @endphp

Parameters :
Parameter Name DataType Description Required
interviewDate string interviewDate True
mode string mode True
applied_id string applied_id True
conform string conform True
{{$count++}} POST @php echo URL::to('/api/interviewApprove'); @endphp
Description :

update status

Friendly Url :

@php echo URL::to('/api/interviewApprove'); @endphp

Parameters :
Parameter Name DataType Description Required
interview id number interview_id True/false
applied_id number applied_id True
{{$count++}} POST @php echo URL::to('/api/interviewreject'); @endphp
Description :

update status

Friendly Url :

@php echo URL::to('/api/interviewreject'); @endphp

Parameters :
Parameter Name DataType Description Required
interview id number interview_id True/false
applied_id number applied_id True