meta { name: /api/entries/:id type: http seq: 4 } get { url: {{base_url}}/api/entries/:id body: none auth: inherit } params:path { id: } settings { encodeUrl: true timeout: 0 }