Tarsheed
  1. Automation
Tarsheed
  • Auth
    • Create Account
      POST
    • Verifiy Email
      POST
    • Login
      POST
    • Resend Verfication Code
      POST
    • Forget Password Request
      POST
    • Forget password Verify Code
      POST
    • Reset Password
      PATCH
    • Login With Google
      POST
    • Login With Facebook
      POST
  • Users
    • Get all users
      GET
    • Get specific user
      GET
    • Delete user account
      DELETE
    • Update user data
      PUT
    • Change user password
      PUT
    • Get Recomendation
      GET
    • Get Avarage Cost For Spesfic User
      GET
    • Get The Power Saving Modes Settings
      GET
    • Update the Usage of the power saving mode
      PATCH
  • Reports
    • GetUserReport
      GET
  • Room
    • Create New Room
      POST
    • Update Room
      PATCH
    • Delete Room
      DELETE
    • Get Room Details
      GET
    • Get all Rooms for spesfic user
      GET
  • Device
    • Create New Device
    • Update Device
    • Delete Device
    • Get All Devices id For IOT System
    • Toggle Device Status
  • category
    • get all categories
  • Sensor
    • Create New Sensor
    • Update Sensor
    • Delete Sensor
    • Get All Sensor For Spesfic user
  • Automation
    • Add New Automation
      POST
    • Get all Automation for Spesfic User
      GET
    • Delete Spesfic Automation
      DELETE
    • Update Spesfic Automation
      PATCH
    • Apply Automation Manually
      POST
  1. Automation

Apply Automation Manually

Developing
POST
/automation/apply/{automationId}
Automation
this endpoint for applying spesfic automation manually

Request

Path Params
automationId
string 
required
Header Params
Authorization
string 
optional
Example:
token
Body Params application/json
object {0}
Example
{}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/automation/apply/' \
--header 'Authorization: token' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Responses

🟢200Success
application/json
Body
message
string 
required
Example
{
    "message": "Automation applied successfully"
}
Previous
Update Spesfic Automation
Built with