Skip to content

Instantly share code, notes, and snippets.

@avisser
Created March 8, 2013 01:58
Show Gist options
  • Save avisser/5113655 to your computer and use it in GitHub Desktop.
Save avisser/5113655 to your computer and use it in GitHub Desktop.
emergency.js
{
apiVersion: "1",
swaggerVersion: "1.1",
basePath: "https://vm.medu.com:443",
apis: [
{
path: "/api/emergency/numbers.{format}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-numbers",
responseClass: "void",
parameters: [
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "int"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "int"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "Get Central Emergency",
notes: "Get Central Emergency",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/numbers.{format}/{organization_id}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-numbers-_organization_id-",
responseClass: "void",
parameters: [
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "int"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "int"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "Get Central Emergency",
notes: "Get Central Emergency",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/numbers.{format}/{organization_id}/{campus_id}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-numbers-_organization_id--_campus_id-",
responseClass: "void",
parameters: [
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "int"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "int"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "Get Central Emergency",
notes: "Get Central Emergency",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/numbers.{format}/{organization_id}/{campus_id}/{api_version}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-numbers-_organization_id--_campus_id--_api_version-",
responseClass: "void",
parameters: [
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "int"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "int"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "Get Central Emergency",
notes: "Get Central Emergency",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/legacy.{format}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-legacy",
responseClass: "void",
parameters: [ ],
summary: "routes to <mark>tc_api_central_emergency::legacy();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::legacy();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/proxy.{format}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-proxy",
responseClass: "void",
parameters: [ ],
summary: "routes to <mark>tc_api_central_emergency::proxy();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::proxy();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/buildsettings.{format}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-buildsettings",
responseClass: "void",
parameters: [
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::buildSettings();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::buildSettings();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/buildsettings.{format}/{organization_id}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-buildsettings-_organization_id-",
responseClass: "void",
parameters: [
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::buildSettings();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::buildSettings();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/buildsettings.{format}/{organization_id}/{campus_id}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-buildsettings-_organization_id--_campus_id-",
responseClass: "void",
parameters: [
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::buildSettings();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::buildSettings();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/buildsettings.{format}/{organization_id}/{campus_id}/{api_version}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-buildsettings-_organization_id--_campus_id--_api_version-",
responseClass: "void",
parameters: [
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::buildSettings();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::buildSettings();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/urltoapi.{format}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-urltoapi",
responseClass: "void",
parameters: [
{
name: "module",
description: "add <mark>@param {type} $module {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "function",
description: "add <mark>@param {type} $function {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "getVars",
description: "add <mark>@param {type} $getVars {comment}</mark> to describe here",
paramType: "query",
required: false,
defaultValue: [ ],
allowMultiple: false,
dataType: "string"
},
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::URLToAPI();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::URLToAPI();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/urltoapi.{format}/{module}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-urltoapi-_module-",
responseClass: "void",
parameters: [
{
name: "module",
description: "add <mark>@param {type} $module {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "function",
description: "add <mark>@param {type} $function {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "getVars",
description: "add <mark>@param {type} $getVars {comment}</mark> to describe here",
paramType: "query",
required: false,
defaultValue: [ ],
allowMultiple: false,
dataType: "string"
},
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::URLToAPI();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::URLToAPI();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/urltoapi.{format}/{module}/{function}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-urltoapi-_module--_function-",
responseClass: "void",
parameters: [
{
name: "module",
description: "add <mark>@param {type} $module {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "function",
description: "add <mark>@param {type} $function {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "getVars",
description: "add <mark>@param {type} $getVars {comment}</mark> to describe here",
paramType: "query",
required: false,
defaultValue: [ ],
allowMultiple: false,
dataType: "string"
},
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::URLToAPI();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::URLToAPI();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/urltoapi.{format}/{module}/{function}/{getVars}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-urltoapi-_module--_function--_getVars-",
responseClass: "void",
parameters: [
{
name: "module",
description: "add <mark>@param {type} $module {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "function",
description: "add <mark>@param {type} $function {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "getVars",
description: "add <mark>@param {type} $getVars {comment}</mark> to describe here",
paramType: "query",
required: false,
defaultValue: [ ],
allowMultiple: false,
dataType: "string"
},
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::URLToAPI();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::URLToAPI();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/urltoapi.{format}/{module}/{function}/{getVars}/{organization_id}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-urltoapi-_module--_function--_getVars--_organization_id-",
responseClass: "void",
parameters: [
{
name: "module",
description: "add <mark>@param {type} $module {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "function",
description: "add <mark>@param {type} $function {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "getVars",
description: "add <mark>@param {type} $getVars {comment}</mark> to describe here",
paramType: "query",
required: false,
defaultValue: [ ],
allowMultiple: false,
dataType: "string"
},
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::URLToAPI();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::URLToAPI();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/urltoapi.{format}/{module}/{function}/{getVars}/{organization_id}/{campus_id}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-urltoapi-_module--_function--_getVars--_organization_id--_campus_id-",
responseClass: "void",
parameters: [
{
name: "module",
description: "add <mark>@param {type} $module {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "function",
description: "add <mark>@param {type} $function {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "getVars",
description: "add <mark>@param {type} $getVars {comment}</mark> to describe here",
paramType: "query",
required: false,
defaultValue: [ ],
allowMultiple: false,
dataType: "string"
},
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::URLToAPI();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::URLToAPI();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/urltoapi.{format}/{module}/{function}/{getVars}/{organization_id}/{campus_id}/{api_version}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-urltoapi-_module--_function--_getVars--_organization_id--_campus_id--_api_version-",
responseClass: "void",
parameters: [
{
name: "module",
description: "add <mark>@param {type} $module {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "function",
description: "add <mark>@param {type} $function {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "getVars",
description: "add <mark>@param {type} $getVars {comment}</mark> to describe here",
paramType: "query",
required: false,
defaultValue: [ ],
allowMultiple: false,
dataType: "string"
},
{
name: "organization_id",
description: "add <mark>@param {type} $organization_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version",
description: "add <mark>@param {type} $api_version {comment}</mark> to describe here",
paramType: "query",
required: false,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::URLToAPI();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::URLToAPI();</mark> (the api method) to write here",
errorResponses: [ ]
}
]
},
{
path: "/api/emergency/extractvariables.{format}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-extractvariables",
responseClass: "void",
parameters: [ ],
summary: "routes to <mark>tc_api_central_emergency::extractVariables();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::extractVariables();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
},
{
path: "/api/emergency/legacydata.{format}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-legacydata",
responseClass: "void",
parameters: [
{
name: "moduleUrl",
description: "add <mark>@param {type} $moduleUrl {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "variables",
description: "add <mark>@param {type} $variables {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::getLegacyData();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::getLegacyData();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
},
{
path: "/api/emergency/legacydata.{format}/{moduleUrl}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-legacydata-_moduleUrl-",
responseClass: "void",
parameters: [
{
name: "moduleUrl",
description: "add <mark>@param {type} $moduleUrl {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "variables",
description: "add <mark>@param {type} $variables {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::getLegacyData();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::getLegacyData();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
},
{
path: "/api/emergency/legacydata.{format}/{moduleUrl}/{variables}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-legacydata-_moduleUrl--_variables-",
responseClass: "void",
parameters: [
{
name: "moduleUrl",
description: "add <mark>@param {type} $moduleUrl {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "variables",
description: "add <mark>@param {type} $variables {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::getLegacyData();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::getLegacyData();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
},
{
path: "/api/emergency/proxydata.{format}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-proxydata",
responseClass: "void",
parameters: [
{
name: "module",
description: "add <mark>@param {type} $module {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "function",
description: "add <mark>@param {type} $function {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "variables",
description: "add <mark>@param {type} $variables {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::getProxyData();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::getProxyData();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
},
{
path: "/api/emergency/proxydata.{format}/{module}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-proxydata-_module-",
responseClass: "void",
parameters: [
{
name: "module",
description: "add <mark>@param {type} $module {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "function",
description: "add <mark>@param {type} $function {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "variables",
description: "add <mark>@param {type} $variables {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::getProxyData();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::getProxyData();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
},
{
path: "/api/emergency/proxydata.{format}/{module}/{function}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-proxydata-_module--_function-",
responseClass: "void",
parameters: [
{
name: "module",
description: "add <mark>@param {type} $module {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "function",
description: "add <mark>@param {type} $function {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "variables",
description: "add <mark>@param {type} $variables {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::getProxyData();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::getProxyData();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
},
{
path: "/api/emergency/proxydata.{format}/{module}/{function}/{variables}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-proxydata-_module--_function--_variables-",
responseClass: "void",
parameters: [
{
name: "module",
description: "add <mark>@param {type} $module {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "function",
description: "add <mark>@param {type} $function {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "variables",
description: "add <mark>@param {type} $variables {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::getProxyData();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::getProxyData();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
},
{
path: "/api/emergency/_feed_entity_for_map_name.{format}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-_feed_entity_for_map_name",
responseClass: "void",
parameters: [
{
name: "map_name",
description: "add <mark>@param {type} $map_name {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version_id",
description: "add <mark>@param {type} $api_version_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::get_feed_entity_for_map_name();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::get_feed_entity_for_map_name();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
},
{
path: "/api/emergency/_feed_entity_for_map_name.{format}/{map_name}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-_feed_entity_for_map_name-_map_name-",
responseClass: "void",
parameters: [
{
name: "map_name",
description: "add <mark>@param {type} $map_name {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version_id",
description: "add <mark>@param {type} $api_version_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::get_feed_entity_for_map_name();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::get_feed_entity_for_map_name();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
},
{
path: "/api/emergency/_feed_entity_for_map_name.{format}/{map_name}/{campus_id}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-_feed_entity_for_map_name-_map_name--_campus_id-",
responseClass: "void",
parameters: [
{
name: "map_name",
description: "add <mark>@param {type} $map_name {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version_id",
description: "add <mark>@param {type} $api_version_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::get_feed_entity_for_map_name();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::get_feed_entity_for_map_name();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
},
{
path: "/api/emergency/_feed_entity_for_map_name.{format}/{map_name}/{campus_id}/{api_version_id}",
description: "tc_api_central_emergency API",
operations: [
{
httpMethod: "GET",
nickname: "v1-api-emergency-_feed_entity_for_map_name-_map_name--_campus_id--_api_version_id-",
responseClass: "void",
parameters: [
{
name: "map_name",
description: "add <mark>@param {type} $map_name {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "campus_id",
description: "add <mark>@param {type} $campus_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
},
{
name: "api_version_id",
description: "add <mark>@param {type} $api_version_id {comment}</mark> to describe here",
paramType: "path",
required: true,
allowMultiple: false,
dataType: "string"
}
],
summary: "routes to <mark>tc_api_central_emergency::get_feed_entity_for_map_name();</mark>",
notes: "Add PHPDoc long description to <mark>tc_api_central_emergency::get_feed_entity_for_map_name();</mark> (the api method) to write here",
errorResponses: [
{
reason: "",
code: 500
}
]
}
]
}
],
resourcePath: "/api/emergency",
models: { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment