10.3. API pro Imwhooser
Imwhooser API je typu REST. API umožňuje zobrazení entity ve formátu CAM.
10.3.1. Definice REST rozhraní
Definice rozhraní REST: imwhooser-api.yaml
- GET /entity/{dataType}/{id}
Vrátí XML od související entity
Vrátí XML od související entity
- Parameters:
dataType (string) – data type
id (string) – id enitity
- Status Codes:
200 OK – successful operation
404 Not Found – Request failed - No items
- GET /entity/{id}
Vrátí XML vybrané entity
Vrátí XML vybrané entity
- Parameters:
id (string) – id enitity
- Status Codes:
200 OK – successful operation
404 Not Found – Request failed - No items