99 lines
2.1 KiB
Markdown
99 lines
2.1 KiB
Markdown
# Tit Bits
|
|
## API Base URL
|
|
- https://api.lupmis4luspa.org/
|
|
|
|
|
|
````
|
|
- g!_ArOqhC$Gs9-u2
|
|
````
|
|
|
|
## API Testing Tool
|
|
- https://restful-api.dev/
|
|
|
|
|
|
|
|
curl --location 'http://41.66.197.28:8831/api/auth/auth_user.php' \
|
|
--header 'Content-Type: application/json' \
|
|
--data '{"user":"assiamah","pass":"win","api_token":"1c46538c712e9b5b"}'
|
|
|
|
|
|
|
|
curl --location 'https://api.lupmis4luspa.org/api/auth/auth_user.php' \
|
|
--header 'Content-Type: application/json' \
|
|
--data '{"user":"assiamah","pass":"win","api_token":"1c46538c712e9b5b"}'
|
|
|
|
|
|
curl -X 'POST' \
|
|
'http://41.66.197.28:8831/api/user_mgt/get_all_usr_permission.php' \
|
|
-H 'accept: application/json' \
|
|
-H 'Content-Type: application/json' \
|
|
-d '{
|
|
"api_token": "1c46538c712e9b5b"
|
|
}'
|
|
|
|
curl -X 'POST' \
|
|
'http://41.66.197.28:8831/api/menu/get_all_menus.php' \
|
|
-H 'accept: application/json' \
|
|
-H 'Content-Type: application/json' \
|
|
-d '{
|
|
"user_id": "string",
|
|
"api_token": "1c46538c712e9b5b"
|
|
}'
|
|
|
|
title - add N/A
|
|
|
|
from the server 29-10-2025
|
|
services:
|
|
l4lauthentication-docker:
|
|
container_name: l4lauthentication
|
|
build: .
|
|
volumes:
|
|
- ./php_code:/var/www/html
|
|
#ports:
|
|
#- 8831:80
|
|
restart: unless-stopped
|
|
networks:
|
|
- nginx_proxy_manager_default
|
|
networks:
|
|
nginx_proxy_manager_default:
|
|
external: true
|
|
|
|
|
|
add
|
|
coordinates
|
|
agents
|
|
|
|
add gh post gps
|
|
street name
|
|
property address
|
|
days for application starts application number is generated
|
|
other requirements will be considered before payment
|
|
processing fee is non refundable
|
|
specific statuses as dropdown
|
|
add additional comments
|
|
|
|
Add Group to the dropdown for Applicant Type
|
|
national ID should be optional
|
|
remove consultant and use only agent
|
|
change applicant name to a textarea
|
|
nationality should be a dropdown
|
|
add N/A to the title field
|
|
Project Location/Address change it to Project Location/Address/Ghana PostGPS
|
|
fields under Land & Parcel Details should be optional
|
|
|
|
curl -X 'POST' \
|
|
'https://api.lupmis4luspa.org/api/user_mgt/get_district_by_region_id.php' \
|
|
-H 'accept: application/json' \
|
|
-H 'Content-Type: application/json' \
|
|
-d '{
|
|
"region_id": "3",
|
|
"api_token": "1c46538c712e9b5b"
|
|
}'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|