Einpix API documentation
  1. Checklist
Einpix API documentation
  • Changelog
  • About
  • API
    • Task
      • Create
      • List
      • Detail
      • Change status
    • Checklist
      • By task
        GET
    • 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
  1. Checklist

By task

GET
checklist/task/{taskId}
Retrieves the list of checklist items associated with a specific task.

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/checklist/task/?since={{SINCE_ISO}}&before={{BEFORE_ISO}}'

Responses

🟢200Success
application/json
Body

Example
[
    {
        "id": "1316f4cd-bd92-42a5-ace0-af343f79d1e0",
        "sort_order": 1,
        "label": "Checklist label #1",
        "type": "equipment",
        "recorded_value": null,
        "recorded_by": {
            "id": 2438336909652886,
            "name": "Felipe Purdy-Legros",
            "email": "Catalina78@yahoo.com"
        },
        "created": "2024-04-26T20:13:51+03:00",
        "recorded": "2025-01-26T07:28:50+02:00",
        "required": true,
        "signature_name": "Judy Bradtke",
        "attachments": [
            {
                "id": "e8017fb4-3bea-4538-a69c-58d838aa00f3",
                "original_filename": "meanwhile_afore_tame.bin",
                "width": 637,
                "height": 795,
                "mime_type": "image/jpeg",
                "author": {
                    "id": 2562487007676481,
                    "name": "Mr. Alfredo Wunsch",
                    "email": "Johnson_Champlin15@yahoo.com"
                },
                "file_size": 12567,
                "url": "attachment/:attachment_id"
            },
            {
                "id": "fcf942ae-4110-461d-89ed-d5bfc92b6a37",
                "original_filename": "vivid_apud_synthesise.svg",
                "width": 691,
                "height": 888,
                "mime_type": "image/jpeg",
                "author": {
                    "id": 5834877525620471,
                    "name": "Kyle King",
                    "email": "Verona33@hotmail.com"
                },
                "file_size": 12567,
                "url": "attachment/:attachment_id"
            }
        ]
    },
    {
        "id": "a9130907-12a3-49e4-a54a-43985904647a",
        "sort_order": 1,
        "label": "Checklist label #1",
        "type": "headline",
        "recorded_value": null,
        "recorded_by": {
            "id": 4270997977528650,
            "name": "Steven Nader PhD",
            "email": "Christiana27@gmail.com"
        },
        "created": "2025-01-04T12:38:05+02:00",
        "recorded": "2024-06-15T06:33:16+03:00",
        "required": true,
        "signature_name": "Guillermo Ward-Mann",
        "attachments": [
            {
                "id": "96339d04-66e6-4be8-8bcd-f1a1d7bfc79d",
                "original_filename": "heartfelt_proofread_per.mp3",
                "width": 610,
                "height": 606,
                "mime_type": "image/jpeg",
                "author": {
                    "id": 3850680615270184,
                    "name": "Greg Hettinger",
                    "email": "Eileen.Volkman7@yahoo.com"
                },
                "file_size": 12567,
                "url": "attachment/:attachment_id"
            }
        ]
    },
    {
        "id": "3e839c41-37db-4af0-9e8e-bb4e49d03138",
        "sort_order": 1,
        "label": "Cliengt signature",
        "type": "signature",
        "recorded_value": null,
        "recorded_by": {
            "id": 510,
            "name": "Steven Nader PhD",
            "email": "Christiana27@gmail.com"
        },
        "created": "2025-09-11T09:11:34+03:00",
        "recorded": "2025-09-11T09:11:45+03:00",
        "required": false,
        "attachments": [],
        "signature_name": "Testing",
        "signature": {
            "id": "721a5c04-27e9-49a4-8bca-d2d3f462da52",
            "original_filename": "picture-4onjudjdvs6l00gQMZI",
            "width": 314,
            "height": 126,
            "mime_type": "image/png",
            "author": {
                "id": 510,
                "name": "Steven Nader PhD",
                "email": "Christiana27@gmail.com"
            },
            "file_size": 5635,
            "url": "picture/721a5c04-27e9-49a4-8bca-d2d3f462da52"
        },
        "equipment": null
    }
]
Modified at 2025-09-11 06:16:18
Previous
Change status
Next
List
Built with