Runtime
return (env.read('runtime')).routes.map(route => {
const { configuration: { method, path } } = route
return `${method} /routes/${path}`
}){
"data": [
"get /routes/get_public_group",
"get /routes/export",
"get /routes/axon_stats_task_responses",
"post /routes/c_patients_route",
"post /routes/c_patients_callback",
"post /routes/account_public_user_link",
[ ... ]
"get /routes/reports/:objectId/:outputFormat",
"get /routes/review_tab_info",
"get /routes/site_tab_info",
"get /routes/task_details/:taskResponseId",
"get /routes/task_step_details/:taskResponseId",
"post /routes/uploadQueryRule"
],
"hasMore": false,
"object": "list"
}Last updated
Was this helpful?