Typescript SDK Type Docs
Preparing search index...
Checkout API SDK
ByProjectKeyApplicationsRequestBuilder
Class ByProjectKeyApplicationsRequestBuilder
Index
Constructors
constructor
Properties
args
Methods
get
post
with
Id
with
Key
Constructors
constructor
new
ByProjectKeyApplicationsRequestBuilder
(
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
projectKey
:
string
}
;
}
,
)
:
ByProjectKeyApplicationsRequestBuilder
Parameters
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
projectKey
:
string
}
;
}
Returns
ByProjectKeyApplicationsRequestBuilder
Properties
Protected
Readonly
args
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
projectKey
:
string
}
;
}
Methods
get
get
(
methodArgs
?:
{
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
;
queryArgs
?:
{
limit
?:
number
;
offset
?:
number
;
sort
?:
string
|
string
[]
;
withTotal
?:
boolean
;
[
key
:
string
]:
QueryParam
;
}
;
}
,
)
:
ApiRequest
<
PaginatedApplication
>
Retrieves Applications
Parameters
Optional
methodArgs
:
{
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
;
queryArgs
?:
{
limit
?:
number
;
offset
?:
number
;
sort
?:
string
|
string
[]
;
withTotal
?:
boolean
;
[
key
:
string
]:
QueryParam
;
}
;
}
Returns
ApiRequest
<
PaginatedApplication
>
post
post
(
methodArgs
:
{
body
:
ApplicationDraft
;
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
;
}
,
)
:
ApiRequest
<
Application
>
Creates a new
Application
.
Parameters
methodArgs
:
{
body
:
ApplicationDraft
;
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
}
Returns
ApiRequest
<
Application
>
with
Id
withId
(
childPathArgs
:
{
id
:
string
}
,
)
:
ByProjectKeyApplicationsByIdRequestBuilder
Parameters
childPathArgs
:
{
id
:
string
}
Returns
ByProjectKeyApplicationsByIdRequestBuilder
with
Key
withKey
(
childPathArgs
:
{
key
:
string
}
,
)
:
ByProjectKeyApplicationsKeyByKeyRequestBuilder
Parameters
childPathArgs
:
{
key
:
string
}
Returns
ByProjectKeyApplicationsKeyByKeyRequestBuilder
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
args
Methods
get
post
with
Id
with
Key
Typescript SDK Type Docs
Loading...
Retrieves Applications