Jobs

A job object represents a job.

{
  "id": Integer,
  "hash": String,
  "organization": Integer,
  "position_name": String,
  "description": String,
  "headcount": Integer,
  "creator": Integer,
  "owner": Integer,
  "address": String,
  "zipcode": String,
  "status": String,
  "contract_details": String,
  "is_published": String,
  "is_remote": Boolean,
  "created_at": DateTime,
  "career_page_url": String, // URL to the career page of the job
  "is_pinned_in_career_page": Boolean
}

Please refer to the API References for more details regarding the Jobs API.