Preparing search index...
The search index is not available
TESSA Web API
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
Application.
App
Application.DI
DI_
Interfaces
Application.
Extensions
Application.
Http
Application.
Localization
Application.
Session
Core.
Annotation
Core.
Common
Core.
Debug
Core.
Error
Core.
Formatting
Core.
Guid
Core.
Scope
Core.
Serialization
Core.
Storage
Core.
Validation
Platform.
Business
Calendar
Business
Calendar
Request
Types
Calendar
Days
Platform.
Cards
Platform.
Cards.
Common
Platform.
Cards.
Extensions
Platform.
Cards.
Metadata
Platform.
Cards.
Service
Platform.
Cards.
Types
Platform.
Cards.
Validation
Platform.
Cards.
Workflow
Platform.
Content
Platform.
Content.
Avatar
Platform.
Files
Platform.
Formatting
Platform.
Forums
Platform.
Initialization
Platform.
Operations
Platform.
Placeholders
Platform.
Scheme
Platform.
Tags
Platform.
Validation
Platform.
Views
Platform.
Views.
Export
Platform.
Views.
Extensions
Platform.
Views.
Metadata
Platform.
Views.
Search
Queries
Platform.
Views.
Service
Platform.
Workflow
Platform.
Workflow.
Kr
Process
Platform.
Workflow.
Signals
Platform.
Workplaces
Platform.
Workplaces.
Extensions
Platform.
Workplaces.
Metadata
Platform.
Workplaces.
Service
Platform.
Workplaces.
Visitors
UI.
Common
UI.
View
Model
TESSA Web API
Application.Http
HttpResponse
Interface HttpResponse
Hierarchy
Response
HttpResponse
Index
Properties
body
body
Used
enhance
Json?
enhance
Typed
Json?
headers
json
ok
redirected
status
status
Text
type
typed
Json
url
Methods
array
Buffer
blob
clone
form
Data
text
Properties
Readonly
body
body
:
null
|
ReadableStream
<
Uint8Array
>
Readonly
body
Used
body
Used
:
boolean
Optional
enhance
Json
enhance
Json
?:
(
(
data
:
IStorage
<
unknown
>
)
=>
IStorage
<
unknown
>
)
Type declaration
(
data
:
IStorage
<
unknown
>
)
:
IStorage
<
unknown
>
Parameters
data:
IStorage
<
unknown
>
Returns
IStorage
<
unknown
>
Optional
enhance
Typed
Json
enhance
Typed
Json
?:
(
(
data
:
IStorage
<
unknown
>
)
=>
IStorage
<
unknown
>
)
Type declaration
(
data
:
IStorage
<
unknown
>
)
:
IStorage
<
unknown
>
Parameters
data:
IStorage
<
unknown
>
Returns
IStorage
<
unknown
>
Readonly
headers
headers
:
Headers
json
json
:
(
<
T
>
(
)
=>
Promise
<
T
>
)
Type declaration
<
T
>
(
)
:
Promise
<
T
>
Type Parameters
T =
IStorage
<
unknown
>
Returns
Promise
<
T
>
Readonly
ok
ok
:
boolean
Readonly
redirected
redirected
:
boolean
Readonly
status
status
:
number
Readonly
status
Text
status
Text
:
string
Readonly
type
type
:
ResponseType
typed
Json
typed
Json
:
(
<
T
>
(
useTypedField
?:
boolean
)
=>
Promise
<
T
>
)
Type declaration
<
T
>
(
useTypedField
?:
boolean
)
:
Promise
<
T
>
Type Parameters
T =
IStorage
<
unknown
>
Parameters
Optional
useTypedField:
boolean
Returns
Promise
<
T
>
Readonly
url
url
:
string
Methods
array
Buffer
array
Buffer
(
)
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
blob
blob
(
)
:
Promise
<
Blob
>
Returns
Promise
<
Blob
>
clone
clone
(
)
:
Response
Returns
Response
form
Data
form
Data
(
)
:
Promise
<
FormData
>
Returns
Promise
<
FormData
>
text
text
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Generated using
TypeDoc