top of page

Kiwire 3.0 API Documentation - Auto Reset

 

Create

Use POST method to create new subordinate resources.

​

Example request URIs

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

 

Parameters Required

API 22.png
API 23.png

NOTE:

​

For GET method, if {{offset}}, {{limit}}, {{column}}, and {{order}} not provided then Kiwire will return default value eg :

​

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

Kiwire 3.0 API Documentation      >        Auto Reset  

Kiwire 3.0 API Documentation - Auto Reset

 

Create

Use POST method to create new subordinate resources.

​

Example request URIs

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

 

Parameters Required

API 22.png

Delete

Use DELETE method as the name applies to delete resources.

​

Example request URIs

[DELETE] https://{{kiwire_ip}}/api/auto_reset/{{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/auto_reset/

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

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

bottom of page