GET/projects/api/v3/forms/public/{token}.json
Get a forms via its token.
This endpoint does not require authentication.
Path Params
- Name
token- Type
- integer
- required
- Description
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
PublicResponse contains information about a specific public form.
- Code
- 404
- Description
- 404 Not Found No Data
200 OK
PublicResponse
{
"form": {
"allowFileUpload": true,
"allowTeamworkBranding": true,
"backgroundColor": "string",
"confirmationMessage": "string",
"content": {
"banner": {
"primaryColor": "string",
"url": "string",
"x": 0,
"y": 0
},
"definition": "string",
"description": "string",
"logo": {
"url": "string"
},
"name": "string",
"state": "string",
"version": 0
},
"createFormTask": true,
"primaryColor": "string",
"promptAdditionalSubmissions": true,
"redirectUrl": "string",
"showProgressBar": true,
"submitButtonText": "string",
"token": {
"canonicalURL": "string",
"value": "string"
}
}
}