Number of APIs: 4
GET {{baseUrl}}/richiesta/:_id
Service that returns your request marked by the identifier passed in the path
POST {{baseUrl}}/richiesta/:_id
Services that have the parameter 'ricerca' : 1 allow you to add additional searches to the first service request
PUT {{baseUrl}}/richiesta/:_id
This call allows you to update the search fields of the request and to close the transaction
4. {{baseUrl}}/richiesta/:_id/ricerche
PUT {{baseUrl}}/richiesta/:_id/ricerche
In services with 'ricerca': 1 the final document is released upon choice of the search result
ENDPOINTS