Navigation

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    API V2 Gruppeninfo liefert nicht immer einen Gruppentyp

    ChurchTools Schnittstellen
    2
    3
    95
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bwl21 last edited by bwl21

      Ich habe hier eine Gruppe, bei der keine groupTypeId in der information geliefert wird. Bei den roles kommt kann ich die groupTypeId finden. Bei allen anderen Gruppen unserer Installation kommt der groupTypeId auch in information.

      ist das ein Bug?

      curl -X GET "https://....church.tools/api/groups?group_type_ids[0]=4&page=1&limit=100" -H "accept: application/json"

      liefert

          {
                  "id": 171,
                  "guid": "3E5BE9FD-CE62-4BB5-9E0F-5D4C325873F9",
                  "name": "AG Churchtool Admins",
                  "securityLevelForGroup": 1,
                  "permissions": {
                    "useChat": true,
                    "startChat": true
                  },
                  "information": {
                    "imageUrl": "",
                    "dateOfFoundation": null,
                    "endDate": null,
                    "meetingTime": "",
                    "targetGroupId": null,
                    "maxMembers": null,
                    "note": "",
                    "chatStatus": "NOT_STARTED"
                  },
                  "settings": {
                    "isHidden": false,
                    "isOpenForMembers": false,
                    "autoAccept": false,
                    "isPublic": false,
                    "groupMeeting": [],
                    "qrCodeCheckin": false,
                    "newMember": []
                  },
                  "followUp": [],
                  "roles": [
                    {
                      "id": 3249,
                      "groupTypeId": 4,
                      "name": "Leiter",
                      "shorty": "L",
      
      B 1 Reply Last reply Reply Quote 0
      • B
        bwl21 @bwl21 last edited by

        @bwl21 ich komme heute wieder daran vorbei. mir scheint, das ist gelöst.

        davidschilling 1 Reply Last reply Reply Quote -1
        • davidschilling
          davidschilling ChurchToolsMitarbeiter @bwl21 last edited by

          @bwl21 ich denke auch, dass das gelöst ist. Ich glaube aber es lag am Sicherheitslevel.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post