API call to retrieve a paginated list of projects. Contains a subset of information contained in Get project API call.
Utilize the query parameters below to refine the search criteria:
name=GUI
or name=02
will find projects
named GUI02
.clientName=GUI
or clientName=02
will find projects associated with the client GUI02
.businessUnitName=GUI
or businessUnitName=02
will find projects linked to the business unit GUI02
.statuses=ASSIGNED&statuses=COMPLETED
.domainName=GUI
or domainName=02
will find
projects associated with the domain GUI02
.subDomainName=GUI
or
subDomainName=02
will find projects linked to the subdomain GUI02
.costCenterName=GUI
or
costCenterName=02
will find projects associated with the cost center GUI02
.jobStatuses=ASSIGNED&jobStatuses=COMPLETED
.totalPages
field within each response.totalPages
retrieved in each response and potentially
influencing the number of iterations needed to obtain all projects.-1 for projects that are overdue
x >= -1
x >= 0
Allowed for linguists only
Allowed for linguists only
NEW
, ACCEPTED
, COMPLETED
Page number, starting with 0, default 0
x >= 0
Page size, accepts values between 1 and 50, default 50
1 <= x <= 50
Name or internal ID of project
List also archived projects
List only archived projects, regardless of includeArchived
INTERNAL_ID
, NAME
, DATE_CREATED
, DATE_ARCHIVED
ASC
, DESC
successful operation
The response is of type object
.