21 lines
211 B
Plaintext
21 lines
211 B
Plaintext
meta {
|
|
name: Get user tasks by id
|
|
type: http
|
|
seq: 10
|
|
}
|
|
|
|
get {
|
|
url: {{url}}/api/users/tasks/{{id}}
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
vars:pre-request {
|
|
id:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|