GET/projects/api/v2/projects/templates.json
Get Project Templates
NOTE: This is a V2 endpoint. These endpoints can be used but are subject to change.
Returns all project templates which were set up on the account. To create, update or delete a template, please see v1.
Query Params
- Name
searchTerm
- Type
- string
- Description
- Name
orderBy
- Type
- string
- Description
Options: createdOn OR name
- Name
projectOwnerIds
- Type
- string
- Description
Comma separated list of ID's
- Name
projectTagIds
- Type
- string
- Description
Comma separated list of ID's
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"projects": [
{
"activePages": {
"billing": true,
"comments": false,
"files": true,
"links": true,
"messages": true,
"milestones": true,
"notebooks": true,
"riskRegister": false,
"tasks": true,
"time": true
},
"activeUserIsProjectAdmin": false,
"announcement": "",
"announcementHTML": "",
"category": {
"color": "",
"id": 22610,
"name": "Testing - Proper"
},
"company": {
"id": 1,
"isOwner": true,
"name": "Owner Company"
},
"createdOn": "2019-07-01T09:04:30Z",
"defaultPrivacy": "open",
"defaults": {
"privacy": ""
},
"description": "Test Description",
"directFileUploadsEnabled": true,
"filesAutoNewVersion": false,
"harvestTimersEnabled": false,
"id": 360176,
"integrations": {
"microsoftConnectors": {
"enabled": false
},
"oneDriveBusiness": {
"account": "",
"enabled": false,
"folder": "root",
"folderName": "root"
},
"sharepoint": {
"account": "",
"enabled": false,
"folder": "root",
"folderName": "root"
},
"xero": {
"baseCurrency": "",
"connected": false,
"countryCode": "",
"enabled": false,
"organisation": ""
}
},
"isProjectAdmin": true,
"lastChangedOn": "2019-07-01T09:04:30Z",
"lastWorkedOn": "2019-07-01T09:04:30Z",
"logo": "https://s3.amazonaws.com/TWFiles/444268/companyLogo/tf_B318BF15-A2B4-B19C-D42AC4D9D9188ADB.674eec6cb9570b7ae89ab57c663b387f.gif",
"logoFromCompany": true,
"milestones": null,
"minMaxAvailableDates": {
"deadlinesFound": false,
"suggestedEndDate": "20190702",
"suggestedStartDate": "20190701"
},
"name": "Test Template",
"notifyEveryone": false,
"overviewStartPage": "default",
"privacyEnabled": false,
"projectOwnerId": 150381,
"replyByEmailEnabled": true,
"showAnnouncement": false,
"skipWeekends": false,
"starred": false,
"startPage": "projectoverview",
"status": "active",
"subStatus": "current",
"tags": [
{
"id": 1,
"name": "Management",
"color": "#4d4d4d",
"projectId": 0
}
],
"tasksStartPage": "list",
"templateDateTargetDefault": "start",
"type": "projects-template"
}
]
}