JOBOPENINGS
This API returns a list of job openings by site id. If no site id is indicated, a list of site ids will be returned.
Base URL: /domains/erp/hr/jobopenings
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/* | GET |
Paths
GET /*
id | Site ID | query | string (1 to 30 chars) |
Uses default content-types: application/vnd.edu.byu.erp.hr.site_list+json application/vnd.edu.byu.erp.hr.site_details+json application/json
- 200 OK
-
The default response type is JSON. Add an Accept header with value=application/xml to return an XML response.
Example for application/vnd.edu.byu.erp.hr.site_list+json{
"jobopenings": {
"site": [
{
"site_description": "DCE EFY Counselor",
"site_id": "1"
},
{
"site_description": "DCE EFY Faculty",
"site_id": "2"
},
{
"site_description": "DCE Ed Week",
"site_id": "3"
},
{
"site_description": "DCE IS Faculty",
"site_id": "4"
},
{
"site_description": "DCE ELC Faculty",
"site_id": "5"
},
{
"site_description": "DCE ARC Faculty",
"site_id": "6"
},
{
"site_description": "DCE Evening Classes",
"site_id": "7"
},
{
"site_description": "DCE Salt Lake Center",
"site_id": "8"
},
{
"site_description": "DCE Conferences & Workshops",
"site_id": "9"
},
{
"site_description": "BYU Student Employment",
"site_id": "50"
},
{
"site_description": "BYU Staff Employment",
"site_id": "60"
},
{
"site_description": "BYU Faculty",
"site_id": "70"
},
{
"site_description": "BYU Sports Camp",
"site_id": "100"
}
]
}
}Example for application/vnd.edu.byu.erp.hr.site_details+json{
"jobopenings": {
"site": {
"job_family": {
"job_listing": {
"department_description": "CE Youth Religious Programs",
"job_description": "ESPECIALLY FOR YOUTH SPEAKER QUALIFICATIONS:
- Educational and professional background and experience, sound preparation in proposed field/topic.
- Speaking ability, communication skills, appearance, sincerity, attitude of sharing, and personal testimony.
- Willingness to adhere to EFY policy that prohibits promotion of any personal goods or services or any organization or its products.
- Willingness to adhere to the EFY travel policy.
- Ecclesiastical Clearance (must be temple worthy).
Speakers for the Especially for Youth Programs are expected to set strong examples for participants by:
- Living the gospel of Jesus Christ and showing by example the joy and happiness which comes with that commitment.
- Speaking effectively about the gospel of Jesus Christ as found in the standard works and the words of the living prophets.
- Administering appropriately by following the teachings and principles of Christ like leadership.
- Never sowing seeds of doubt.
- Preparing well.
- Bearing heartfelt testimony.
If you are or have been involved with the EFY program as a Counselor, Building Counselor, Health Counselor or Coordinator we encourage you to wait 4 years to apply for a teaching position.
",
"opening_id": "58570",
"posting_open_date": "2016-10-06",
"posting_title": "EFY Returning Faculty"
},
"job_template_id": "1017",
"job_title": "EFY - Returning Faculty"
},
"site_description": "DCE EFY Faculty",
"site_id": "2"
}
}
}
Schema definitions
- job_template_id: job_template_id
-
- job_title: job_title
-
- job_listing: job_listing
-
- site: site
-
- site_id: site_id
-
- site_description: site_description
-
- job_family: job_family
-