List Relations
GET/v3/survey/relations
List Relations
Request
Query Parameters
survey_id numberrequired
Id of the survey
Responses
- 200
Successful
- */*
- Schema
- Example (from schema)
Schema
Array [
]
data
object
list
object[]
id numberrequired
Id of the Relation
name stringrequired
Name of the relation
label string
Label of the relation
{
"data": {
"list": [
{
"id": 0,
"name": "string",
"label": "string"
}
]
}
}
Loading...