Einpix API documentation
    • Changelog
    • About
    • API
      • Task
        • Create
        • List
        • Detail
        • Change status
      • Checklist
        • By task
      • Client
        • Create
        • Update
        • List
        • Detail
      • User
        • List
        • Detail
      • Venue
        • Create
        • List
        • Detail
      • Category
        • Task
          • List
          • Detail
        • Equipment
          • List
      • Tag
        • List
        • Detail
      • Template
        • Checklist
          • List
          • Detail
      • Equipment
        • Create
        • Update
        • Delete
        • Change picture
        • Remove picture
        • Add attachments
        • Remove attachments
        • List
        • List by category
        • Detail
      • Comment
        • Create
        • Detail
        • List
      • Worklog
        • List
        • Hisory
      • Materials
        • By task
      • Service
        • By task
      • Webhook
        • List
        • Create
        • Delete
        • Update
    • Schemas
      • User
      • Venue
      • Task
      • Task comment
      • Tag
      • Task category
      • Picture
      • Check item
      • Equipment category
      • Equipment
      • Client
      • Task severity
      • Attachment
      • Changed log
      • User group
      • WDJ material
      • Unit master
      • WDJ service
      • Worklog History
      • CountryEnum
      • Checklist template
      • Worklog
      • Activity task
      • Downtime task
      • Sla rule
      • Webhook action
      • Webhook
      • WebhookEnumm

    Equipment

    {
        "id": "string",
        "title": "string",
        "venue": {
            "id": 0,
            "name": "string"
        },
        "picture": {
            "id": "string",
            "original_filename": "string",
            "width": 0,
            "height": 0,
            "mime_type": "string",
            "author": {
                "id": 0,
                "name": "string",
                "email": "string"
            },
            "file_size": 0,
            "url": "string"
        },
        "assignee": {
            "id": 0,
            "name": "string",
            "email": "string"
        },
        "category": {
            "id": "string",
            "name": "string"
        },
        "client": {
            "id": "string",
            "name": "string",
            "apply_to_signature_field": true
        },
        "brand_name": "string",
        "model_name": "string",
        "sku": "string",
        "serial_number": "string",
        "purchase_date": "string",
        "guarantee_warranty_date": "string",
        "install_date": "string",
        "cost": "string",
        "price": "string",
        "service_cost": "string",
        "notes": "string",
        "search_keywords": "string",
        "is_active": true,
        "attachments": [
            {
                "id": "string",
                "original_filename": "string",
                "width": 0,
                "height": 0,
                "mime_type": "string",
                "author": {
                    "id": 0,
                    "name": "string",
                    "email": "string"
                },
                "file_size": 0,
                "url": "string"
            }
        ],
        "is_visible_to_client": false,
        "is_visible_to_supplier": false
    }
    Built with