Get Started
New Description: The "Get Started" section provides essential information for developers looking to integrate with the Dream ELD API. Users can access key resources and guidelines to kickstart their integration process seamlessly. Start building robust applications with the help of this comprehensive section.
E-mail: support@dreameld.com
Base URL
Production:
https://app.dreameld.com
Company
The Company section of the API allows users to access and manage information related to companies or organizations. Users can retrieve company name and its id.
Header Parameters
The Authorization header parameter is used to authenticate the request to access the Company endpoint.
Path Parameters
The id path parameter is used to specify the specific vehicle for which the request is being made to the Company endpoint.
Response
Response Attributes
The _id parameter in the response provides a unique identifier for the Company endpoint.
The name parameter in the response holds the name associated with the Company endpoint.
Response Attributes
The message parameter in the response contains a message related to the outcome of the request made to the Company endpoint.
What made this section unhelpful for you?
Response
{
"_id": "string",
"name": "string"
}
What made this section unhelpful for you?
Vehicles
All company vehicles
Endpoints
POST
POST
Drivers
All company drivers
What made this section unhelpful for you?
Endpoints
POST
POST
What made this section unhelpful for you?
Drivers
The Drivers section allows users to manage and interact with driver information within the Default project. Users can create, retrieve, update, and delete driver details, such as their username, first name, last name, and associated company ID. This section facilitates seamless driver management operations for enhanced project functionality.
Header Parameters
Response
Response Attributes
Show child attributes
Response Attributes
What made this section unhelpful for you?
Response
{
"data": [
{
"_id": "string",
"username": "string",
"firstName": "string",
"lastName": "string",
"companyId": "string"
}
]
}
What made this section unhelpful for you?
Driver
The Driver section allows users to retrieve information about a specific driver within the Default project. Users can access details such as the driver's username, first name, last name, and associated company ID. Additionally, users can handle potential error messages returned by the API.
Header Parameters
Path Parameters
Response
Response Attributes
Response Attributes
What made this section unhelpful for you?
Response
{
"_id": "string",
"username": "string",
"firstName": "string",
"lastName": "string",
"companyId": "string"
}
What made this section unhelpful for you?
Last Driver Status
The Last Driver Status section provides users with the ability to retrieve the most recent status of a specific driver. By accessing this section, users can quickly and easily access essential information about the driver's current status, empowering them to make informed decisions based on real-time data.
Endpoints
POST
POST
Last Vehicle Status
The Last Vehicle Status section allows users to retrieve the most recent status of a specific vehicle within the system. With this API section, users can quickly access up-to-date information about a vehicle's status without needing to manually search through multiple records. This functionality streamlines the process of monitoring and managing vehicle statuses, enhancing overall operational efficiency.