GET
/
api
/
v1
/
tasks
/
{task_id}
/
relationships
List Task Relationships
curl --request GET \
  --url https://api.jobsim.work/api/v1/tasks/{task_id}/relationships \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
task_scoped_only
boolean
default:false

Response

Successful Response