reportportal / service-api

Report portal. Main API Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API GET /v1/{projectName}/widget/shared/search dont return info widget

jandermartins opened this issue · comments

When a call is made to the endpoint passing the 'term' in the query, the content arrives empty.

{
"content": [],
"page": {
"number": 1,
"size": 20,
"totalElements": 0,
"totalPages": 0
}
}

Consegui fazer as chamadas e retornar os dados desejados.

Estou fechando a issue.