prorm API Reference
← Documentation
GitLab
Preparing search index...
index
createDSARResponse
Function createDSARResponse
createDSARResponse
(
subjectId
:
string
,
models
:
{
model
:
any
;
where
?:
Record
<
string
,
any
>
}
[]
,
options
?:
{
format
?:
ExportFormat
;
include
?:
any
[]
}
,
)
:
Promise
<
{
subjectId
:
string
;
requestedAt
:
Date
;
exports
:
ExportResult
[]
}
,
>
Generate a DSAR response object ready for API return.
Parameters
subjectId
:
string
models
:
{
model
:
any
;
where
?:
Record
<
string
,
any
>
}
[]
options
:
{
format
?:
ExportFormat
;
include
?:
any
[]
}
= {}
Returns
Promise
<
{
subjectId
:
string
;
requestedAt
:
Date
;
exports
:
ExportResult
[]
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
← Documentation
GitLab
prorm API Reference
Loading...
Generate a DSAR response object ready for API return.