Skip to content

Create request template

POST
/v1/request-templates

Creates a reusable request template for the authenticated user

Request template payload

object
business_justification
required
string
description
required
string
name
required
string
<= 255 characters
risk_level
required
string
Allowed values: low medium high
scope
required
Array<object>
>= 1 items
object
datasets
required
Array<object>
>= 1 items
object
columns
required
Array<string>
>= 1 items
filters
object
conditions
required
Array<object>
>= 1 items
object
column
string
op
string
raw
string
value
logic
string
joins
Array<object>
object
on
string
source
object
kind
required
string
Allowed values: table path
name
required
string
type
string
source
object
kind
required
string
Allowed values: table path
name
required
string
datasource
required
string
title
required
string
<= 255 characters
validity_period
required
string
Allowed values: 1h 3h 5h 1d 3d 7d

Created

object
data
object
business_justification
string
created_at
string
datasource_names
Array<string>
description
string
id
string
name
string
risk_level
string
scope
Array<object>
object
datasets
required
Array<object>
>= 1 items
object
columns
required
Array<string>
>= 1 items
filters
object
conditions
required
Array<object>
>= 1 items
object
column
string
op
string
raw
string
value
logic
string
joins
Array<object>
object
on
string
source
object
kind
required
string
Allowed values: table path
name
required
string
type
string
source
object
kind
required
string
Allowed values: table path
name
required
string
datasource
required
string
title
string
updated_at
string
validity_period
string
success
boolean

Bad Request

object
error
string
message
string
Example
Success
success
boolean
Example
true

Unauthorized

object
error
string
message
string
Example
Success
success
boolean
Example
true

Internal Server Error

object
error
string
message
string
Example
Success
success
boolean
Example
true