Get Many Custom Fields
Bad Request
Unauthorized
Forbidden
Internal server error
{- "status": "ok",
- "data": [
- {
- "id": "string",
- "companyId": "string",
- "module": "Employee",
- "type": "boolean",
- "accessList": [
- {
- "role": "ADMIN",
- "actions": [
- "WRITE"
]
}
], - "name": "string",
- "label": "string",
- "helpLabel": "string",
- "labelTranslations": [
- {
- "locale": "en",
- "label": "string"
}
], - "helpLabelTranslations": [
- {
- "locale": "en",
- "label": "string"
}
], - "required": true,
- "reportable": true,
- "exportable": true,
- "importable": true,
- "filterable": true,
- "sortable": true,
- "onboarding": true,
- "multiple": true,
- "isNotPIIfield": true,
- "default": { },
- "options": [
- {
- "label": "string",
- "value": { },
- "translations": [
- {
- "locale": "en",
- "label": "string"
}
]
}
], - "archived": true
}
], - "total": 500,
- "count": 50,
- "offset": 50,
- "relations": { }
}Get One Custom Field
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "status": "ok",
- "data": {
- "id": "string",
- "companyId": "string",
- "module": "Employee",
- "type": "boolean",
- "accessList": [
- {
- "role": "ADMIN",
- "actions": [
- "WRITE"
]
}
], - "name": "string",
- "label": "string",
- "helpLabel": "string",
- "labelTranslations": [
- {
- "locale": "en",
- "label": "string"
}
], - "helpLabelTranslations": [
- {
- "locale": "en",
- "label": "string"
}
], - "required": true,
- "reportable": true,
- "exportable": true,
- "importable": true,
- "filterable": true,
- "sortable": true,
- "onboarding": true,
- "multiple": true,
- "isNotPIIfield": true,
- "default": { },
- "options": [
- {
- "label": "string",
- "value": { },
- "translations": [
- {
- "locale": "en",
- "label": "string"
}
]
}
], - "archived": true
}, - "relations": { }
}