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

    Task

    {
        "id": 0,
        "title": "string",
        "status": "new",
        "description": "string",
        "location": "Location #1",
        "reporter": {
            "id": 0,
            "name": "string",
            "email": "string"
        },
        "assignees": [
            {
                "id": 0,
                "name": "string",
                "email": "string"
            }
        ],
        "responsible": {
            "id": 0,
            "name": "string",
            "email": "string"
        },
        "venue": {
            "id": 0,
            "name": "string"
        },
        "comments": [
            {
                "id": 1,
                "author": {
                    "id": 0,
                    "name": "string",
                    "email": "string"
                },
                "created": "string",
                "updated": "string"
            }
        ],
        "comment_count": 0,
        "tags": [
            {
                "id": "string",
                "name": "string",
                "active": true,
                "color_code": "string"
            }
        ],
        "category": {
            "id": "string",
            "name": "string"
        },
        "severity": {
            "code": "string",
            "label": "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"
        },
        "checklist": [
            {
                "id": "string",
                "label": "string",
                "type": "checkbox"
            }
        ],
        "equipment": {
            "id": "string",
            "title": "string",
            "category": {
                "id": "string",
                "name": "string"
            },
            "sku": "string",
            "serial_number": "string",
            "search_keywords": "string",
            "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
        },
        "client": {
            "id": "string",
            "name": "string",
            "apply_to_signature_field": true
        },
        "scheduled_start_date": "string",
        "scheduled_start_time": "string",
        "scheduled_end_date": "string",
        "scheduled_end_time": "string",
        "resolution_deadline": "string",
        "reaction_deadline": "string",
        "watchers": [
            {
                "id": 0,
                "name": "string",
                "email": "string"
            }
        ],
        "requires_approval": true,
        "is_approved": true,
        "approved_date": "string",
        "is_visible_to_partners": true,
        "duration": 0,
        "is_auto_assigned": true,
        "created": "string",
        "updated": "string",
        "changed_logs": [
            {
                "id": "string",
                "column": "string",
                "log": {
                    "en": "string",
                    "pl": "string",
                    "lt": "string",
                    "ru": "string"
                }
            }
        ],
        "work_logs": [
            {
                "id": "string",
                "user": {
                    "id": 0,
                    "name": "string",
                    "email": "string"
                },
                "downtime_task": {
                    "id": "string",
                    "name": "string"
                },
                "type": "task_work_log",
                "start_date_time": "string",
                "end_date_time": "string",
                "created": "string",
                "updated": "string"
            }
        ],
        "is_periodic": true,
        "sla_rule": {
            "id": "string",
            "name": "string"
        },
        "materials": [
            {
                "id": "string",
                "name": "string",
                "quantity": 0,
                "unit_price": 0,
                "planned_quantity": 0
            }
        ],
        "services": [
            {
                "id": "string",
                "name": "string",
                "quantity": 0,
                "unit_price": 0,
                "planned_quantity": 0,
                "service_type": {
                    "id": "string",
                    "name": "string"
                }
            }
        ],
        "checklist_count": 0,
        "recorded_checklist_count": 0,
        "attachment_count": 0
    }
    Built with