# Get forms by types Retrieves all available forms grouped by form type (library, customs, intelligent, questionnaires, candidates, referees). Endpoint: GET /forms/types Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `result` (object) - `result.library` (array) - `result.library.id` (integer) Example: 1 - `result.library.name` (string) Example: "Essential" - `result.library.public` (boolean) - `result.library.type` (string) Example: "type:standard" - `result.library.typeform_id` (string,null) Example: "bMEvs6FR" - `result.library.created_at` (string) Example: "2019-01-15T10:02:31+01:00" - `result.customs` (array) - `result.intelligent` (array) - `result.questionnaires` (array) - `result.candidates` (array) - `result.referees` (array) - `status` (integer) Example: 200 - `error` (object,null)