GET /business-logic/rest/reference?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"id": 1,
"name": "books.Book",
"verbose_name": "Book",
"url": "/business-logic/rest/reference/books.Book",
"content_type": {
"name": "books.Book",
"verbose_name": "Book",
"id": 42
},
"search_fields": "",
"name_field": null
},
{
"id": 2,
"name": "books.Author",
"verbose_name": "Author",
"url": "/business-logic/rest/reference/books.Author",
"content_type": {
"name": "books.Author",
"verbose_name": "Author",
"id": 41
},
"search_fields": "",
"name_field": null
},
{
"id": 3,
"name": "books.Publisher",
"verbose_name": "Publisher",
"url": "/business-logic/rest/reference/books.Publisher",
"content_type": {
"name": "books.Publisher",
"verbose_name": "Publisher",
"id": 43
},
"search_fields": "",
"name_field": null
}
]