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
{
name: string,
status: string,
description: string,
createdAt: date,
skills: array of strings,
experienceLevel: string,
memberNeeded: string,
projectCategory: string,
personelNeeded: string,
budget: integer,
scope: string,
isPublished: boolean,
type:string,
owner:{
firstName:string,
lastName:string,
email:string
}
}
Last updated