Skip to content

Get request template

GET
/v1/request-templates/{id}

Returns a single request template owned by the authenticated user

id
required
string

Request template ID

OK

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

Unauthorized

object
error
string
message
string
Example
Success
success
boolean
Example
true

Not Found

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