Create Entry Endpoint
Overview
Use this endpoint to create a new entry in the specified source within your app. If an entry_id
is not provided, a new UUID will be automatically generated.
Endpoint
POST https://api.myboardtoday.com/app/:app_id/source/:source_id/entry/:entry_id
Path Parameters
Parameter | Required | Type | Description |
---|---|---|---|
app_id | Yes | UUID | Unique identifier of the app. |
source_id | Yes | UUID | Unique identifier of the source where the entry will be created. |
Query Parameters
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
update_exp | No | Boolean | false | If set to true , updates fields that use string or number functions. |
Headers
Header | Required | Description |
---|---|---|
x-api-key | Yes | API key used for authentication. |
Request Body
The request body must be a flattened JSON object containing key-value pairs where:
- The key is the
entry_field
- The value is the
entry_value
Example:
{
"title": "Meeting Notes",
"date": "2025-03-20",
"duration": 45
}
Note: Ensure that all field names match the schema defined in the target source.
Response
- 201 Created – Entry successfully created.
- 400 Bad Request – Invalid input or missing required parameters.
- 401 Unauthorized – Missing or incorrect API key.
- 404 Not Found – App or source not found.
Report Bugs, Request New Features, and Win $50 Every Month
We value your precious feedback. Please contact us when you find a bug or would like to request a new feature. (In the main panel, click on the bob logo on the top left corner, then in the Dropdown menu click on “contact for bugs or new features”). Every month we will select an “opinion leader” and reward him/her with $50 in cash.