1. Form submissions
eLogii
  • Introduction
  • Entities
  • FAQs
  • Query parameters
  • Webhooks
  • Tasks
    • Task Elements
    • createOrUpdateMany
      POST
    • Get tasks
      GET
    • Create tasks
      POST
    • Delete tasks
      POST
    • Update a task
      PUT
    • Get Proof of Delivery
      GET
    • Cancel tasks
      POST
    • Post Tasks Create Return
      POST
    • Move tasks to another date
      POST
    • postTasksReattempt
      POST
    • Start tracking a task (webhook)
      POST
  • Drivers
    • Driver Elements
    • Get drivers
      GET
    • Create multiple drivers
      POST
    • Update drivers
      POST
    • Delete drivers
      POST
  • Customers
    • Customer Elements
    • Get customers
      GET
    • Create customers
      POST
    • Update customers
      POST
    • Delete customers
      POST
  • Depots
    • Depot Elements
    • Get depots
    • Create depots
    • Update depots
    • Delete depots
  • Driver-schedule-exceptions
    • Driver-schedule-exception elements
    • Get all exceptions
    • Get schedule exception for a specific driver
    • Update a schedule exception
    • Create multiple schedule exceptions
    • Delete multiple schedule exceptions
  • Route-template-groups
    • Route-template-groups elements
    • Get route template groups
    • Create a route-template-group
    • Update a route template group
    • Delete multiple route template groups
    • Schedule for dates
  • Routes
    • Route Elements
    • Get routes
    • Clear route(s)
    • Lock route(s)
    • Unlock route(s)
    • Set planned ETAs
    • Setting the task order
  • Task-template-groups
    • Task-template-groups Elements
    • Get task-template-groups
    • Create task-template-groups
    • Get one task-template-group by _id
    • Update task-template-group
    • Delete one task-template-group
    • Delete multiple task-template-groups
    • Schedule task-template-groups for dates
    • Add tasks to group
  • Vehicles
    • Vehicle Elements
    • Create multiple vehicles
    • Get vehicles
    • Update multiple vehicles
    • Delete multiple vehicles
  • Zones
    • Zones Elements
    • getZones
    • postZones
    • putZones_id
    • deleteZones_id
  • Optimization
    • Optimization Elements
    • Run optimization for provided data set
    • Run optimization for one or multiple dates
    • Run optimization for one or multiple existing routes
    • Optimize tasks in a period (e.g. 1 month), where some of the tasks have varying intervals - e.g. weekly, every 2 weeks, monthly
    • Run optimization for a date range
  • Forms
    • Get all forms
    • Create and design a form
    • Update many forms
    • Delete many forms
  • Form submissions
    • Get all form submissions
      GET
    • Get a specific form's submissions
      GET
    • Update many form submissions
      POST
    • Delete many form submissions
      POST
  1. Form submissions

Get a specific form's submissions

Production
https://api-35.elogii.com
Production
https://api-35.elogii.com
GET
/form-submissions
This endpoint retrieves submissions for specific forms using either the form ID or form UID as a query parameter.

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Query Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-35.elogii.com/form-submissions?form._id=696e2f05deff31c73d70adfd' \
--header 'Authorization: <api-key>'
Response Response Example
[
    {
        "_id": "698e0c6d8ae37c508dac671b",
        "organization": "64706d34cb58b5e1345160d2",
        "path": "64706d34cb58b5e134516000",
        "form": {
            "_id": "696e2f05deff31c73d70adfd",
            "info": {
                "_id": "696e2f05deff31c73d70adfd",
                "uid": "FORM-DNQQ687M",
                "name": "Check box",
                "tags": []
            }
        },
        "tags": [],
        "submittedBy": {
            "_id": "695bdd2c8e04c04a0b8a92aa",
            "actor": "695bdd2c8e04c04a0b8a92b8",
            "info": {
                "username": "driver2",
                "name": "Driver -  2"
            }
        },
        "data": {
            "timePicker-1770916478828": 360,
            "number-1770916495934": 100
        },
        "history": [
            {
                "data": {
                    "event": "created"
                },
                "actor": {
                    "requestId": "1770916973050:ip-10-0-140-81.eu-west-1.compute.internal:26:mljg5zdr:33129",
                    "organizationId": "64706d34cb58b5e134516000",
                    "organizationSlug": "test",
                    "userId": "695bdd2c8e04c04a0b8a92aa",
                    "userType": 20,
                    "userLevel": 30,
                    "actorId": "695bdd2c8e04c04a0b8a92b8",
                    "action": "FormSubmissions.create",
                    "internal": true
                }
            }
        ],
        "meta": {
            "route": {
                "_id": "698e0ac7469ee82a209f2463",
                "date": 20260212,
                "info": {
                    "uid": "RT-260212-410676"
                }
            },
            "vehicle": {
                "vehicleName": "Vehicle 2"
            },
            "routeSegment": "start"
        },
        "teams": [],
        "uid": "FSUB-NA12YN00",
        "submissionTimestamp": 1770916973055,
        "createdAt": "2026-02-12T17:22:53.056Z",
        "updatedAt": "2026-02-12T17:22:53.056Z",
        "__v": 0
    },
    {
        "_id": "698e1eeb9213d7272a07d5c7",
        "organization": "64706d34cb58b5e1345160d2",
        "path": "64706d34cb58b5e1345160d2",
        "form": {
            "_id": "696e2f05deff31c73d70adfd",
            "info": {
                "_id": "696e2f05deff31c73d70adfd",
                "uid": "FORM-DNQQ687M",
                "name": "Check box",
                "tags": []
            }
        },
        "tags": [],
        "submittedBy": {
            "_id": "695bdd2c8e04c04a0b8a92ac",
            "actor": "695bdd2c8e04c04a0b8a92ba",
            "info": {
                "username": "driver4"
            }
        },
        "data": {
            "timePicker-1770916478828": 840,
            "datePicker-1770916488201": "2026-02-13T18:41:39.089Z"
        },
        "history": [
            {
                "data": {
                    "event": "created"
                },
                "actor": {
                    "requestId": "1770921707500:ip-10-0-172-237.eu-west-1.compute.internal:25:mljg5vnc:38495",
                    "organizationId": "64706d34cb58b5e134516000",
                    "organizationSlug": "test",
                    "userId": "695bdd2c8e04c04a0b8a92ac",
                    "userType": 20,
                    "userLevel": 30,
                    "actorId": "695bdd2c8e04c04a0b8a92ba",
                    "action": "FormSubmissions.create",
                    "internal": true
                }
            }
        ],
        "meta": {
            "route": {
                "_id": "698e1e2e31288227acbe66d7",
                "date": 20260212,
                "info": {
                    "uid": "RT-260212-705928"
                }
            },
            "vehicle": {
                "vehicleName": "Vehicle 4"
            },
            "routeSegment": "start"
        },
        "teams": [],
        "uid": "FSUB-KP9GQQL6",
        "submissionTimestamp": 1770921707504,
        "createdAt": "2026-02-12T18:41:47.505Z",
        "updatedAt": "2026-02-12T18:41:47.505Z",
        "__v": 0
    }
]
Modified at 2026-02-25 19:51:13
Previous
Get all form submissions
Next
Update many form submissions
Built with