Skip to content

Instantly share code, notes, and snippets.

@hanh090
Last active May 13, 2020 00:27
Show Gist options
  • Save hanh090/734c0f3dbf3e596431fa8233ed5fcf6a to your computer and use it in GitHub Desktop.
Save hanh090/734c0f3dbf3e596431fa8233ed5fcf6a to your computer and use it in GitHub Desktop.
// Request: http://localhost:3000/api/v2/organisations/1/onboarding_checklists/2
{
"all_required": true,
"assignee_ids": [],
"boarding_tasks": [
{
"full_description": null,
"due_date": 0,
"assign_to": [],
"assignee_ids": [
42
],
"subtasks": [
{
"description": "123"
},
{
"description": "456"
}
],
"description": "dsgdsgfdhgf",
"id": 3
},
{
"description": "test",
"full_description": null,
"due_date": 0,
"assign_to": [],
"assignee_ids": [
42
],
"id": 2
}
],
"name": "test1"
}
{
"data": {
"id": 2,
"name": "test1",
"all_required": true,
"checklist_assignees": [],
"boarding_tasks": [
{
"id": 3,
"description": "dsgdsgfdhgf",
"full_description": null,
"due_date": 0,
"assign_to": [],
"assignee_ids": [
42
]
},
{
"id": 2,
"description": "test",
"full_description": null,
"due_date": 0,
"assign_to": [],
"assignee_ids": [
42
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment