Einpix API documentation
    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
        • Detail
      • 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

    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"
                },
                "content": "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",
            "sku": "string",
            "serial_number": "string"
        },
        "client": {
            "id": "string",
            "name": "string"
        },
        "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"
                }
            }
        ]
    }
    Built with