Show organization

Request

Method: GET
Route: api/organization/show/{id}
Example: api/organization/show/6
Route Parameter Pattern Requirement
id * Required
Request Headers
host: localhost:49527
user-agent: Symfony
accept: application/json
accept-language: en-us,en;q=0.5
accept-charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
content-length: 2
content-type: application/json

Response

200 JSON
Response Headers
cache-control: no-cache, private
date: Tue, 17 May 2022 08:25:51 GMT
content-type: application/json
x-ratelimit-limit: 60
x-ratelimit-remaining: 59
{
    "data": {
        "id": 6,
        "name": "FF",
        "corner_logo": "https:\/\/via.placeholder.com\/640x480.png\/00ddcc?text=facere"
    }
}

Time: 0.31

insert into `organizations` (`name`, `updated_at`, `created_at`) values (?, ?, ?)
Bindings
0: FF
1: 2022-05-17 08:25:51
2: 2022-05-17 08:25:51

Time: 0.43

update `organizations` set `corner_logo` = ?, `organizations`.`updated_at` = ? where `id` = ?
Bindings
0: https://via.placeholder.com/640x480.png/00ddcc?text=facere
1: 2022-05-17 08:25:51
2: 6

Time: 0.44

select * from `organizations` where `organizations`.`id` = ? limit 1
Bindings
0: 6

Request

Method: GET
Route: api/organization/show/{id}
Example: api/organization/show/6
Route Parameter Pattern Requirement
id * Required
Request Headers
host: localhost:49527
user-agent: Symfony
accept: application/json
accept-language: en-us,en;q=0.5
accept-charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
content-length: 2
content-type: application/json