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

By task

Developing
GET
services/task/{taskId}/{page}
Retrieves the list of task services.

Pagination Information#

The Einpix API returns a maximum of 50 services per request.
To retrieve the next set of 50 services, update the page parameter by incrementing it by 1 from the previous request.

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

Responses

🟢200Success
application/json
Body

Example
[
    {
        "id": "92f53e01-647d-472e-9226-8240020cfd1a",
        "name": "Plastic",
        "internal_number": "27261",
        "barcode": "veniam sint Excepteur exercitation",
        "unit": {
            "id": "89c7280a-1a7a-48ed-b516-4150ed884e4c",
            "name": "KG",
            "description": "Molestiae quisquam tenetur saepe ipsum sapiente. Rem voluptatem ad rerum numquam ipsum iste numquam quas ipsam. Ab saepe nobis nihil mollitia culpa magni labore non. Repudiandae maxime tempore error placeat molestiae doloribus. Illo minima perferendis perferendis quasi consectetur quidem ipsam mollitia quaerat."
        },
        "quantiy": 10,
        "unit_price": 1000,
        "unit_cost": 10000,
        "planned": 200
    }
]
Modified at 2025-08-31 20:21:30
Previous
By task
Next
User
Built with