Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Successful request GET /api/v2/field_groups 200 { "field_groups": [ { "id": 1, "name": "test_group", "created_at": "2023-11-27T09:42:50.666Z", "updated_at": "2023-11-27T09:42:50.712Z", "group_type": "default", "open_by_default": false, "locked": false, "add_by_default_to_media_types": [], "order": null, "deleted": false, "fields": [ { "id": 1, "field_group_id": 1, "name": "test_field_name", "field_type": "textbox", "dropdown_options": null, "created_at": "2023-11-27T09:42:50.708Z", "updated_at": "2023-11-27T09:42:50.708Z", "searchable": false, "read_only": false, "order": null, "deleted": false } ] } ] }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |