-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom fields - Person, Groups and GroupMembers #147
Comments
Custom fields in Group-Members:Retrieve Member-Fields configuration via /api/groups/9/memberfields: [
{
"type": "person",
"field": {
"id": 3,
"groupId": 9,
"dbField": {
"id": 54,
"key": "nickname",
"name": "nickname",
"nameTranslated": "Spitzname",
"column": "spitzname",
"shorty": "",
"fieldCategoryCode": "f_address",
"fieldTypeCode": "text",
"fieldTypeId": 1,
"isActive": "1",
"isNewPersonField": false,
"lineEnding": "(%) ",
"secLevel": 1,
"length": 30,
"sortKey": 3,
"deleteOnArchive": false,
"nullable": false,
"hideInFrontend": false,
"isBasicInfo": "0",
"options": []
},
"sortKey": 0,
"requiredInRegistrationForm": false
}
},
{
"type": "group",
"field": {
"id": 3,
"groupId": 9,
"fieldName": "vocal range",
"note": "vocal range of person from key to key",
"sortKey": 1,
"fieldTypeId": 1,
"fieldTypeCode": "text",
"securityLevel": 1,
"defaultValue": "",
"options": [],
"useInRegistrationForm": false,
"requiredInRegistrationForm": false
}
}
] Data:
|
Custom fields in GroupsCreate custom field
Retrieve custom group fields:
|
DumbergerL
added a commit
that referenced
this issue
Jun 1, 2023
DumbergerL
added a commit
that referenced
this issue
Jun 1, 2023
DumbergerL
added a commit
that referenced
this issue
Jun 1, 2023
DumbergerL
added a commit
that referenced
this issue
Jun 1, 2023
DumbergerL
added a commit
that referenced
this issue
Jun 1, 2023
DumbergerL
added a commit
that referenced
this issue
Jun 1, 2023
DumbergerL
added a commit
that referenced
this issue
Jun 1, 2023
DumbergerL
added a commit
that referenced
this issue
Jun 2, 2023
DumbergerL
added a commit
that referenced
this issue
Jun 2, 2023
DumbergerL
added a commit
that referenced
this issue
Jun 2, 2023
DumbergerL
added a commit
that referenced
this issue
Jun 13, 2023
feat(group-member-fields): add GroupMemberFields-API #147
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggestion from forum: https://forum.church.tools/topic/9358/churchtools-api-client-php/5?_=1685434052136
TODO:
The text was updated successfully, but these errors were encountered: