Core Service
HomeCore Service
Playground
  • Child
  • Daily Notes
  • Fetus Image
  • File
  • Migration
  • Milestone
  • Mood Tracker
  • Mother Weight
  • Pregnancy
Changelog Release
HomeCore Service
Playground
  • Child
  • Daily Notes
  • Fetus Image
  • File
  • Migration
  • Milestone
  • Mood Tracker
  • Mother Weight
  • Pregnancy
Changelog Release
    • Introduction
    • Changelog Release
    • Local Development
    • Child
      • getChildList
        GET
      • updateProfile
        POST
      • createFirstBaby
        POST
      • deleteBaby
        DELETE
    • daily-note-controller
      • get list of daily notes
        POST
      • delete daily note by id
        DELETE
      • create new daily note
        POST
      • update existing daily note
        POST
    • fetus-image-controller
      • getFetusImageByWeekV2
        GET
      • getFetusImageByWeek
        GET
    • file-controller
      • streamPrivateData
        GET
    • migration-controller
      • migrateChild
        GET
      • migratePregnancy
        GET
      • migratePregnancyCheckup
        GET
      • migratePregnancyByEmail
        GET
      • migrateUsgScan
        GET
    • milestone-controller
      • get user's list of baby milestones by baby id and month
        GET
      • update user's list of baby monthly milestones
        POST
      • get user's list of pregnancy milestones by week
        GET
      • update user's list of pregnancy weekly milestones
        POST
    • mood-tracker-controller
      • get mood history by pregnancy id, start date, and end date
      • get monthly mood history by pregnancy id and month
      • create / update mood data
      • get weekly mood history by pregnancy id and week
      • delete mood data by id
    • mother-weight-controller
      • get mother's weight by pregnancy id, mode, start date, and end date
      • get mother's weight data by pregnancy id and date
      • get mother's weight monthly report by pregnancy id
      • create / update mother's weight data
      • delete mother's weight by id
    • pregnancy-controller
      • updateDueDate
      • getPregnancyDetail
      • createFirstPregnancy
      • getPregnancyHistory
      • updateStatus
      • createFirstPregnancy
      • deletePregnancy

    Introduction

    📌
    This Documentation is Still on Development Progress...

    Overview#

    image.png
    Core Service is main service for api purposes on mobile application diary bunda

    API Stack#

    At this Core Service Api, we use several Programming Languages on the backend services.
    Backend Stack, we use java programming with Springboot framework to manage All Features.

    API Contents#

    Swagger Link :
    https://staging.diarybunda.co.id/core-service/swagger-ui/#/
    In this section we help you to find a shortcut to the API documentation you need. here, we have more than one service and to make your search easier than you use the menu in the toolbar above, you can search in the table below.
    NoService TitleMethodFunction
    1Feature StatusGET1. Get Feature List
    POST2. Disable-Enable Feature
    2Files HandlerGETStream Private Data
    3Post CommunityGET1. Save Post Community
    POST2. Save Post Community
    POST3. Delete Post Community
    4Report Post CommunityGET1. Get Report Post Community List
    GET2. Get Report Post Community Detail
    GET3. Mark Post As Sensitive Content
    POST4. Save Post Community
    POST5. Validate Report Post Community
    5User CommunityGET1. Get Banned User Community List
    POST2. banUserCommunity
    GET3. Get Banned User Community Detail
    Modified at 2023-07-18 03:49:38
    Next
    Changelog Release
    Built with