Work Progress

WorkProgress(id, project, date, contractor)

Header api token: X-API-TOKEN

Get api token in Your account settings

Allowed API methods: GET, POST, PUT, PATCH, OPTIONS

  • List URL: /api/v1/construction_s/workprogress/
  • Detail URL: /api/v1/construction_s/workprogress/:id/
Params
  • _page_size: (int) Number of results per page
  • _page: (str|int) Number of page to get, set __all__ for get all results
  • _ordering: (str) Field for ordering, if is descending set '-' Ex: -field_name
  • _fields: (str) List of fields to return separed by comma
You can use any of other django lookups for filter data
Showing OPTIONS method:
 Loading API options...

Related objects:


Work Progress details

Record progress of work according to its execution time, automatically create accounts payable for contractors and feed the necessary data to compare with the project schedule
  • List URL: /api/v1/construction_s/workprogressdetail/
  • Detail URL: /api/v1/construction_s/workprogressdetail/:id/
Showing OPTIONS method:
 Loading API options...

Work progress images

WorkProgressImage(id, work_progress, image, id_user_isis)
  • List URL: /api/v1/construction_s/workprogressimage/
  • Detail URL: /api/v1/construction_s/workprogressimage/:id/
Showing OPTIONS method:
 Loading API options...


Déjanos tus comentarios