All URIs are relative to https://api.sendinblue.com/v3
| Method | HTTP request | Description |
|---|---|---|
| GetProcess | Get /processes/{processId} | Return the informations for a process |
| GetProcesses | Get /processes | Return all the processes for your account |
GetProcess GetProcess(ctx, processId) Return the informations for a process
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| processId | int64 | Id of the process |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetProcesses GetProcesses(ctx, optional) Return all the processes for your account
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *GetProcessesOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetProcessesOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| limit | optional.Int64 | Number limitation for the result returned | [default to 10] |
| offset | optional.Int64 | Beginning point in the list to retrieve from. | [default to 0] |
| sort | optional.String | Sort the results in the ascending/descending order of record creation. Default order is descending if `sort` is not passed | [default to desc] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]