Search Contracts

GET/api/contracts/search/{keyword}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area
curl -X GET "https://yoursite.com/api/contracts/search/acme" \
  -H "authtoken: YOUR_API_TOKEN"

Success-Response:

[
  {
    "id": "1",
    "title": "Contract A"
  }
]
MethodGET
Path/api/contracts/search/{keyword}
GroupContracts
Sincev1.0.0
Defined inRestApi/Controllers/ContractsController.php