Get Project Custom Fields
This endpoint fetch the custom fields for the project.
Query parameters
-
If
project_id
parameter is not passed it will return team level all the custom fields. -
No of records per page
-
Record Offset
GET
/api/v1.0/projects/{project_id}/fields
curl \
--request GET 'https://openapi.niftypm.com/api/v1.0/projects/{project_id}/fields'
Response examples (200)
[
{
"id": "string",
"value": "string"
}
]