# Groups API Documentation

## Turkish

- [Genel Bakış](https://developer.perculus.com/perculus-api/readme.md)
- [Hızlı Başlangıç](https://developer.perculus.com/perculus-api/getting-started/quickstart.md): İlk isteğinizi atabilmek için aşağıdaki adımları takip etmeniz gerekmektedir:
- [Yetkilendirme](https://developer.perculus.com/perculus-api/services/yetkilendirme.md): GroupsApi üzerinden servislere gönderilecek tüm isteklerde "HEADER" alanına Authentication key olarak Bearer token eklenmelidir.
- [Oturum Yönetimi](https://developer.perculus.com/perculus-api/services/oturum-yonetimi.md)
- [Oturum Listesi](https://developer.perculus.com/perculus-api/services/oturum-yonetimi/session-list.md): Bu alan, tüm oturumlarınızın listesini GroupsAPI ile nasıl çekebileceğinizi gösterir.
- [Oturum Detay](https://developer.perculus.com/perculus-api/services/oturum-yonetimi/session-detail.md): Bu alan, herhangi bir oturumunuzun detayını GroupsAPI ile nasıl çekebileceğinizi gösterir.
- [Oturum Oluşturma](https://developer.perculus.com/perculus-api/services/oturum-yonetimi/session-create.md): Bu alan, bir oturumu GroupsAPI ile nasıl oluşturabileceğiniz gösterir.
- [Oturum Filtreleme](https://developer.perculus.com/perculus-api/services/oturum-yonetimi/session-filter.md): Bu alan, tüm oturumlarınız arasından filtreleme işlemini GroupsAPI ile nasıl yapabileceğinizi gösterir.
- [Oturum Güncelleme](https://developer.perculus.com/perculus-api/services/oturum-yonetimi/session-update.md): Bu alan, bir oturumu GroupsAPI ile nasıl güncelleyebileceğinizi gösterir.
- [Oturum Silme](https://developer.perculus.com/perculus-api/services/oturum-yonetimi/session-delete.md): Bu alan, herhangi bir oturumunuzu GroupsAPI ile silme yönteminizi gösterir.
- [Kullanıcı Yönetimi](https://developer.perculus.com/perculus-api/services/kullanici-yonetimi.md)
- [Kullanıcı Oluşturma](https://developer.perculus.com/perculus-api/services/kullanici-yonetimi/user-create.md): Bu alan, bir kullanıcıyı GroupsAPI ile nasıl oluşturabileceğiniz gösterir.
- [Kullanıcı Güncelleme](https://developer.perculus.com/perculus-api/services/kullanici-yonetimi/user-update.md): Bu alan, bir kullanıcıyı GroupsAPI ile güncelleme işlemini gösterir.
- [Kullanıcı Silme](https://developer.perculus.com/perculus-api/services/kullanici-yonetimi/user-delete.md): Bu alan, bir kullanıcıyı GroupsAPI ile silme işlemini gösterir.
- [Kullanıcı Filtreleme](https://developer.perculus.com/perculus-api/services/kullanici-yonetimi/user-filer.md): Bu alan, tüm kullanıcılar için GroupsAPI ile filtreleme işlemini gösterir.
- [Kullanıcı Detay](https://developer.perculus.com/perculus-api/services/kullanici-yonetimi/user-detail.md): Bu alan, herhangi bir kullanıcının GroupsAPI ile detayını gösterme işlemini gösterir.
- [Katılımcı Yönetimi](https://developer.perculus.com/perculus-api/services/katilimci-yonetimi.md)
- [Katılımcı Ekleme](https://developer.perculus.com/perculus-api/services/katilimci-yonetimi/attandee-add.md): Bu alan, bir oturuma bir veya birden fazla kullanıcıyı katılımcı olarak GroupsAPI ile eklemenin yöntemini gösterir.
- [Katılımcı Güncelleme](https://developer.perculus.com/perculus-api/services/katilimci-yonetimi/attandee-update.md): Bu alan, GroupsAPI ile bir oturumadaki katılımcınızı güncellemenin yöntemini gösterir.
- [Katılımcı Filtreleme](https://developer.perculus.com/perculus-api/services/katilimci-yonetimi/attande-filter.md): Bu alan, GroupsAPI ile bir oturumadaki katılımcılarınızı filtrelemenin yöntemini gösterir.
- [Katılımcı Silme](https://developer.perculus.com/perculus-api/services/katilimci-yonetimi/attandee-delete.md): Bu alan, GroupsAPI ile bir oturumadaki katılımcılarınızı silmenin yöntemini gösterir.
- [Raporlar](https://developer.perculus.com/perculus-api/services/raporlar.md)
- [Kurulum Hataları](https://developer.perculus.com/perculus-api/sss/kurulum-hatalari.md)
- [Hata Kodları](https://developer.perculus.com/perculus-api/sss/hata-kodlari.md)
- [Zaman Dilimleri](https://developer.perculus.com/perculus-api/desteklenen-formatlar/zaman-dilimleri.md)

## English

- [Overview](https://developer.perculus.com/readme.md)
- [Quick Start](https://developer.perculus.com/getting-started/quickstart.md): In order to make your first request, you must follow the steps below:
- [Authorization](https://developer.perculus.com/services/authorization.md): This page describes how to authenticate your requests to Groups API
- [User Management](https://developer.perculus.com/services/user-management.md)
- [Creating Users](https://developer.perculus.com/services/user-management/user-create.md): This step shows how to create Groups users via GroupsAPI
- [Updating Users](https://developer.perculus.com/services/user-management/user-update.md): This step shows how to update Groups users.
- [Removing Users](https://developer.perculus.com/services/user-management/user-delete.md): This step shows how to remove users from your Groups platform.
- [Filtering Users](https://developer.perculus.com/services/user-management/user-filer.md): This step shows how to filter users
- [User Details](https://developer.perculus.com/services/user-management/user-detail.md): This step shows how to get details of a specific user.
- [Session Management](https://developer.perculus.com/services/session-management.md)
- [Creating a Session](https://developer.perculus.com/services/session-management/session-create.md): This step shows how to create a session with GroupsAPI.
- [Session Options Object](https://developer.perculus.com/services/session-management/session-create/session-options-object.md): This page describes the Options objects that Create Session and Update Session endpoints use
- [Updating Sessions](https://developer.perculus.com/services/session-management/session-update.md): This step shows how to update sessions through GroupsAPI
- [Filtering Sessions](https://developer.perculus.com/services/session-management/session-filter.md): This step shows to how to filter sessions with GroupsAPI.
- [Deleting Sessions](https://developer.perculus.com/services/session-management/session-delete.md): This step shows how to delete a session from Groups.
- [Session Details](https://developer.perculus.com/services/session-management/session-detail.md): This step shows how you can pull the details of any of your sessions with GroupsAPI.
- [Session List](https://developer.perculus.com/services/session-management/session-list.md): This step shows you how to list all the sessions you have created using GroupsAPI.
- [Participant Management](https://developer.perculus.com/services/participant-management.md)
- [Creating Participants](https://developer.perculus.com/services/participant-management/attandee-add.md): This step shows the method to add one or more users as participants in a session with Groups API.
- [Guests](https://developer.perculus.com/services/participant-management/attandee-add/guests.md)
- [Attendance Link](https://developer.perculus.com/services/participant-management/attendance-link.md): This page will describe how to obtain the attendance link for the participant to enter the session.
- [Updating Participants](https://developer.perculus.com/services/participant-management/attandee-update.md): This step shows how to update participants in a Groups session.
- [Removing Participants](https://developer.perculus.com/services/participant-management/attandee-delete.md): This step shows how to remove participants from a session via GroupsAPI
- [Filtering Participants](https://developer.perculus.com/services/participant-management/attande-filter.md): This step shows how to filter participants via GroupsAPI
- [Participant Details](https://developer.perculus.com/services/participant-management/participant-details.md): This page describes how to obtain details of a participant.
- [Reports](https://developer.perculus.com/services/reports.md): Reports allows you to obtain various statistics regarding a session or a participant.
- [Participant Stats](https://developer.perculus.com/services/reports/participant-stats.md): In this page, you will find information on how to obtain stats for a session with SESSION\_ID, along with participant stats.
- [ParticipantStat](https://developer.perculus.com/services/reports/participant-stats/participantstat.md): Below, you can find the details of the ParticipantStat object
- [Session Stats](https://developer.perculus.com/services/reports/session-stats.md): In this page, you will find information on how to obtain stats for a session with SESSION\_ID.
- [Webhooks](https://developer.perculus.com/miscellaneous/webhooks.md): Groups Webhook System
- [Error Codes](https://developer.perculus.com/miscellaneous/error-codes.md): This page describes error codes that the Groups API returns if any problem occurs during an operation
- [Setup Issues](https://developer.perculus.com/faq/setup-issues.md)
- [Dates](https://developer.perculus.com/accepted-formats/dates.md): This page describes the date format accepted by Groups API
- [Languages](https://developer.perculus.com/accepted-formats/languages.md): This page describes languages that are implemented in Groups and their accepted format
- [Roles](https://developer.perculus.com/accepted-formats/roles.md): This page describes role variable that can be used on users and participants(attendees).
- [Timezones](https://developer.perculus.com/accepted-formats/timezones.md)

## English V2

- [Creating API Keys](https://developer.perculus.com/v2-en/quick-start/creating-api-keys.md)
- [Authorization](https://developer.perculus.com/v2-en/quick-start/authorization.md): This page describes how to authenticate your requests to Groups API
- [Authorization with Python](https://developer.perculus.com/v2-en/quick-start/authorization/authorization-with-python.md): If you are integrating with your application, you can utilize Python SDK for V2 API. All you need to do is define API Keys on your environment and,
- [User Management](https://developer.perculus.com/v2-en/services/user-management.md)
- [Creating a User](https://developer.perculus.com/v2-en/services/user-management/user-create.md): This step shows how to create Groups users via GroupsAPI
- [Updating a User](https://developer.perculus.com/v2-en/services/user-management/user-update.md): This step shows how to update Groups users.
- [Deleting a User](https://developer.perculus.com/v2-en/services/user-management/user-delete.md): This step shows how to remove users from your Groups platform.
- [Selecting a User](https://developer.perculus.com/v2-en/services/user-management/user-detail.md): This step shows how to get details of a specific user.
- [Searching Users](https://developer.perculus.com/v2-en/services/user-management/user-filer.md): This step shows how to filter users
- [Session Management](https://developer.perculus.com/v2-en/services/session-management.md)
- [Creating and Updating Sessions](https://developer.perculus.com/v2-en/services/session-management/creating-and-updating-sessions.md): This page explains how you can both create, and update sessions in a single request.
- [Create Session Object](https://developer.perculus.com/v2-en/services/session-management/creating-and-updating-sessions/create-session-object.md): This page shows the object structure of the json body that is accepted when creating a session
- [Update Session Object](https://developer.perculus.com/v2-en/services/session-management/creating-and-updating-sessions/update-session-object.md): This page shows the object structure of the json body that is accepted when updating a session
- [Session Options Object](https://developer.perculus.com/v2-en/services/session-management/creating-and-updating-sessions/session-options-object.md): This page describes the Options objects that Create Session and Update Session endpoints use
- [Deleting a Session](https://developer.perculus.com/v2-en/services/session-management/session-delete.md): This step shows how to delete a session from Groups.
- [Selecting a Session](https://developer.perculus.com/v2-en/services/session-management/session-detail.md): This step shows how you can pull the details of any of your sessions with GroupsAPI.
- [Searching Sessions](https://developer.perculus.com/v2-en/services/session-management/session-filter.md): This step shows to how to filter sessions with GroupsAPI.
- [Attendee Management](https://developer.perculus.com/v2-en/services/attendee-management.md)
- [Creating and Updating Attendees](https://developer.perculus.com/v2-en/services/attendee-management/creating-and-updating-attendees.md)
- [Attendance Link](https://developer.perculus.com/v2-en/services/attendee-management/creating-and-updating-attendees/attendance-link.md): This page will describe how to obtain the attendance link for the participant to enter the session.
- [Upsert by User](https://developer.perculus.com/v2-en/services/attendee-management/creating-and-updating-attendees/upsert-by-user.md)
- [Upsert by Email (Guests)](https://developer.perculus.com/v2-en/services/attendee-management/creating-and-updating-attendees/upsert-by-email-guests.md)
- [Update By Attendance Code](https://developer.perculus.com/v2-en/services/attendee-management/creating-and-updating-attendees/update-by-attendance-code.md)
- [Deleting an Attendee](https://developer.perculus.com/v2-en/services/attendee-management/attandee-delete.md): This step shows how to remove participants from a session via GroupsAPI
- [Selecting an Attendee](https://developer.perculus.com/v2-en/services/attendee-management/selecting-an-attendee.md): This page describes how to obtain details of a participant.
- [Searching Attendees](https://developer.perculus.com/v2-en/services/attendee-management/attande-filter.md): This step shows how to filter participants via GroupsAPI
- [Reports](https://developer.perculus.com/v2-en/services/reports.md): Reports allows you to obtain various statistics regarding a session or a participant.
- [Participant Stats](https://developer.perculus.com/v2-en/services/reports/participant-stats.md): In this page, you will find information on how to obtain stats for a session with SESSION\_GUID, along with participant stats.
- [ParticipantStat](https://developer.perculus.com/v2-en/services/reports/participant-stats/participantstat.md): Below, you can find the details of the ParticipantStat object
- [Session Stats](https://developer.perculus.com/v2-en/services/reports/session-stats.md): In this page, you will find information on how to obtain stats for a session with SESSION\_ID.
- [Room Management](https://developer.perculus.com/v2-en/services/room-management.md)
- [Creating a Room](https://developer.perculus.com/v2-en/services/room-management/user-create.md)
- [Get or Create Default Room](https://developer.perculus.com/v2-en/services/room-management/user-create-1.md): Gets the user's default room. If it doesn't exist, creates a new default room.
- [Updating a Room](https://developer.perculus.com/v2-en/services/room-management/user-create-2.md)
- [Deleting a Room](https://developer.perculus.com/v2-en/services/room-management/user-delete.md)
- [Selecting a Room](https://developer.perculus.com/v2-en/services/room-management/user-detail.md)
- [Searching Rooms](https://developer.perculus.com/v2-en/services/room-management/user-filer.md)
- [Error Codes](https://developer.perculus.com/v2-en/misc/error-codes.md)
- [Webhooks](https://developer.perculus.com/v2-en/misc/webhooks.md)
- [Recording Enforcement Policy](https://developer.perculus.com/v2-en/policies/recording-enforcement-policy.md)
- [Transcription Display Policy](https://developer.perculus.com/v2-en/policies/transcription-display-policy.md)
- [Dates](https://developer.perculus.com/v2-en/accepted-formats/dates.md)
- [Languages](https://developer.perculus.com/v2-en/accepted-formats/languages.md)
- [Roles](https://developer.perculus.com/v2-en/accepted-formats/roles.md)
- [Timezones](https://developer.perculus.com/v2-en/accepted-formats/timezones.md)

## Turkish V2

- [Anahtar Yaratma](https://developer.perculus.com/v2-tr/baslangic/anahtar-yaratma.md)
- [Yetkilendirme](https://developer.perculus.com/v2-tr/baslangic/yetkilendirme.md)
- [NodeJS ile Yetkilendirme](https://developer.perculus.com/v2-tr/baslangic/yetkilendirme/nodejs-ile-yetkilendirme.md)
- [Kullanıcı Yönetimi](https://developer.perculus.com/v2-tr/servisler/kullanici-yonetimi.md)
- [Kullanıcı Yaratma](https://developer.perculus.com/v2-tr/servisler/kullanici-yonetimi/kullanici-yaratma.md)
- [Kullanıcı Güncelleme](https://developer.perculus.com/v2-tr/servisler/kullanici-yonetimi/kullanici-guncelleme.md)
- [Kullanıcı Silme](https://developer.perculus.com/v2-tr/servisler/kullanici-yonetimi/kullanici-silme.md)
- [Kullanıcı Seçme](https://developer.perculus.com/v2-tr/servisler/kullanici-yonetimi/kullanici-secme.md)
- [Kullanıcıları Arama](https://developer.perculus.com/v2-tr/servisler/kullanici-yonetimi/kullanicilari-arama.md)
- [Oturum Yönetimi](https://developer.perculus.com/v2-tr/servisler/oturum-yonetimi.md)
- [Oturumları Yaratma ve Güncelleme](https://developer.perculus.com/v2-tr/servisler/oturum-yonetimi/oturumlari-yaratma-ve-guncelleme.md)
- [Create Session Objesi](https://developer.perculus.com/v2-tr/servisler/oturum-yonetimi/oturumlari-yaratma-ve-guncelleme/create-session-objesi.md): Bu sayfa oturum yaratma isteği gönderilirken kullanılan objenin yapısını gösterir
- [Update Session Objesi](https://developer.perculus.com/v2-tr/servisler/oturum-yonetimi/oturumlari-yaratma-ve-guncelleme/update-session-objesi.md)
- [Session Options Objesi](https://developer.perculus.com/v2-tr/servisler/oturum-yonetimi/oturumlari-yaratma-ve-guncelleme/session-options-objesi.md)
- [Oturumları Silme](https://developer.perculus.com/v2-tr/servisler/oturum-yonetimi/oturumlari-silme.md)
- [Oturum Seçme](https://developer.perculus.com/v2-tr/servisler/oturum-yonetimi/oturum-secme.md)
- [Oturumları Arama](https://developer.perculus.com/v2-tr/servisler/oturum-yonetimi/oturumlari-arama.md)
- [Katılımcı Yönetimi](https://developer.perculus.com/v2-tr/servisler/katilimci-yonetimi.md)
- [Katılımcı Yaratma ve Güncelleme](https://developer.perculus.com/v2-tr/servisler/katilimci-yonetimi/katilimci-yaratma-ve-guncelleme.md)
- [Katılımcı Linki](https://developer.perculus.com/v2-tr/servisler/katilimci-yonetimi/katilimci-yaratma-ve-guncelleme/katilimci-linki.md)
- [UpsertFromUser Objesi](https://developer.perculus.com/v2-tr/servisler/katilimci-yonetimi/katilimci-yaratma-ve-guncelleme/upsertfromuser-objesi.md)
- [UpsertByEmail Objesi (Dış katılımcı)](https://developer.perculus.com/v2-tr/servisler/katilimci-yonetimi/katilimci-yaratma-ve-guncelleme/upsertbyemail-objesi-dis-katilimci.md)
- [UpdateByAttendanceCode](https://developer.perculus.com/v2-tr/servisler/katilimci-yonetimi/katilimci-yaratma-ve-guncelleme/updatebyattendancecode.md)
- [Katılımcıları Silme](https://developer.perculus.com/v2-tr/servisler/katilimci-yonetimi/katilimcilari-silme.md)
- [Katılımcı Seçme](https://developer.perculus.com/v2-tr/servisler/katilimci-yonetimi/katilimci-secme.md)
- [Katılımcıları Arama](https://developer.perculus.com/v2-tr/servisler/katilimci-yonetimi/katilimcilari-arama.md)
- [Raporlar](https://developer.perculus.com/v2-tr/servisler/raporlar.md)
- [Katılımcı Raporları](https://developer.perculus.com/v2-tr/servisler/raporlar/katilimci-raporlari.md)
- [ParticipantStat Objesi](https://developer.perculus.com/v2-tr/servisler/raporlar/katilimci-raporlari/participantstat-objesi.md)
- [Oturum Raporu](https://developer.perculus.com/v2-tr/servisler/raporlar/oturum-raporu.md)
- [Oda Yönetimi](https://developer.perculus.com/v2-tr/servisler/oda-yonetimi.md)
- [Oda Yaratma](https://developer.perculus.com/v2-tr/servisler/oda-yonetimi/oda-yaratma.md)
- [Varsayılan Oda Getir veya Oluştur](https://developer.perculus.com/v2-tr/servisler/oda-yonetimi/varsayilan-oda-getir-veya-olustur.md): Kullanıcının varsayılan odasını getirir. Eğer yoksa yeni bir varsayılan oda oluşturur.
- [Oda Güncelleme](https://developer.perculus.com/v2-tr/servisler/oda-yonetimi/oda-guncelleme.md)
- [Oda Silme](https://developer.perculus.com/v2-tr/servisler/oda-yonetimi/oda-silme.md)
- [Oda Seçme](https://developer.perculus.com/v2-tr/servisler/oda-yonetimi/oda-secme.md)
- [Odaları Arama](https://developer.perculus.com/v2-tr/servisler/oda-yonetimi/odalari-arama.md)
- [Hata Kodları](https://developer.perculus.com/v2-tr/diger/hata-kodlari.md)
- [Webhooklar](https://developer.perculus.com/v2-tr/diger/webhooklar.md)
- [Kayıt Zorunluluğu Politikası](https://developer.perculus.com/v2-tr/politikalar/kayit-zorunlulugu-politikasi.md)
- [Transkripsiyon Görüntüleme Politikası](https://developer.perculus.com/v2-tr/politikalar/transkripsiyon-goruntuleme-politikasi.md)
- [Tarihler](https://developer.perculus.com/v2-tr/formatlar/tarihler.md)
- [Diller](https://developer.perculus.com/v2-tr/formatlar/diller.md)
- [Roller](https://developer.perculus.com/v2-tr/formatlar/roller.md)
- [Zaman Dilimleri](https://developer.perculus.com/v2-tr/formatlar/zaman-dilimleri.md)
