Filter Projects
This service returns projects with pagination
Filter Projects
GET
{{server-url}}/projects/filter
It returns list of projects with pagination
Query Parameters
Name | Type | Description |
---|---|---|
page | Number | Represents page number. Default 0 |
name | String | Represents project's name |
orderDirection | String | Represents order direction. It can be ASC or DESC. Default DESC |
size | Number | Represents content size. Default 10 |
projectId | String | Represents UUID formatted project's identifier |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
Example Response Body
Response Fields
Key | Type | Description |
---|---|---|
id | Number | Represents project's identifier |
name | String | Represents project's name |
projectId | String | Represents UUID formatted project's identifier |
contractList | Array | Represents deployed contracts for the project |
network | Object | Represents network object |
Last updated