User Tools

Site Tools


api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
api [2017/09/19 17:37] lucyapi [2021/08/18 16:30] – [Detailed Documentation] lucysecurity
Line 1: Line 1:
 ===== LUCY REST API - Background Info ===== ===== LUCY REST API - Background Info =====
  
-Lucy API is a RESTful web service. The API does not keep the client's state and all requests can be performed in any order. +Lucy API is a RESTful web service. The API does not keep the client's state and all requests can be performed in any order. Within LUCY the API can be activated under settings/API. You will need to specify the remote IP(s) which is allowed to communicate with the API. 
 + 
 +{{ api1.png?600 }}
  
 ===== Requirements ===== ===== Requirements =====
Line 73: Line 75:
   {"recipient":{"email":"oliver@test.com","phone":null,"name":"Oliver   Test","staff_type":null,"location":null,"division":null,"comment":null,"link":null,"language_id":null,"recipient_group_id":262,"id":"158928","last_tested":null,"links":[{"rel":"self","href":"/api/recipients/158928"},  {"rel":"recipient_group","href":"/api/recipient-groups/262"}]}}   {"recipient":{"email":"oliver@test.com","phone":null,"name":"Oliver   Test","staff_type":null,"location":null,"division":null,"comment":null,"link":null,"language_id":null,"recipient_group_id":262,"id":"158928","last_tested":null,"links":[{"rel":"self","href":"/api/recipients/158928"},  {"rel":"recipient_group","href":"/api/recipient-groups/262"}]}}
  
 +===== API End Points =====
 +
 +The complete list of API End Points supported by LUCY can be found [[api_end_points|here]]
  
-===== More documentation =====+===== Detailed Documentation =====
  
-A more detailed documentation can be found here.+More detailed documentation can be found {{::lucy_rest_api_documentation.pdf|here}}.
  
api.txt · Last modified: 2022/03/05 18:12 by lucysecurity