s.id Public API
    • Introduction
    • v1
      • Links
        • List Links
        • Create Link
        • Link Detail by Short
        • Link Detail
        • Update Link
        • Protected Link
        • Dispossable Link
        • Archive Link
        • Unarchive Link
      • Quota
        GET
      • Me
        GET
    • asas
      GET
    • Ping
      GET
    • Schemas
      • LinkItem
      • User

      asas

      Developing
      GET
      http://localhost:9000/crmsbi-api/api/DaftarUnitUsedCar/GetAllData

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Header Params

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'http://localhost:9000/crmsbi-api/api/DaftarUnitUsedCar/GetAllData' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      {
          "code": 0,
          "total": 0,
          "message": "string",
          "data": {}
      }
      Modified at 2025-12-15 10:17:01
      Previous
      Me
      Next
      Ping
      Built with