Get Projects
To retrieve all published projects on the sync platform
/api/third-party/projects
It returns basic details of this project. The optional query parameters are:
Get projects
GET
https://teamsync.ink/api/third-party/projects
It returns basic details of this project. The optional query parameters are:
Query Parameters
Name | Type | Description |
---|---|---|
limit | integer | default to 10 |
page | integer | default to 1 |
search | string | search within names, email, skills, state and country field. |
sortyBy | string | sort by the return fields |
sortOrder | String | 1 for descending order and 0 for descending |
Last updated