1. System Settings
iCredit
  • Credit
    • Get Started
      • About
      • Authentication
      • Error Messages
    • Get Started APP
      • About
      • Authentication
      • Error Messages
      • Webhooks
    • Api Reference
      • Auth
        • login
        • refresh
        • logout
        • update-password
      • Users
        • me
      • Clients
        • Banks
          • list
          • search
          • find
          • create
          • update
          • delete
        • Files
          • Types
            • search
            • list
            • fInd
            • create
            • update
            • delete
          • create
          • fInd
          • download
          • search
          • delete
        • search
        • fInd
        • audits
        • list-by-organization
        • get-me
        • required-fields
        • basic-create
        • create
        • create-legal
        • update
        • update-legal
        • get-client-banks
        • get-client-operations
        • get-client-requests
        • get-client-files
        • finalize-registration
        • change-status
        • change-client-group
        • change-client-user
        • reset-password
        • update-client-representative
        • credit-analysis-validation
        • additional-information
        • create-client-from-onboarding
        • client-validation
        • sync
      • Requests
        • Options
          • update
        • Files
          • search
          • find
          • create
          • update
          • delete
          • download
        • search
        • find
        • create
        • create-client-pj
        • create-client-pf
        • create-request-passing-client
        • update
        • delete
        • send-to-client-approval
        • handle-change-fund
        • handle-change-endorser
        • reject
        • accept
        • review file
        • request documents
        • resend documents
      • Operations
        • required-fields
        • search
        • find
        • audit
        • create
        • simulate
        • generic-simulate
        • update
        • delete
        • files
        • resend-notification
        • update-deadline-at
        • add-signatories
        • remove-signatory
        • cancel-document
        • finish-document
        • reprocess-current-status
        • change-status
        • update-status-to-grant
        • update-status-to-endorsement
        • update-status-to-approval
        • operation-status
      • Credit Analysis
        • Serasa
          • analysis
          • new-report
      • Supplires
        • find
        • search
        • create
        • send-or-update-public-key
        • delete
        • inactive
        • set-status
      • System Settings
        • list
          GET
        • search
          POST
        • find
          GET
        • create
          POST
        • update
          PUT
        • delete
          DELETE
        • activate
          PATCH
        • audits
          GET
    • Enums
      • ClientTypeEnum
      • ClientFilesStatusEnum
      • BankAccountTypeEnum
      • OperationFrequencyEnum
      • OperationModalityEnum
      • OperationCalcMethodEnum
      • SignAsEnum
  • Credit v2
    • Organizations
      • create
      • contract-by-organization
      • get form options
    • Timelines
      • show
    • Operation
      • status-labels
      • create
      • update
      • change-status
      • approval
      • grant
      • endorsement
      • reprocess-current-status
      • list-by-operation
      • files
      • resend-notification
      • update-deadline-atIn-document
      • add-signatories
      • remove-signatory
      • cancel-document
      • finish-document
    • Requests
      • status-labels
      • create
      • create-client
      • create-passing-the-client
      • update
      • set-fund
      • set-calculation-method
      • set-endorser
      • handle-option
      • change-status
      • send-to-client-approval
      • reject
      • accept
      • generate-operation
    • Contract Type
      • list
      • find
      • effective-settings
      • create
      • update
      • submit-validation
      • approve
      • request-revision
      • link-organization
      • update-link-organization
    • Dashboard
      • home-admin
    • Operation File Type
      • list file types
      • Create File Type
      • find file type
      • update file type
      • delete file type
  1. System Settings

search

Em desenvolvimento
POST
/api/v1/system-settings/search

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros Header

Parâmetros Bodyapplication/json

Exemplo
// Exemplo simples:
{
  "filters": [
    {
      "field": "key",
      "operator": "=",
      "value": "simulation"
    },
    {
      "field": "context",
      "operator": "=",
      "value": "generic_simulation"
    }
  ],
  "sort": [
    {
      "field": "created_at",
      "direction": "desc"
    }
  ],
  "limit": 10
}

// Payload base:
// {
//   "filters": [
//     {
//       "field": "key", // string, opcional, obrigatório dentro do item se não usar nested
//       "operator": "=", // string, opcional, default do builder costuma ser "=", aceitos: <, <=, >, >=, =, !=, like, not like, ilike, not ilike, in, not in, all in, any in
//       "value": "simulation", // mixed, opcional, depende do operator
//       "type": "and" // string, opcional, aceitos: and | or
//     },
//     {
//       "field": "context", // string, opcional
//       "operator": "=", // string, opcional
//       "value": "generic_simulation", // mixed, opcional
//       "type": "and" // string, opcional
//     },
//     {
//       "field": "is_active", // string, opcional
//       "operator": "=", // string, opcional
//       "value": true, // boolean, opcional
//       "type": "and" // string, opcional
//     }
//   ],
//   "search": {
//     "value": "simulation", // string|null, opcional
//     "case_sensitive": false // boolean, opcional
//   },
//   "sort": [
//     {
//       "field": "created_at", // string, opcional, obrigatório dentro do item se houver sort
//       "direction": "desc" // string, opcional, aceitos: asc | desc
//     }
//   ],
//   "limit": 10, // integer|string, opcional, quantidade por página
//   "date_filters": [
//     {
//       "field": "created_at", // string, opcional, obrigatório se não usar fields
//       "operator": ">=", // string, obrigatório no item, aceitos: =, <, <=, >, >=, between
//       "value": "2026-07-01 00:00:00" // string|array, obrigatório
//     }
//   ]
// }

Respostas

🟢200Success
application/json
Bodyapplication/json

Exemplo
{
    "current_page": 1,
    "data": [
        {
            "uuid": "d5d7fd15-d336-485e-8790-f4a83a947231",
            "key": "simulation",
            "is_active": true,
            "settings": {
                "generic_simulation": {
                    "iof": {
                        "pf": {
                            "daily": 8.2e-5,
                            "fixed": 0.0038
                        },
                        "pj": {
                            "daily": 4.1e-5,
                            "fixed": 0.0038
                        }
                    },
                    "tac": {
                        "type": "percentage",
                        "value": 0.007
                    },
                    "defaults": {
                        "charge_iof": true,
                        "other_costs": 0
                    }
                }
            },
            "created_at": "2026-07-24T11:51:28.000000Z",
            "updated_at": "2026-07-24T11:51:28.000000Z",
            "context": "generic_simulation"
        }
    ],
    "first_page_url": "http://icredit.inovanti.local/api/v1/system-settings/search?page=1",
    "from": 1,
    "last_page": 1,
    "last_page_url": "http://icredit.inovanti.local/api/v1/system-settings/search?page=1",
    "links": [
        {
            "url": null,
            "label": "&laquo; Anterior",
            "active": false
        },
        {
            "url": "http://icredit.inovanti.local/api/v1/system-settings/search?page=1",
            "label": "1",
            "active": true
        },
        {
            "url": null,
            "label": "Próximo &raquo;",
            "active": false
        }
    ],
    "next_page_url": null,
    "path": "http://icredit.inovanti.local/api/v1/system-settings/search",
    "per_page": 10,
    "prev_page_url": null,
    "to": 1,
    "total": 1
}
Modificado em 2026-07-24 13:23:48
Página anterior
list
Próxima página
find
Built with