curl --request GET \
--url http://localhost:8080/tickets[
{
"id": 123,
"user_id": 123,
"title": "<string>",
"status": "<string>",
"priority": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"user_reply_block_permanent": true,
"closed_at": "2023-11-07T05:31:56Z",
"user_reply_block_until": "2023-11-07T05:31:56Z",
"messages": [
{
"id": 123,
"user_id": 123,
"message_text": "<string>",
"is_from_admin": true,
"has_media": true,
"created_at": "2023-11-07T05:31:56Z",
"media_type": "<string>",
"media_file_id": "<string>",
"media_caption": "<string>"
}
]
}
]curl --request GET \
--url http://localhost:8080/tickets[
{
"id": 123,
"user_id": 123,
"title": "<string>",
"status": "<string>",
"priority": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"user_reply_block_permanent": true,
"closed_at": "2023-11-07T05:31:56Z",
"user_reply_block_until": "2023-11-07T05:31:56Z",
"messages": [
{
"id": 123,
"user_id": 123,
"message_text": "<string>",
"is_from_admin": true,
"has_media": true,
"created_at": "2023-11-07T05:31:56Z",
"media_type": "<string>",
"media_file_id": "<string>",
"media_caption": "<string>"
}
]
}
]1 <= x <= 200x >= 0open, answered, closed, pending Successful Response
Show child attributes