All URIs are relative to https://api.sendinblue.com/v3
Method | HTTP request | Description |
---|---|---|
CrmTasksGet | Get /crm/tasks | Get all tasks |
CrmTasksIdDelete | Delete /crm/tasks/{id} | Delete a task |
CrmTasksIdGet | Get /crm/tasks/{id} | Get a task |
CrmTasksIdPatch | Patch /crm/tasks/{id} | Update a task |
CrmTasksPost | Post /crm/tasks | Create a task |
CrmTasktypesGet | Get /crm/tasktypes | Get all task types |
TaskList CrmTasksGet(ctx, optional) Get all tasks
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *CrmTasksGetOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a CrmTasksGetOpts struct
Name | Type | Description | Notes |
---|---|---|---|
filterType | optional.String | Filter by task type (ID) | |
filterStatus | optional.String | Filter by task status | |
filterDate | optional.String | Filter by date | |
filterAssignTo | optional.String | Filter by assignTo id | |
filterContacts | optional.String | Filter by contact ids | |
filterDeals | optional.String | Filter by deals ids | |
filterCompanies | optional.String | Filter by companies ids | |
dateFrom | optional.Int32 | dateFrom to date range filter type (timestamp in milliseconds) | |
dateTo | optional.Int32 | dateTo to date range filter type (timestamp in milliseconds) | |
offset | optional.Int64 | Index of the first document of the page | |
limit | optional.Int64 | Number of documents per page | [default to 50] |
sort | optional.String | Sort the results in the ascending/descending order. Default order is descending by creation if `sort` is not passed | |
sortBy | optional.String | The field used to sort field names. |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
CrmTasksIdDelete(ctx, id) Delete a task
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
id | string |
(empty response body)
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Task CrmTasksIdGet(ctx, id) Get a task
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
id | string |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
CrmTasksIdPatch(ctx, id, body) Update a task
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
id | string | ||
body | Body7 | Updated task details. |
(empty response body)
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InlineResponse2011 CrmTasksPost(ctx, body) Create a task
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
body | Body6 | Task name. |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
TaskTypes CrmTasktypesGet(ctx, ) Get all task types
This endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]