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: 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