top of page

Kiwire 3.0 API Documentation      >        Profile  

Kiwire 3.0 API Documentation - Profile

Create

Use POST method to create new subordinate resources.

Example request URIs

[POST] https://{{kiwire_ip}}/api/profile/

 

Parameters Required

API 13.png

PATCH

Use PATCH method is to make a partial update on a resource. 

 

The differences between PATCH and PUT, PUT method also modify a resource entity but PATCH method is used for partially updating an existing resource. PUT should be used if you are entirety replacing a resource.

 

Example request URIs

[PATCH] https://{{kiwire_ip}}/api/profile/{{id}}/

 

Parameters Required

API 14.png

delete

Use DELETE method as the name applies to delete resources.

 

Example request URIs

[DELETE] https://{{kiwire_ip}}/api/profile/{{id}}/

get

Use GET method to retrieve resource information only and not to modify it in any way.

 

Example request URIs

[GET] https://{{kiwire_ip}}/api/profile/

[GET] https://{{kiwire_ip}}/api/profile/{{id}}/

[GET] https://{{kiwire_ip}}/api/profile/{{offset}}/{{limit}}/{{column}}/{{order}}/

API 15.png

NOTE:

For GET method, if {{offset}}, {{limit}}, {{column}}, and {{order}} not provided then

Kiwire will return default value eg :

https://{{kiwire_ip}}/api/profile/0/10/id/desc/

Synchroweb_edited.png

Wi-Fi and wireless network solutions provider based in Malaysia. With up to 24 years of experience, our services have helped customers around the world with cost-effective products, a professional approach, and reliable support.

Contact Us

+603-5880 5486

C-1-5, Setiawalk, Persiaran Wawasan, Pusat Bandar Puchong, 47160 Puchong Selangor, Malaysia.

  • Facebook
  • Instagram
  • YouTube
  • LinkedIn

© 2023 by Synchroweb Technology (M) Sdn Bhd

Business Registration No. 200901005220 (848156-X)

Privacy Policy             |           Terms of Use         |          Cookies Policy

bottom of page