Search Projects

Search Projects

GET https://api.smarttask.io/v{api-version}/Project/SearchProjects/{company_id}?query={query}

This endpoint fetches 5 projects matching the query name

Path Parameters

Name
Type
Description

api-version

string

API Version is 1.0

company_id

string

CompanyId of the organization

Query Parameters

Name
Type
Description

query

string

The API will do its best to find projects matching the query

Headers

Name
Type
Description

Authorization

string

Bearer Access Token

[
    {
        ProjectId: 1,
        Name: "Marina"
    },
    {
        ProjectId: 2,
        Name: "CasaOne"
    }    
]

Last updated