All URIs are relative to https://api.inda.ai, except if the operation defines another base path.
Method | HTTP request | Description |
---|---|---|
getCompanySizeGET() | GET /hr/v2/data/company/size/ | Get Company Size |
getCompanyTypeGET() | GET /hr/v2/data/company/type/ | Get Company Type |
getContractTypeGET() | GET /hr/v2/data/contract/type/ | Get Contract Type |
getDisabilityGET() | GET /hr/v2/data/disability/ | Get Disability |
getEducationTitleGET() | GET /hr/v2/data/education/title/ | Get Education Title |
getEmailLabelGET() | GET /hr/v2/data/email/label/ | Get Email Label |
getEmploymentTypeGET() | GET /hr/v2/data/employment/type/ | Get Employment Type |
getFieldOfStudyGET() | GET /hr/v2/data/education/field-of-study/ | Get Field Of Study |
getGenderGET() | GET /hr/v2/data/gender/ | Get Gender |
getIndustriesGET() | GET /hr/v2/data/industries/ | Get Industries |
getJobFunctionGET() | GET /hr/v2/data/job/function/ | Get Job Function |
getJobshiftTypeGET() | GET /hr/v2/data/jobshift/type/ | Get Jobshift Type |
getLicenseCodeGET() | GET /hr/v2/data/license/type/{license_type}/code/ | Get License Code |
getLicenseTypeGET() | GET /hr/v2/data/license/type/ | Get License Type |
getLinkLabelGET() | GET /hr/v2/data/link/label/ | Get Link Label |
getMaritalStatusGET() | GET /hr/v2/data/marital-status/ | Get Marital Status |
getNamePrefixGET() | GET /hr/v2/data/name/prefix/ | Get Name Prefix |
getNameSuffixGET() | GET /hr/v2/data/name/suffix/ | Get Name Suffix |
getPatentStatusGET() | GET /hr/v2/data/patent/status/ | Get Patent Status |
getPhoneLabelGET() | GET /hr/v2/data/phone/label/ | Get Phone Label |
getProtectedGroupGET() | GET /hr/v2/data/protected-group/ | Get Protected Group |
getRemoteWorkingGET() | GET /hr/v2/data/employment/remote-working/ | Get Remote Working |
getSalaryFrequencyGET() | GET /hr/v2/data/salary/frequency/ | Get Salary Frequency |
getSalaryTypeGET() | GET /hr/v2/data/salary/type/ | Get Salary Type |
getSeniorityLevelGET() | GET /hr/v2/data/seniority/level/ | Get Seniority Level |
getCompanySizeGET($dst_lang, $codes): \OpenAPI\Client\Model\GetExtendedStandardDataResponse
Get Company Size
Lists company size encodings based on LinkedIn Company Size.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getCompanySizeGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getCompanySizeGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetExtendedStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getCompanyTypeGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Company Type
Lists company type encodings based on LinkedIn Company Types. English example values: + SELF_EMPLOYED
- Self-employed + PUBLIC_COMPANY
- Public company + NON_PROFIT
- Nonprofit + PARTNERSHIP
- Partnership + GOVERNMENT_AGENCY
- Government agency + SELF_OWNED
- Sole proprietorship + PRIVATELY_HELD
- Privately held
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getCompanyTypeGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getCompanyTypeGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getContractTypeGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Contract Type
Lists common contract type encodings. English example values: + CASUAL
- Casual + TEMPORARY
- Temporary + PERMANENT
- Permanent
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getContractTypeGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getContractTypeGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getDisabilityGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Disability
Lists disability level encodings. Each level represents a disability severity, as described below: + 1
- 1: Needs another person's assistance with daily life tasks + 5
- 5: No limitations in functioning + 4
- 4: Experiences difficulty in just one function + 2
- 2: Inability to perform one or more sensory or physical functions + 3
- 3: Experiences difficulties in multiple sensory or physical functions
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getDisabilityGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getDisabilityGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getEducationTitleGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Education Title
Lists common education title encodings based on LinkedIn Degree values. English example values: + 241
- Bachelor of Pharmacy - BPharm + 1018
- Doctor of Pharmacy - PharmD + 900
- Doctor of Philosophy - PhD + 563
- Master of Philosophy - MPhil + 570
- Master of Public Administration - MPA + 588
- Master of Public Health - MPH + 645
- Postgraduate Degree + 116
- Associate of Arts - AA + 104
- Associate of Arts and Sciences - AAS + 112
- Associate of Science - AS + 259
- Bachelor of Applied Science - BASc + 258
- Bachelor of Architecture - BArch + 350
- Bachelor of Arts - BA + 450
- Bachelor of Business Administration - BBA + 215
- Bachelor of Commerce - BCom + 206
- Bachelor of Education - BEd + 269
- Bachelor of Engineering - BE + 223
- Bachelor of Fine Arts - BFA + 232
- Bachelor of Laws - LLB + 1037
- Bachelor of Medicine, Bachelor of Surgery - MBBS + 400
- Bachelor of Science - BS + 250
- Bachelor of Technology - BTech + 513
- Diploma of Education + 916
- Doctor of Arts + 921
- Doctor of Education - EdD + 1100
- Doctor of Law - JD + 1100
- Doctor of Law + 1000
- Doctor of Medicine - MD + 937
- Doctor of Science + 535
- Master of Architecture - MArch + 536
- Master of Arts - MA + 700
- Master of Business Administration - MBA + 594
- Master of Computer Applications - MCA + 548
- Master of Divinity - MDiv + 550
- Master of Education - MEd + 551
- Master of Engineering - MEng + 603
- Master of Fine Arts - MFA + 555
- Master of Laws - LLM + 557
- Master of Library & Information Science - MLIS + 626
- Master of Science - MS + 589
- Master of Social Work - MSW + 584
- Master of Technology - MTech + 701
- Executive MBA + 500
- Master's degree + 5
- Middle School Diploma + 10
- High School Diploma + 10
- GED + 100
- Associate's degree + 200
- Bachelor's degree + 914
- Doctor's Degree + 750
- Engineer's degree + 160
- Higher National Diploma + 800
- Licentiate degree + 150
- Foundation degree
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getEducationTitleGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getEducationTitleGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getEmailLabelGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Email Label
Lists common email labels encodings. English example values: + OTHER
- Other + BUSINESS
- Business + PERSONAL
- Personal
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getEmailLabelGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getEmailLabelGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getEmploymentTypeGET($dst_lang, $codes): \OpenAPI\Client\Model\GetExtendedStandardDataResponse
Get Employment Type
Lists common employment type encodings based on LinkedIn Employment Types. English example values: + FULL_TIME
- Full-time + PART_TIME
- Part-time + CONTRACT
- Contract + TEMPORARY
- Temporary + VOLUNTEER
- Volunteer + INTERNSHIP
- Internship + SELF_EMPLOYED
- Self-employed + FREELANCE
- Freelance + APPRENTICESHIP
- Apprenticeship + SEASONAL
- Seasonal + OTHER
- Other
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getEmploymentTypeGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getEmploymentTypeGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetExtendedStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getFieldOfStudyGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Field Of Study
Lists fields of study encodings based on LinkedIn Fields of Study. English example values: + 100992
- Econometrics and Quantitative Economics + 101471
- Management Sciences and Quantitative Methods + 100982
- Research Methodology and Quantitative Methods + 100417
- Quality Control Technology/Technician + 100404
- Water Quality and Wastewater Treatment Management and Recycling Technology/Technician + 100921
- Psychometrics and Quantitative Psychology + 100415
- Quality Control and Safety Technologies/Technicians + 100861
- Youth Ministry + 101372
- Yoga Teacher Training/Yoga Therapy + 100980
- Youth Services/Administration + 100603
- Children and Youth Library Services + 100912
- Psychology + 101001
- Political Science and Government + 101460
- Human Resources Management/Personnel Administration, General + 100892
- Physics + 100865
- Physical Sciences + 101419
- Project Management + 101295
- Pharmacy + 100838
- Philosophy + 100974
- Public Administration + 100151
- Public Relations/Image Management + 100180
- Computer Programming, Specific Applications + 101117
- Industrial and Product Design + 101136
- Photography + 100926
- Counseling Psychology + 100580
- Legal Assistant/Paralegal + 100924
- Clinical Psychology + 101414
- Non-Profit/Public/Organizational Management + 100178
- Computer Programming + 100201
- Information Technology Project Management + 100900
- Theoretical and Mathematical Physics + 101421
- Organizational Leadership + 101413
- Operations Management and Supervision + 100877
- Organic Chemistry + 100001
- Agriculture, Agriculture Operations, and Related Sciences + 101482
- General Sales, Merchandising and Related Marketing Operations + 100927
- Industrial and Organizational Psychology + 101408
- Business Administration, Management and Operations + 100374
- Operations Research + 101321
- Occupational Therapy/Therapist + 100150
- Organizational Communication, General + 100677
- Marine Biology and Biological Oceanography + 100169
- Graphic and Printing Equipment Operator, General Production + 101462
- Organizational Behavior Studies + 101432
- Business/Office Automation/Technology/Data Entry + 101487
- Specialized Sales, Merchandising and Marketing Operations + 101095
- Aviation/Airway Management and Operations + 101287
- Optometry + 100715
- Military Operational Art and Science/Studies + 100891
- Oceanography, Chemical and Physical + 101409
- Business Administration and Management, General + 101475
- Marketing + 100360
- Mechanical Engineering + 100139
- Communication and Media Studies + 100693
- Mathematics + 101476
- Marketing/Marketing Management, General + 101468
- Management Information Systems, General + 101274
- Medicine + 101406
- Business, Management, Marketing, and Related Support Services + 101438
- Business/Managerial Economics + 100447
- Engineering/Industrial Management + 100142
- Mass Communication/Media Studies + 101150
- Music + 101459
- Human Resources Management and Services + 101427
- Accounting and Business/Management + 100761
- Mathematics and Computer Science + 101443
- Finance and Financial Management Services + 100143
- Journalism + 100939
- Criminal Justice and Corrections + 100144
- Broadcast Journalism + 100119
- Japanese Studies + 100462
- Japanese Language and Literature + 100944
- Criminal Justice/Police Science + 100569
- Canadian Law/Legal Studies/Jurisprudence + 100942
- Criminal Justice/Safety Studies + 100847
- Jewish/Judaic Studies + 101158
- Jazz/Jazz Studies + 100037
- Agricultural Communication/Journalism + 100941
- Criminal Justice/Law Enforcement Administration + 100568
- American/U.S. Law/Legal Studies/Jurisprudence + 100281
- Junior High/Intermediate/Middle School Education and Teaching + 101054
- Watchmaking and Jewelrymaking + 101149
- Metal and Jewelry Arts + 100709
- Army JROTC/ROTC + 100707
- Air Force JROTC/ROTC + 100946
- Juvenile Corrections + 100711
- Navy/Marine Corps JROTC/ROTC + 101407
- Business/Commerce, General + 101444
- Finance, General + 100598
- General Studies + 100607
- Biology, General + 101121
- Graphic Design + 101139
- Art/Art Studies, General + 101140
- Fine/Studio Arts, General + 100885
- Geology/Earth Science, General + 100996
- Geography + 100631
- Microbiology, General + 100583
- English Language and Literature, General + 100239
- Educational Leadership and Administration, General + 100140
- Communication, General + 101115
- Design and Visual Communications, General + 100608
- Biology/Biological Sciences, General + 100176
- Information Technology + 100173
- Computer and Information Sciences and Support Services + 101465
- International Business + 100372
- Industrial Engineering + 100999
- International Relations and Affairs + 101120
- Interior Design + 101466
- International Business/Trade/Commerce + 100196
- Computer/Information Technology Administration and Management + 100122
- Spanish and Iberian Studies + 100177
- Informatics + 100773
- International/Global Studies + 101478
- International Marketing + 100602
- Library and Information Science + 100174
- Computer and Information Sciences, General + 101469
- Information Resources Management + 100189
- Computer Science + 101005
- Sociology + 100597
- Liberal Arts and Sciences/Liberal Studies + 100195
- Computer Systems Networking and Telecommunications + 100979
- Social Work + 100349
- Computer Software Engineering + 101511
- History + 101451
- Hospitality Administration/Management + 101196
- Health/Health Care Administration/Management + 101141
- Art History, Criticism and Conservation + 101453
- Hotel/Motel Administration/Management + 100358
- Environmental/Environmental Health Engineering + 100599
- Humanities/Humanistic Studies + 101307
- Public Health + 100792
- Health and Physical Education/Fitness + 101170
- Health Services/Allied Health/Health Sciences, General + 100243
- Higher Education/Higher Education Administration + 100972
- Human Services, General + 100547
- Human Development and Family Studies, General + 101464
- Human Resources Development + 101171
- Health and Wellness, General + 100938
- Homeland Security, Law Enforcement, Firefighting and Related Protective Services + 101315
- Health Services Administration + 101193
- Dental Hygiene/Hygienist + 100540
- Foods, Nutrition, and Wellness Studies, General + 100586
- Creative Writing + 100198
- System, Networking, and LAN/WAN Management/Manager + 101280
- Clinical/Medical Social Work + 100200
- Web/Multimedia Management and Webmaster + 100585
- Writing, General + 100191
- Web Page, Digital/Multimedia and Information Resources Design + 100133
- Women's Studies + 100889
- Hydrology and Water Resources Science + 100078
- Wildlife, Fish and Wildlands Science and Management + 100642
- Wildlife Biology + 100192
- Data Modeling/Warehousing and Database Administration + 100346
- Water Resources Engineering + 101163
- Woodwind Instruments + 100065
- Water, Wetlands, and Marine Resources Management + 101083
- Welding Technology/Welder + 100074
- Wood Science and Wood Products/Pulp and Paper Technology + 101030
- Plumbing and Related Water Supply Services + 100564
- Law + 100582
- English Language and Literature/Letters + 100593
- English Literature (British and Commonwealth) + 101411
- Logistics, Materials, and Supply Chain Management + 100570
- Banking, Corporate, Finance, and Securities Law + 100455
- Linguistics + 100085
- Landscape Architecture + 100600
- Library Science + 100562
- Legal Studies, General + 101256
- Clinical Laboratory Science/Medical Technology/Technologist + 101461
- Labor and Industrial Relations + 100574
- International Law and Legal Studies + 100589
- Literature + 101176
- Speech-Language Pathology/Pathologist + 100280
- Elementary Education and Teaching + 100854
- Theology/Theological Studies + 100353
- Telecommunications Engineering + 100830
- Theatre/Theater + 100390
- Electrical, Electronic and Communications Engineering Technology/Technician + 101452
- Tourism and Travel Services Management + 101480
- Taxation + 100434
- Computer Technology/Computer Systems Technology + 101323
- Physical Therapy/Therapist + 100224
- Culinary Arts/Chef Training + 100258
- Special Education and Teaching + 100250
- Educational/Instructional Technology + 100282
- Secondary Education and Teaching + 100287
- Early Childhood Education and Teaching + 101380
- Registered Nursing/Registered Nurse + 100688
- Neuroscience + 100777
- Classical, Ancient Mediterranean and Near Eastern Studies and Archaeology + 100363
- Naval Architecture and Marine Engineering + 100771
- Natural Sciences + 100218
- Cosmetology, Barber/Styling, and Nail Instructor + 100364
- Nuclear Engineering + 100197
- Network and System Administration/Administrator + 101000
- National Security Policy Studies + 100772
- Nutrition Sciences + 100572
- Energy, Environment, and Natural Resources Law + 100691
- Neurobiology and Behavior + 100541
- Human Nutrition + 100063
- Natural Resources Management and Policy + 100060
- Natural Resources/Conservation, General + 101384
- Family Practice Nurse/Nursing + 101426
- Accounting and Finance + 101445
- Banking and Financial Support Services + 100116
- French Studies + 100793
- Sport and Fitness Administration/Management + 101119
- Fashion/Apparel Design + 101134
- Film/Cinema/Video Studies + 101446
- Financial Planning and Services + 101489
- Fashion Merchandising + 101135
- Cinematography and Film/Video Production + 100544
- Facilities Planning and Management + 100046
- Food Science + 101447
- International Finance + 100494
- French Language and Literature + 101114
- Design and Applied Arts + 101178
- Dentistry + 101174
- Communication Sciences and Disorders, General + 101125
- Drama and Dramatics/Theatre Arts, General + 100993
- Development Economics and International Development + 101297
- Pharmaceutics and Drug Design + 100182
- Data Processing + 100148
- Digital Communication and Media/Multimedia + 101112
- Dance + 101352
- Dietetics/Dietitian + 100855
- Divinity/Ministry + 100094
- American/United States Studies/Civilization + 100081
- City/Urban, Community and Regional Planning + 101006
- Urban Studies/Affairs + 101512
- American History (United States) + 101002
- American Government and Politics (United States) + 100247
- Urban Education and Leadership + 101240
- Diagnostic Medical Sonography/Sonographer and Ultrasound Technician + 100066
- Land Use Planning and Management/Development + 100862
- Urban Ministry + 100073
- Urban Forestry + 100211
- Make-Up Artist/Specialist + 101198
- Health Unit Coordinator/Ward Clerk + 101076
- Upholstery/Upholsterer + 100475
- Ukrainian Language and Literature + 100490
- Urdu Language and Literature + 100112
- Ural-Altaic and Central Asian Studies + 101199
- Health Unit Manager/Ward Supervisor + 100124
- Ukraine Studies + 100522
- Uralic Languages, Literatures, and Linguistics + 100794
- Kinesiology and Exercise Science + 101156
- Keyboard Instruments + 101470
- Knowledge Management + 100120
- Korean Studies + 100463
- Korean Language and Literature + 100226
- Food Preparation/Professional Cooking/Kitchen Assistant + 100286
- Kindergarten/Preschool Education and Teaching + 101326
- Kinesiotherapy/Kinesiotherapist + 100516
- Khmer/Cambodian Language and Literature + 100951
- Law Enforcement Record-Keeping and Evidence Management + 100812
- Birthing and Parenting Knowledge and Skills + 100811
- Health-Related Knowledge and Skills + 100874
- Chemistry + 100347
- Computer Engineering + 100342
- Civil Engineering + 100340
- Chemical Engineering + 100350
- Electrical, Electronics and Communications Engineering + 100990
- Economics + 100351
- Electrical and Electronics Engineering + 100331
- Engineering + 100333
- Aerospace, Aeronautical and Astronautical Engineering + 100337
- Biomedical/Medical Engineering + 101479
- Real Estate + 101330
- Veterinary Medicine + 100168
- Animation, Interactive Technology, Video Graphics and Special Effects + 101109
- Visual and Performing Arts + 101325
- Vocational Rehabilitation Counseling/Counselor + 101221
- Veterinary/Animal Health Technology/Technician and Veterinary Assistant + 101332
- Veterinary Sciences/Veterinary Clinical Sciences, General + 101157
- Voice and Opera + 100633
- Virology + 100019
- Viticulture and Enology + 100162
- Photographic and Film/Video Technology/Technician and Assistant + 101336
- Veterinary Pathology and Pathobiology + 101133
- Film/Video and Photographic Arts + 100658
- Vision Science/Physiological Optics + 101402
- Practical Nursing, Vocational Nursing and Nursing Assistants + 100194
- Modeling, Virtual Environments and Simulation + 101341
- Veterinary Preventive Medicine, Epidemiology, and Public Health + 101335
- Veterinary Microbiology and Immunobiology + 100611
- Biochemistry + 100674
- Biotechnology + 101437
- Business/Corporate Communications + 100638
- Zoology/Animal Biology + 100613
- Molecular Biology + 101547
- Zoological Medicine Residency Program + 101423
- Accounting + 100080
- Architecture + 100152
- Advertising + 100842
- Religion/Religious Studies + 100141
- Speech Communication and Rhetoric + 101036
- Mechanics and Repairers, General + 100420
- Mechanical Engineering Related Technologies/Technicians + 100097
- Russian, Central European, East European and Eurasian Studies + 100147
- Radio and Television
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getFieldOfStudyGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getFieldOfStudyGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getGenderGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Gender
Lists common gender encodings. English example values: + Female
- Female: The candidate is a woman. + Male
- Male: The candidate is a man. + NotKnown
- Unknown: The gender is not provided. + Other
- Other: The gender is missing. + NotSpecified
- Not Specified: The gender is not specified.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getGenderGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getGenderGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getIndustriesGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Industries
Lists industry encodings based on LinkedIn Industries.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getIndustriesGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getIndustriesGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getJobFunctionGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Job Function
Lists job function encodings based on LinkedIn Job Functions. English example values: + acct
- Accounting / Auditing + adm
- Administrative + advr
- Advertising + anls
- Analyst + art
- Art / Creative + bd
- Business Development + cnsl
- Consulting + cust
- Customer Service + dist
- Distribution + dsgn
- Design + edu
- Education + eng
- Engineering + fin
- Finance + genb
- General Business + hcpr
- HealthCare Provider + hr
- Human Resources + it
- Information Technology + lgl
- Legal + mgmt
- Management + mnfc
- Manufacturing + mrkt
- Marketing + othr
- Other + pr
- Public Relations + prch
- Purchasing + prdm
- Product Management + prjm
- Project Management + prod
- Production + qa
- QualityAssurance + rsch
- Research + sale
- Sales + sci
- Science + stra
- Strategy / Planning + supl
- Supply Chain + trng
- Training + wrt
- Writing / Editing
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getJobFunctionGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getJobFunctionGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getJobshiftTypeGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Jobshift Type
Lists common job shift type encodings. English example values: + DAY_SHIFT
- Day Shift + AFTERNOON_SHIFT
- Afternoon Shift + NIGHT_SHIFT
- Night Shift + FIXED_SHIFT
- Fixed Shift + ROTATING_SHIFT
- Rotating Shift + SPLIT_SHIFT
- Split Shift + ONCALL_SHIFT
- On-call Shift + WEEKDAY_SHIFT
- Weekday Shift + WEEKEND_SHIFT
- Weekend Shift
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>it</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getJobshiftTypeGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getJobshiftTypeGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>it</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getLicenseCodeGET($license_type, $dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get License Code
Given a license_type
, this method lists the related level encodings. See Get License Type to retrieve license_type
admissible values. English example for driving license type values: + A2
- A2: Motorcycles not exceeding a certain power level. The minimum age for category A2 is 18 years. + C1E
- C1E: A combination of vehicles consisting of a tractor vehicle in category B or C1 and a trailer or semi-trailer which are between mass. The minimum age for category C1E is 18 years. + D
- D: Motor vehicles designed and constructed for the carriage of more than eight passengers in addition to the driver. Motor vehicles which may be driven with a category D licence may be combined with a trailer having a maximum authorised mass which does not exceed 750 kg. + AM
- AM: Mopeds. + A1
- A1: Motorcycles and motor tricycles not exceeding a certain power level. The minimum age for category A1 is 16 years. + B1
- B1: Quadricycles. The minimum age for category B1 is 16 years. + D1
- D1: Motor vehicles or carriage of no more than 16 passengers including the driver and with a maximum length. Motor vehicles in this category may be combined with a trailer not exceeding a maximum authorised mass. The minimum age for categories D1 is 21 years. + B
- B: Motor vehicles not exceeding certain authorised mass. The minimum age for category B is 18 years. + C
- C: Motor vehicles whose maximum authorised exceed a mass and carriage of no more than eight passengers, including the driver. Motor vehicles in this category may be combined with a trailer not exceeding a maximum authorised mass. The minimum age for category C is 21 years. + DE
- DE: Combination of vehicles where the tractor vehicle is in category D and its trailer not exceeds a maximum authorised mass. The minimum age for categories DE is fixed at 24 years. + A
- A: Motor tricycles not exceeding a certain power level and a minimum age of 21 years. + BE
- BE: A combination of vehicles consisting of a tractor vehicle in category B and a trailer or semi-trailer not exceeding a certain mass. The minimum age for category BE is 18 years. + C1
- C1: Motor vehicles which are between mass. The minimum age for category C1 is 18 years. + CE
- CE: A combination of vehicles where the tractor vehicle is category C and its trailer or semi-trailer does not exceed a maximum authorised mass. The minimum age for categories CE is 21 years. + D1E
- D1E: A combination of vehicles where the tractor vehicle is category C1 and its trailer does not exceed a maximum authorised mass. The minimum age for categories D1E is fixed at 21 years.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$license_type = 'license_type_example'; // string
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getLicenseCodeGET($license_type, $dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getLicenseCodeGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
license_type | string | ||
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getLicenseTypeGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get License Type
Lists common license type encodings. English example values: + DRIVING
- Driving license
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getLicenseTypeGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getLicenseTypeGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getLinkLabelGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Link Label
Lists common link label encodings. English example values: + TWITTER
- Twitter + INSTAGRAM
- Instagram + LINKEDIN
- LinkedIn + GITHUB
- GitHub + YOUTUBE
- YouTube + FACEBOOK
- Facebook + WIKIPEDIA
- Wikipedia + OTHER
- Other
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getLinkLabelGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getLinkLabelGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getMaritalStatusGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Marital Status
Lists common marital status encodings. English example values: + MARRIED
- Married + WIDOWED
- Widowed + SEPARATED
- Separated + DIVORCED
- Divorced + SINGLE
- Single + DOMESTIC_PARTNERSHIP
- Domestic partnership
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getMaritalStatusGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getMaritalStatusGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getNamePrefixGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Name Prefix
Lists common name prefix encodings. English example values: + PROF
- Prof. + MR
- Mr. + MRS
- Mrs. + MX
- Mx. + MS
- Ms. + LAWYER
- Lawyer + MISS
- Miss. + DR
- Dr. + ENG
- Eng.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getNamePrefixGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getNamePrefixGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getNameSuffixGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Name Suffix
Lists common name suffix encodings. English example values: + SR
- Sr. + II
- II + III
- III + JR
- Jr.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getNameSuffixGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getNameSuffixGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getPatentStatusGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Patent Status
Lists common patent status encodings. English example values: + PatentPending
- Pending: The patent’s processing is pending. + PatentFiled
- Filed: The patent has been filed. + PatentIssued
- Issued: The patent has been issued.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getPatentStatusGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getPatentStatusGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getPhoneLabelGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Phone Label
Lists common phone label encodings. English example values: + BUSINESS
- Business + PERSONAL
- Personal + FAX
- Fax + OTHER
- Other
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getPhoneLabelGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getPhoneLabelGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getProtectedGroupGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Protected Group
Lists common protected group encodings. English example values: + ETHNICITY
- Ethnicity + NATIONAL_ORIGIN
- National Origin + RELIGION
- Religion + VETERAN_STATUS
- Veteran Status + GENETIC_INFORMATION
- Genetic Information + RACE
- Race + GENDER
- Gender + GENDER_IDENTITY
- Gender Identity + PREGNANCY
- Pregnancy + AGE
- Age + CITIZENSHIP_STATUS
- Citizenship Status + MARITAL_STATUS
- Marital Status + SEXUAL_ORIENTATION
- Sexual Orientation + DISABILITY
- Disability + FAMILIAL_STATUS
- Familial Status
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getProtectedGroupGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getProtectedGroupGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getRemoteWorkingGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Remote Working
Lists remote working options based on LinkedIn Remote Working. English example values: + ON-SITE
- On-site: Employees come to work in-person. + HYBRID
- Hybrid: Employees work on-site and off-site. + REMOTE
- Remote: Employees work off-site.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getRemoteWorkingGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getRemoteWorkingGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getSalaryFrequencyGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Salary Frequency
Lists common salary frequency encodings. English example values: + YEARLY
- Yearly + MONTHLY
- Monthly + WEEKLY
- Weekly + DAILY
- Daily + HOURLY
- Hourly
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getSalaryFrequencyGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getSalaryFrequencyGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getSalaryTypeGET($dst_lang, $codes): \OpenAPI\Client\Model\GetStandardDataResponse
Get Salary Type
Lists common salary type encodings. English example values: + NET
- Net + GROSS
- Gross
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getSalaryTypeGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getSalaryTypeGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getSeniorityLevelGET($dst_lang, $codes): \OpenAPI\Client\Model\GetExtendedStandardDataResponse
Get Seniority Level
Lists common seniority level encodings. English example values: + 1
- Unpaid + 2
- Training + 4
- Entry-level + 7
- Senior + 8
- Manager + 9
- Director + 11
- Vice President (VP) + 12
- Chief X Officer (CxO) + 13
- Partner + 14
- Owner + 3
- Internship + 5
- Associate + 6
- Mid-Senior level + 10
- Executive + 0
- Not Applicable
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: APIKey
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new OpenAPI\Client\Api\StandardizedDataApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$dst_lang = 'it'; // string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code>
$codes = NULL; // mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data.
try {
$result = $apiInstance->getSeniorityLevelGET($dst_lang, $codes);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling StandardizedDataApi->getSeniorityLevelGET: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
dst_lang | string | The language in which the 'Value' is returned. Supported languages: <code style='color: #333333; opacity: 0.9'>it</code>, <code style='color: #333333; opacity: 0.9'>en</code>, <code style='color: #333333; opacity: 0.9'>es</code>, <code style='color: #333333; opacity: 0.9'>pt</code>, <code style='color: #333333; opacity: 0.9'>de</code>, <code style='color: #333333; opacity: 0.9'>fr</code>, <code style='color: #333333; opacity: 0.9'>pl</code> | [optional] [default to 'it'] |
codes | mixed[] | If <code style='color: #333333; opacity: 0.9'>null</code> the API returns all the corresponding <code style='color: #333333; opacity: 0.9'>lang</code> data. | [optional] |
\OpenAPI\Client\Model\GetExtendedStandardDataResponse
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]