ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/mobile/opportunities/[id]/actions/route
GET
Function GET
GET
(
req
:
NextRequest
,
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
,
)
:
Promise
<
|
NextResponse
<
{
success
:
boolean
;
error
:
string
;
message
:
string
}
>
|
NextResponse
<
{
success
:
boolean
;
actions
:
{
id
:
string
;
description
:
string
|
null
;
nextAction
:
string
|
null
;
actionDate
:
string
;
isTechnical
:
boolean
;
isPricingRelated
:
boolean
;
isTimeSensitive
:
boolean
;
user
:
{
avatar
:
string
|
null
;
email
:
string
;
id
:
string
;
name
:
string
|
null
;
}
;
createdAt
:
string
;
}
[]
;
}
,
>
,
>
GET /api/mobile/opportunities/[id]/actions
Récupère toutes les actions d'une affaire
Parameters
req
:
NextRequest
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
Returns
Promise
<
|
NextResponse
<
{
success
:
boolean
;
error
:
string
;
message
:
string
}
>
|
NextResponse
<
{
success
:
boolean
;
actions
:
{
id
:
string
;
description
:
string
|
null
;
nextAction
:
string
|
null
;
actionDate
:
string
;
isTechnical
:
boolean
;
isPricingRelated
:
boolean
;
isTimeSensitive
:
boolean
;
user
:
{
avatar
:
string
|
null
;
email
:
string
;
id
:
string
;
name
:
string
|
null
;
}
;
createdAt
:
string
;
}
[]
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...
GET /api/mobile/opportunities/[id]/actions
Récupère toutes les actions d'une affaire