Skip to content

Api pagination and timestamp

Luciano requested to merge softwarepublico/noosfero:api_pagination into api

Use parameters:

  • page - Is the number of page
  • per_page - Is the number of elements in page
  • timestamp - Is the time where the updated_at should be greater (ex: params[:timestamp] = "1/7/2015 10:20")

Merge request reports