GET api/GetAchivement
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
RapidAPIOfMLA_achivement_tblName | Description | Type | Additional information |
---|---|---|---|
Status_Code | integer |
None. |
|
Message | string |
None. |
|
Data | Collection of MLA_achivement_tbl |
None. |
Response Formats
application/json, text/json
Sample:
{ "status_Code": 1, "message": "sample string 2", "data": [ { "id": 1, "caption": "sample string 2", "date": "2025-04-29T11:47:03.8153005+05:30", "year": "sample string 3", "image_path": "sample string 4" }, { "id": 1, "caption": "sample string 2", "date": "2025-04-29T11:47:03.8153005+05:30", "year": "sample string 3", "image_path": "sample string 4" } ] }