Hide response attributes Show response attributes object
-
id
string(uuid) -
name
string | null -
description
string | null -
publishedDate
string(date-time)
curl \
-X GET http://api.example.com/api/Book/api/book/search-books
[
{
"id": "string",
"name": "string",
"description": "string",
"publishedDate": "2024-05-04T09:42:00+00:00"
}
]
[
{
"id": "string",
"name": "string",
"description": "string",
"publishedDate": "2025-05-04T09:42:00Z"
}
]
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}