Get Projects
Get Project List
Get a list of projects. You can filter or sort projects based on optional query string.
GET
https://api.dyntube.com/v1/projects
Query Parameters
Name | Type | Description |
---|---|---|
page | Integer | Page number |
size | Integer | Page size |
planType | Integer | Type of the plan |
sort | String | Sort order of the results. See details below. |
projectId | String | Id of the project |
parentId | String | project Id of the parent project. |
Sorting of results
The sorting order of the projects would be a query parameter sort
with a value. the format of the value would be field:1 for ascending order and field:-1 for descending order.
Last updated