Load all widget names which belong to a user
GET/v1/:projectName/widget/names/all
Load all widget names which belong to a user
Request
Path Parameters
projectName stringrequired
projectName
Query Parameters
filter.eq.description string
Filters by 'description'
filter.eq.id int64
Filters by 'id'
filter.eq.name string
Filters by 'name'
filter.eq.owner string
Filters by 'owner'
filter.eq.projectId int64
Filters by 'projectId'
page.page int32
Results page you want to retrieve (0..N)
page.size int32
Number of records per page
page.sort string[]
Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
object
{}
Loading...