1. Taksit
  • Muhasip 4.0
  • 🔒 Rate Limiting
  • Cariler
  • Uygulamalar
    • Taksit
      • Index
        GET
      • Detail
        GET
      • Create
        POST
      • Cancel
        DELETE
      • Logs
        GET
      • Check
        GET
  • Health
    GET
  • Schemas
    • helpers
      • variables
      • paginateSchema
    • general
      • definitions
    • apps
      • installments
        • installments
        • installmentCronHistories
    • cantacts
      • contactPeoples
      • contacts
  1. Taksit

Logs

GET
/apps/installment/logs
Last modified:2025-11-10 03:35:38

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.muhasip.pro/apps/installment/logs?startDate&endDate&status' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{
    "result": [
        {
            "id": "string",
            "installmentId": "string",
            "status": true,
            "cronData": {
                "status": true,
                "UUID": "string",
                "InvoiceNumber": "string",
                "type": "string"
            },
            "createdAt": "string",
            "updatedAt": "string"
        }
    ],
    "paginate": {
        "total": 0,
        "size": 0,
        "page": 0,
        "totalPage": 0
    }
}
Modified at 2025-11-10 03:35:38
Previous
Cancel
Next
Check
Built with