Einpix API documentation
  1. Equipment
Einpix API documentation
  • Changelog
  • About
  • API
    • Task
      • Create
      • List
      • Detail
      • Change status
    • Checklist
      • By task
    • Client
      • List
      • Detail
    • User
      • List
      • Detail
    • Venue
      • Create
      • List
      • Detail
    • Category
      • Task
        • List
        • Detail
    • Tag
      • List
      • Detail
    • Template
      • Checklist
        • List
        • Detail
    • Equipment
      • List
        GET
      • Detail
        GET
    • Comment
      • Create
      • Detail
    • Worklog
      • List
      • Hisory
    • Materials
      • By task
    • Service
      • By task
  • Schemas
    • User
    • Venue
    • Task
    • Task comment
    • Tag
    • Task category
    • Picture
    • Check item
    • Equipment
    • Client
    • Task severity
    • Attachment
    • Changed log
    • User group
    • WDJ material
    • Unit master
    • WDJ service
    • Worklog History
    • Checklist template
    • Worklog
    • Activity task
    • Downtime task
    • Sla rule
  1. Equipment

Detail

GET
equipments/{equipmentId}/detail
Retrieves detailed information about a client by their unique ID.

Request

Path Params

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.einpix.com/public/v1/equipments//detail?since={{SINCE_ISO}}&before={{BEFORE_ISO}}'

Responses

🟢200Success
application/json
Body

Example
{
    "id": "veniam nulla fugiat",
    "title": "magni voluptates ad",
    "sku": null,
    "serial_number": "Lorem incididunt tempor cillum ullamco",
    "notes": null,
    "brand_name": "Armstrong, Ziemann and Schimmel",
    "model_name": "CX-9",
    "purchase_date": "2074-08-04T04:48:19.379Z",
    "guarantee_warranty_date": "2062-09-16T14:43:07.757Z",
    "install_date": "2091-09-20T04:03:36.011Z",
    "price": "374.00",
    "cost": "195.00",
    "service_cost": "304.00",
    "is_active": true,
    "assignee": {
        "id": 344,
        "name": "porro facere natus",
        "email": "Fleta.Purdy98@yahoo.com"
    },
    "client": null,
    "picture": {
        "id": "ea aliquip sint",
        "original_filename": "quas unde amet",
        "width": -6111956,
        "height": -90752893,
        "mime_type": "occaecat ipsum",
        "author": {
            "id": 344,
            "name": "expedita cupiditate eveniet",
            "email": "Zetta_Hamill@yahoo.com"
        },
        "file_size": -69174719,
        "url": "https://humiliating-pine.com"
    },
    "venue": {
        "id": -81350637,
        "name": "esse harum aliquam"
    }
}
Modified at 2025-08-31 20:19:37
Previous
List
Next
Create
Built with