Skip to main content

GET

Thread

/api/v1/app/thread/<int:thread_id>/

Endpoint

/api/v1/app/thread/<int:thread_id>/

Headers

{
    "Content-Type": "application/json",
    "Authorization": "Bearer <str:token>"
}

Response

{
    "id": "<int:id>",
    "title": "<str:title>",
    "panel_id": "<int:panel_id>",
    "created_by": "<str:created_by>",
    "created_on": "<datetime:created_on>",
    "updated_at": "<datetime:updated_at>",
    "last_active": "<datetime:updated_at>",
    "meta": {json}
}