We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Description:
Get if the developer already apply or not to a job
Data:
jobId: The id of the Job developerId: The id of the Developer
Response:
{ "apply": false }
{ "developerId": "The uuid of the developer" "newStatus": "The new Job Status" // `Published` | `Viewed` | `Accepted` | `Rejected` }
Get a developer by Id
developerId: THe id of the developer
{ }
Get all developers with pagination
{ "items": [ { } ], "page": "selected page", "pageSize": "size of the selected page", "totalCount": "total number of jobs", "hasNextPage": true, "hasPreviousPage": true }
{ "developerId": "The uuid of the developer" "newStatus": "The new Job Status" // `Published` | `Viewed` | `Accepted` | `Rejected` }