GET/projects/api/v3/forms.json
Get all forms.
Return a list of all forms.
Query Params
- Name
token.state- Type
- string
- Description
query by token state
- Allowed values
activeinactive
- Name
searchTerm- Type
- string
- Description
filter by form name
- Name
orderMode- Type
- string
- Description
order mode
- Default
asc- Allowed values
ascdesc
- Name
orderBy- Type
- string
- Description
order by
- Default
dateUpdated- Allowed values
nametaskListtotalSubmissionsdateCreateddateUpdated
- Name
hostObject.type- Type
- string
- Description
query by hostObject type
- Allowed values
projects
- Name
content.state- Type
- string
- Description
query by form state
- Allowed values
activedeleteddraftlatest
- Name
userId- Type
- integer
- Description
filter by user id
- Name
pageSize- Type
- integer
- Description
number of items in a page
- Default
50
- Name
page- Type
- integer
- Description
page number
- Default
1
- Name
hostObject.id- Type
- integer
- Description
filter by host id
- Name
skipCounts- Type
- boolean
- Description
SkipCounts allows you to skip doing counts on a list API endpoint for performance reasons.
- Name
onlyProjectsWithExplicitMembership- Type
- boolean
- Description
filter only by project with direct membership
- Name
includeArchivedProjects- Type
- boolean
- Description
include archived projects
- Name
checkHasReachedFormLimit- Type
- boolean
- Description
Include hasReachedFormLimit
- Name
projectIds- Type
- array[integer]
- Description
filter by project ids
- Format
- Comma separated values
- Name
include- Type
- array[string]
- Description
include
- Format
- Comma separated values
- Allowed values
projectsprojects.permissionsprojects.integrationsprojects.companiesuserstasklists
- Name
fields[users]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idfirstNamelastNametitleemailcompanyIdcompanyisAdminisClientUserisServiceAccounttypedeletedavatarUrllengthOfDayworkingHoursIdworkingHouruserRateuserCostcanAddProjects
- Name
fields[tasklists]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idnameprojectIdmilestoneId
- Name
fields[projects]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idname
- Name
fields[projectIntegrations]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
userIdprojectIdcanAccessBoxcanAccessDropboxcanAccessGoogleDocscanAccessOneDrivecanAccessOneDriveBusinesscanAccessSharePoint
- Name
fields[forms]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idconfirmationMessagepromptAdditionalSubmissionsallowTeamworkBrandingisSharedstatetaskTitleFieldIdtokencontenthostObjectinstallation
- Name
fields[companies]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idnamelogoUploadedToServerlogoImage
- Name
fields[ProjectPermissions]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
viewMessagesAndFilesviewTasksAndMilestonesviewTimeviewNotebooksviewRiskRegisterviewEstimatedTimeviewInvoicesaddTasksaddRisksmanageCustomFieldsaddExpenseseditAllTasksaddMilestonesaddTaskListsaddMessagesaddFilesaddTimeaddNotebooksviewLinksaddLinkscanViewFormsaddFormsviewAllTimeLogssetPrivacyprojectAdministratorviewProjectUpdateaddProjectUpdatecanViewProjectMemberscanViewProjectBudgetcanManageProjectBudgetcanViewRatescanManageRatescanViewSchedulecanManageSchedulereceiveEmailNotificationsisObservingisArchivedactivecanAccessinOwnerCompanycanManagePeoplecanViewProjectTemplatescanManageProjectTemplates
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
FormsResponse contains information about a group of forms.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
200 OK
FormsResponse
{ "forms": [ { "allowTeamworkBranding": true, "backgroundColor": "string", "confirmationMessage": "string", "content": { "banner": { "primaryColor": "string", "url": "string", "x": 0, "y": 0 }, "definition": "string", "description": "string", "logo": { "url": "string" },