Nifty API v1.0
​string​string​string​string · required​string · required​string · required​string · required​string · required​string · required​number · required​string[] · required​string[] · required​string[] · required​boolean · required
​string · required​string · required​string · required​string · required​string · required​string · required​string · required​number · required​string[] · required​string[] · required​string[] · required​boolean · required
Get Custom fields
GET
https://openapi.niftypm.com
/api/v1.0/fields
This endpoint provides list of all the custom fields in the project.
query Parameters
Project IDIf project_id parameter is not passed it will return team level all the custom fields.
limitNo of records per page
Example: 25
offsetRecord Offset
Example: 0
Get Custom fields › Responses
Success Response
idID
nameName
descriptionDescription
typeType
currencyCurrency
tracking_typeTracking Type
cost_per_hourCost Per Hour
associationsList of associations
hiddenList of hidden
​CustomFieldOptionResponse[] · required
projectsList of Projects
in_libraryGet Custom field
GET
https://openapi.niftypm.com
/api/v1.0/fields/{field_id}
This endpoint provides details of the custom field in the project.
path Parameters
field_idGet Custom field › Responses
Success Response
idID
nameName
descriptionDescription
typeType
currencyCurrency
tracking_typeTracking Type
cost_per_hourCost Per Hour
associationsList of associations
hiddenList of hidden
​CustomFieldOptionResponse[] · required
projectsList of Projects
in_library