Get All Studio
To get the data in the specified collection. If no parameters are passed, it lists all of them. Otherwise, it lists the documents in the collection matching the specified parameters:
Method : GET
URL : /api/studio
Response : 200 - OK
[
{
"id": 1,
"name": "Paramount Pictures",
"image_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Paramount_Pictures_2022_%28Blue%29.svg/175px-Paramount_Pictures_2022_%28Blue%29.svg.png",
"city": "Hollywood",
"country_id": 1,
"created_at": "2023-01-30T10:17:23.752686+00:00",
"countries": {
"id": 1,
"name": "United States",
"created_at": "2023-01-30T05:58:46.709345+00:00"
}
},
{
"id": 2,
"name": "Summit Entertainment",
"image_url": "https://www.themoviedb.org/t/p/h50_filter(negate,000,666)/rUp0lLKa1pr4UsPm8fgzmnNGxtq.svg",
"city": "Santa Monica",
"country_id": 1,
"created_at": "2023-01-30T11:57:24+00:00",
"countries": {
"id": 1,
"name": "United States",
"created_at": "2023-01-30T05:58:46.709345+00:00"
}
}
]
Response : 404 - Not Found
Not Found
Response : 500 - Server Error
Internal Server Error