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

NameTypeDescription

api-version

string

API Version is 1.0

company_id

string

CompanyId of the organization

Query Parameters

NameTypeDescription

query

string

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

Headers

NameTypeDescription

Authorization

string

Bearer Access Token

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

Last updated