ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/opportunity-reports/my-reports/route
GET
Function GET
GET
(
_request
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
reports
:
(
{
attendees
:
(
{
user
:
(...)
|
(...)
}
&
{}
)
[]
;
author
:
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
;
client
:
{
id
:
string
;
name
:
string
}
|
null
;
lead
:
{
id
:
string
;
name
:
string
}
|
null
;
opportunity
:
{
id
:
string
;
name
:
string
;
number
:
string
}
|
null
;
outcomes
:
{}
[]
;
}
&
{}
)
[]
;
}
,
>
,
>
Parameters
_request
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
reports
:
(
{
attendees
:
(
{
user
:
(...)
|
(...)
}
&
{}
)
[]
;
author
:
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
;
client
:
{
id
:
string
;
name
:
string
}
|
null
;
lead
:
{
id
:
string
;
name
:
string
}
|
null
;
opportunity
:
{
id
:
string
;
name
:
string
;
number
:
string
}
|
null
;
outcomes
:
{}
[]
;
}
&
{}
)
[]
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...