Einpix API documentation
  1. Checklist
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
          GET
        • Detail
          GET
    • 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

Detail

GET
templates/checklist/{id}/detail
Retrieves the detail of specific checklist templates.

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/templates/checklist/0dbd7659-c16e-413e-959d-83df3364df8c/detail?since={{SINCE_ISO}}&before={{BEFORE_ISO}}'

Responses

🟢200Success
application/json
Body

Example
{
    "id": "78cf35ba-20fe-4cb4-b5b6-f8566b82ea3f",
    "title": "Template 1",
    "check_items": [
        {
            "id": "aute ad",
            "sort_order": 1,
            "label": "ipsum est ut minim",
            "type": "text",
            "required": true
        },
        {
            "id": "eiusmod",
            "sort_order": 2,
            "label": "ipsum est ut minim",
            "type": "yesno",
            "required": false
        }
    ]
}
Modified at 2025-08-31 20:19:25
Previous
List
Next
List
Built with