Retrieves any custom class creation fields defined in a specified project.
Custom fields can only be added to a project by CloudShare Technical Support staff. Please get in touch with your account manager or the technical support team support@cloudshare.com to discuss your requirements.
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
}
]