Tasks

Create a Task

Create a task on your account

POST https://api.zenstrin.com/tasks

Request Body

Name
Type
Description

description*

string

The description of the task

title*

string

The title of the task

unit

string

The id of the unit associated with this transaction.

user

string

The id of the user to assign the task to

property

string

The id of the property associated with this transaction.

lease

string

The id of the lease associated with this transaction.

date

string

The date the task is scheduled for The date format is: "YYYY-MM-DD"

List Tasks

List tasks on your account

GET https://api.zenstrin.com/tasks

Query Parameters

Name
Type
Description

filter

string

The item to filter the results with. Available filters include: ["user", "tenant", "unit", "property", "lease", "owner"]

filterId

string

The ID of the filtered item

startAt

string

The start date to fetch results from. The date format is: "YYYY-MM-DD"

Fetch Task

Get the details of a task on your account

GET https://api.zenstrin.com/tasks/:taskId

Path Parameters

Name
Type
Description

serviceCharge*

String

The ID of the service charge

Last updated