getProjects()
Syntax
This method is used to get all projects of user.
Parameters
Name | Type | Required | Description |
---|---|---|---|
page | number | No | The current page in pagination. The default value is 1. |
pageSize | number | No | A number of items for each page. The default value is 5. |
sortBy | string | No | The return value will be sorted by this param. The default value is "id:desc" - meaning that sort by descending id. |
token | string | No | The authentication token response from Eueno API when login. After login, this token was saved in local storage with the name “eueno-token". |
Example
Response of example:
Last updated