GET /_script_context
curl \
-X GET http://api.example.com/_script_context
Response examples (200)
{
"contexts": [
{
"methods": [
{
"name": "string",
"return_type": "string",
"params": [
{}
]
}
],
"name": "string"
}
]
}