Developer Documentation
Endpoints
Activities
Base URL: https://app.kinabase.com/api/v1/
get
post
activities/{collectionId}/{recordId}
Adds a new activityParameters
Name | Location | Type | Description |
---|---|---|---|
collectionId * | path | string | Collection ID or Slug |
recordId * | path | string | Record ID |
Request Body
Activity to add
Example request (application/json):
{ "id": null, "content": "example-content", "type": null, "timestamp": null }