Create Project Field
Creates a new ProjectField within your Workspace.
A ProjectField is a custom field defined within your Workspace. You can define ProjectFields for any integration purpose that is important to your business. Each ProjectField has a data type as well as options in how it is handled. ProjectFields can be edited for each Project within your Workspace.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The name of this Field
The type of the Field. Valid types are the following:
- Text
- Number
- Date
- Currency
- Dropdown
Attempting to create a field with any Type other than these will return an error.
For Dropdown Field, specify the list of choices in the Options
field.
TODO - This object needs to support a list of options, in case dropdown is selected
Response
If the API call failed, this will contain information about the error that occurred.
True if the API call succeeded; false otherwise.
True if the API call failed.
The HTTP code of the response.
A ProjectField is a custom field defined within your Workspace. You can define ProjectFields for any integration purpose that is important to your business. Each ProjectField has a data type as well as options in how it is handled. ProjectFields can be edited for each Project within your Workspace.