MOM Rest API
Base URI
{uid of the user}
{unique id of the user}
{unique id of the user}
/{Last job_id from dictionary and initial value is 0}
{unique id of the user}
/{job id}
{job id}
/updateThis api is use to create a new user inside the app.
Request body
Responses
Body
This api is used to login the user in the app.
Request body
Responses
Body
This api is used to recover user password. It will send password to user’s registered email.
Request body
Responses
Body
This api is used to update the user password. It will also send an email to the user in order to inform him/her that the password is changed.
Request body
Responses
Body
This api is used to update the profile information of a specific user.
Request body
Responses
Body
{unique id of the user}
This api is used to get all the categories from the database. Developer only need to pass the uid in the URL path.
Path variables
Responses
Body
This api is used to post a new job.
Request body
Responses
Body
This api is used for bidding on the jobs posted by the users.
Request body
Responses
Body
{unique id of the user}
/{Last job_id from dictionary and initial value is 0}
This api is used to get the job listing. Developer only need to pass the unique id of the user in the URL path.
Path variables
Responses
Body
{unique id of the user}
/{job id}
This api is used to fetch the details of the specific job. Developer only need to pass the unique token id and the job id in the URL.
Path variables
Responses
Body
{job id}
/updateThis API is used to update the job details.