meta { name: Get Contractor Tasks type: http seq: 8 } get { url: {{api_url}}/contractors/:id/tasks/ body: none auth: none } headers { Authorization: Token {{auth_token}} } params:path { id: 1 }