ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/opportunities/[id]/progress-report/route
GET
Function GET
GET
(
request
:
NextRequest
,
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
progressReport
:
{
pricingModifier
:
|
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
technicalModifier
:
|
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
timeModifier
:
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
}
&
{}
;
}
,
>
,
>
Parameters
request
:
NextRequest
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
progressReport
:
{
pricingModifier
:
|
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
technicalModifier
:
|
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
timeModifier
:
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
}
&
{}
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...