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

List

GET
tasks/{page}
Retrieves the list of tasks.

Pagination Information#

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

Filtering#

Date Filters#

since
Returns only the records created or updated after the given datetime.
Use this when you want to fetch new or modified data since a specific point in time.
before
Returns only the records created or updated before the given datetime.
Use this when you want to fetch historical data up to a certain point in time.
Usage Examples
Get items created/updated after or/and before August 1st, 2025, 10:30 AM Vilnius:
?since=2025-08-01T10:30:00%2B03:00
Values
?since=2025-08-01T10:30:00%2B03:00
?before=2025-08-01T10:30:00%2B03:00
Values explanation:
since/before - Query params name
2025-08-01 - The date
T - Separator between date and time
10:30:00 - Time
%2B - URL encoding for +
Recognized the format - 2025-08-01T10:30:00+05:30
Request to format dates and times
When providing dates and times, please always use two digits for months, days, hours, minutes, and seconds.
✅ Correct format:
2018-1-1 -> 2018-01-01
9:5:7 -> 09:05:07

Attribute Filters (Multi-Value Allowed)#

Category
Filters based on category IDs.
Example: ?category=10,20,25
Tag
Filters records that contain at least one of the provided tag IDs.
Example: ?tag=10,20,25
Assignee
Filters records assigned to any of the specified user IDs.
Example: ?assignee=10,20,25
Responsible
Filters based on the “responsible user” IDs.
Example: ?responsible=3,4

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/tasks/1?before={{BEFORE_ISO}}&tag&category&assignee&responsible' \
--header 'Content-Type: application/json'

Responses

🟢200Success
application/json
Body

Example
[
    {
        "id": -83326485,
        "title": "voluptas debitis totam",
        "status": "canceled",
        "description": "Totam sunt iste laboriosam velit. Corporis amet reprehenderit rem provident. Voluptas laudantium est corrupti magnam sed occaecati quae magni. Sit odio aut fuga consectetur commodi.",
        "location": "Location #1",
        "reporter": {
            "id": 344,
            "name": "modi assumenda ex",
            "email": "Darby.Weissnat@gmail.com"
        },
        "assignees": [
            {
                "id": 344,
                "name": "praesentium excepturi harum",
                "email": "Ward11@gmail.com"
            },
            {
                "id": 344,
                "name": "magni culpa incidunt",
                "email": "Stephen94@yahoo.com"
            }
        ],
        "responsible": null,
        "venue": {
            "id": 10415556,
            "name": "dolorem iusto amet"
        },
        "comment_count": 95908173,
        "severity": {
            "code": "low",
            "label": "Low"
        },
        "picture": null,
        "checklist": [
            {
                "id": "ut",
                "label": null,
                "type": "photo"
            },
            {
                "id": "irure of",
                "label": null,
                "type": "headline"
            },
            {
                "id": "anim id cul",
                "label": null,
                "type": "signature"
            }
        ],
        "scheduled_start_date": "2025-05-12T06:42:23.683Z",
        "scheduled_start_time": "2025-05-11T19:19:04.510Z",
        "scheduled_end_date": "2025-05-11T21:53:05.753Z",
        "scheduled_end_time": "2025-05-12T06:58:52.340Z",
        "resolution_deadline": "quis officia proident",
        "reaction_deadline": null,
        "watchers": [
            {
                "id": 344,
                "name": "ratione atque fugit",
                "email": "Lourdes.Zboncak52@gmail.com"
            },
            {
                "id": 344,
                "name": "porro accusantium sapiente",
                "email": "Dewayne_Langosh95@hotmail.com"
            },
            {
                "id": 344,
                "name": "voluptas officiis voluptates",
                "email": "Zelma71@gmail.com"
            }
        ],
        "requires_approval": true,
        "is_approved": true,
        "approved_date": "2025-05-11T23:28:15.415Z",
        "is_visible_to_partners": true,
        "duration": 95783603,
        "is_auto_assigned": null,
        "created": "2025-05-12T08:47:40.231Z",
        "updated": "2025-05-11T16:46:02.076Z",
        "workLogs": [
            {
                "id": "b372156d-f98b-4b0b-820b-56979307fe34",
                "user": {
                    "id": 344,
                    "name": "provident delectus voluptatibus",
                    "email": "Rahul70@hotmail.com"
                },
                "downtime_task": null,
                "type": "activity_work_log",
                "start_date_time": "2025-05-11T13:25:29.154Z",
                "end_date_time": "2025-05-12T08:27:38.537Z"
            }
        ],
        "is_periodic": false,
        "sla_rule": {
            "id": "4e6d8505-a633-4983-bb84-5958bde2d7e6",
            "name": "porro dolore modi"
        },
        "category": {
            "id": "4e6d8505-a633-4983-bb84-5958bde2d7e6"
        }
    }
]
Modified at 2026-01-23 10:04:00
Previous
Create
Next
Detail
Built with