Get Website General Settings Api
Get Website General Settings
Description :
This API endpoint is used to get the Get Website General Settings.
Endpoint URL :Request Parameters
| Request Parameter | Data Type | Default Value | Required | Description | Change Date | Change Description |
|---|
Request Example
Responses (JSON)
- 'id' (integer): "unique id of the record"
- 'site_title' (string): "title of the website"
- 'support_number' (string): "support number of the website"
- 'support_number' (string): "support no of the website"
- 'support_email' (string): "support email of the website"
- 'copyright_detail' (string): "copyright detail no of the website"
- 'address' (string): "address no of the website"
- 'short_description' (string): "short description no of the website"
- 'logo' (string): "logo no of the website"
- 'favicon' (string): "favicon no of the website"
- 'meta_keywords' (string): "meta keywords no of the website"
- 'meta_description' (string): "meta description of website"
- 'created_at' (string): "date of record creation"
- 'updated_at' (string): "date of record updation"
{"status_code": 0, "message": "records not found"}, 200
- Status Code 0: Error message
- Description: A specific error message.
- 'status_code' (integer): 0
- 'message' (string): "there is no data found"
Note
- The API endpoint should be accessed via a GET request.
- Ensure that the request is properly validated and sanitized to prevent security vulnerabilities.
- Implement proper error handling on the client side to display user-friendly error messages based on the 'status_code' and 'message' fields in the response.