live_help Notes

chrome_reader_mode This resource is paginated by 30 items

settings Params

Param name Description
sort optional . Must be one of: id, title, little_description, big_description, salary, contract_type, email, address, city, zip, country, latitude, longitude, valid_at, invalid_at, min_duration, max_duration, document, slug, created_at, updated_at, pro_id, company_id, target.

The sort field. Sorted by created_at desc, id desc by default.

Example:

To sort on offers on the fields company_id on a descending order and target on a ascending order:

...&sort=-company_id,target

filter optional . Must be one of: id, title, little_description, big_description, salary, contract_type, email, address, city, zip, country, latitude, longitude, valid_at, invalid_at, min_duration, max_duration, document, slug, created_at, updated_at, pro_id, company_id, target, contract_type, target, expertise_id, campus_id, country, expertise, reported, user_id, valid, invalid.

Filtering on one or more fields

Example:

To filter on offers with the id field matching a_value or another_value:

...&filter[id]=a_value,another_value

Filterable fields:
  • id (standard field)
  • title (standard field)
  • little_description (standard field)
  • big_description (standard field)
  • salary (standard field)
  • contract_type : Filter by contract type.
  • email (standard field)
  • address (standard field)
  • city (standard field)
  • zip (standard field)
  • country : Filter by campus id.
  • latitude (standard field)
  • longitude (standard field)
  • valid_at (standard field)
  • invalid_at (standard field)
  • min_duration (standard field)
  • max_duration (standard field)
  • document (standard field)
  • slug (standard field)
  • created_at (standard field)
  • updated_at (standard field)
  • pro_id (standard field)
  • company_id (standard field)
  • target : Filter by target.
  • contract_type : Filter by contract type.
  • target : Filter by target.
  • expertise_id : Filter by expertise id.
  • campus_id : Filter by campus_id.
  • country : Filter by campus id.
  • expertise : Filter by expertise name.
  • reported : Shows only reported offers.
  • user_id : Show offers which a specific user susbcribe to.
  • valid (standard field)
  • invalid (standard field)
page optional . Must be a Hash

The pagination params, as a hash

page[number] optional . Must be Fixnum

The current page

page[size] optional . Must be Fixnum

The number of items per page, defaults to 30, maximum 100