Retrieves any custom class creation fields defined in a specified project.
Project managers can add custom fields to class creation for their project.
Request Path
GET /api/v3/class/actions/customfields?projectId={projectId}
Request Payload
None
Parameters
{projectId} |
The id of the project. To retrieve project IDs, use GET /api/v3/projects. |
Response Example
[
{
"id": "TFTQBKbIH5V2br3eiEdxW9-g2",
"order": 1,
"name": "clientId",
"type": 0,
"isRequired": false,
"regex": "",
"defaultValue": null,
"value": null
}
]