This endpoint allows you to get job description data by field “JDMJobDescHistoryID” from job description list endpoint.
GET
Authorization: Bearer {AccessToken}
Refer to JobArchitect
curl --request GET \ --url https://companalystapi.salary.com/cloud/Data/V1/JobArchitect/6518 --header 'Authorization: Bearer <ACCESS_TOKEN>'
{ "JDMJobDescHistoryID": "JDM Job Desc History ID", "JDMJobID": "Job Description ID", "CompanyJobCode": "Company Job Code", "CompanyJobTitle": "Company Job Title", "JobFamily": "Job Family", "CompanyJobDesc": "Company Job Desc", "JobLevel": null, "JobFLSAStatusDesc": "Job FLSA Status Desc", "CompanyJobSummary": "Company Job Summary", "Experience": null, "CompetencyNames": null, "Skills": null, "ReportsTo": null, "CertificateLicenses": null, "ManagePeople": null, "EducationDesc": null, "TimeSpents": null, "TierCode": null, "TierDesc": null, "JobFocus": "Job Focus", "JobFunction": "Job Function", "LastApprovedByUName": null, "LastApprovedDate": null, "LastUpdateByUName": "Last Update By Name", "LastUpdateByEmail": "Last Update By Email", "LastUpdateDate": "Last Update Date", "IsActive": "IsActive", "LastPublishedByUName": null, "LastPublishedDate": null, "CompanyJobDescStatusCode": "Company Job Desc Status Code", "CompanyJobDescStatusDesc": "Company Job Desc Status Desc", "[UDF_UDF Friendly Name 1]": "[UDF Value 1]", "[UDF_UDF Friendly Name 2]": "[UDF Value 2]", "...More UDFs if any..." }
200: OK -The request was successful, and the detailed job description data is returned as expected.
{ "JDMJobDescHistoryID": 6518, "JDMJobID": 111, "CompanyJobCode": "ACCTA1", "CompanyJobTitle": "Accounting Clerk I", "JobFamily": "Accounting & Finance", "CompanyJobDesc": "Performs routine accounting activities such as maintenance of the general ledger, preparation of various accounting statements and financial reports. Posts journal entries and verifies billings, invoices and checks. Assists in completing moderately complex calculations. Reconciles accounts and bank statements. Has a basic understanding of bookkeeping and accounting principles. Is proficient with spreadsheets and other software tools. Typically requires a high school diploma. Typically reports to a supervisor or Manager. Possesses a moderate understanding of general aspects of the job. Works under the close direction of senior personnel in the functional area. May require 0-1 year of general work experience.", "JobLevel": "A1", "JobFLSAStatusDesc": "Non-Exempt", "CompanyJobSummary": "Performs routine accounting activities such as maintenance of the general ledger, preparation of various accounting statements and financial reports. Posts journal entries and verifies billings, invoices and checks. Assists in completing moderately complex calculations. Reconciles accounts and bank statements. Has a basic understanding of bookkeeping and accounting principles. Is proficient with spreadsheets and other software tools. Typically requires a high school diploma. Typically reports to a supervisor or Manager. Possesses a moderate understanding of general aspects of the job. Works under the close direction of senior personnel in the functional area. May require 0-1 year of general work experience.", "Experience": "0-1 Years", "CompetencyNames": "Performs routine accounting activities such as maintenance of the general ledger, preparation of various accounting statements and financial reports.|||Posts journal entries and verifies billings, invoices and checks.|||Assists in completing moderately complex calculations.|||Reconciles accounts and bank statements.|||Has a basic understanding of bookkeeping and accounting principles.|||Is proficient with spreadsheets and other software tools.|||Typically requires a high school diploma.|||Typically reports to a supervisor or Manager.|||Possesses a moderate understanding of general aspects of the job.|||Works under the close direction of senior personnel in the functional area.|||May require 0-1 year of general work experience.", "Skills": "Technical Writing", "ReportsTo": "Supervisor", "CertificateLicenses": null, "ManagePeople": "No", "EducationDesc": "Associate", "TimeSpents": "0.1|||0.09|||0.09|||0.09|||0.09|||0.09|||0.09|||0.09|||0.09|||0.09|||0.09", "TierCode": "", "TierDesc": null, "JobFocus": "General Accounting", "JobFunction": "Accounting", "LastApprovedByUName": "Seed 06", "LastApprovedDate": "21 Mar 2023", "LastUpdateByUName": "Seed 06", "LastUpdateByEmail": "seed06@salary.com", "LastUpdateDate": "21 Mar 2023", "IsActive": true, "LastPublishedByUName": "Seed 06", "LastPublishedDate": "21 Mar 2023", "CompanyJobDescStatusCode": 2, "CompanyJobDescStatusDesc": "Approved", "UDF_ Essential Duties and Responsibilities ": [ "Prepare month-end close entries in support of monthly financial statements", "Prepare monthly account reconciliations for assigned accounts and resolve outstanding items as required", "Assist with travel expense voucher review", "Assist with accounts payable", "Assist with AMEX credit card reconciliation and review", "Perform monthly and annual reconciliations of revenue, cash receipt, and other project activity against the general ledger and project ledger", "Assist in preparation of specialized financial reports, such as month- and year-end schedules as needed by management and auditors", "Provide support to special projects as needed", "Play a supporting role in the implementation of financial systems upgrades and updates", "Perform other duties and participate in special projects as assigned" ], "UDF_Duties": [ { "Duty/Activity": "Lead, plan and execute individual research projects aligned with the CAA research agenda that center around the development of innovative assessments and adaptation of scientific methods for the analysis of performance and process data collected through technology-based assessments", "Percentage of Time": "50", "Essential Function": "Y" }, { "Duty/Activity": "Lead, plan, and execute collaborative research projects aimed at developing and/or adapting advanced methodologies for innovative product development and process improvement", "Percentage of Time": "20", "Essential Function": "Y" }, { "Duty/Activity": "Contribute to the educational measurement and data science community via professional presentations and publications related to independent or organizational research agendas", "Percentage of Time": "15", "Essential Function": "Y" }, { "Duty/Activity": "Consult as a data science, machine learning, computational linguistics, artificial intelligence, statistics, programming or data modeling expert for NBME and external clients", "Percentage of Time": "10", "Essential Function": "Y" }, { "Duty/Activity": "Provide service to the scientific community by acting as reviewer or editor for professional journals and/or conference submissions and actively participating in professional conferences as presenter and discussant.", "Percentage of Time": "5", "Essential Function": "Y" } ] }
200: OK - the requested job description data does not exist in CompAnalyst
{ "WEBAPIStatusCode": 1, "WEBAPIStatus": "This jobarchitect does not exist." }
400: Bad Request – User use wrong parameters, or incorrect format of the call parameters.
{ "StatusCode": 400, "Reason": "Bad Request" }
404: Not Found – Invalid URL call used
{ "StatusCode": 41, "Reason": "Invalid WEB API" }