mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			757 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			757 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
API Logs
 | 
						|
========
 | 
						|
 | 
						|
Journal de modification
 | 
						|
-----------------------
 | 
						|
 | 
						|
**Chemin :** `/api/logs/ <https://note.crans.org/api/logs/>`_
 | 
						|
 | 
						|
Options
 | 
						|
~~~~~~~
 | 
						|
 | 
						|
.. code:: json
 | 
						|
 | 
						|
  {
 | 
						|
      "name": "Changelog List",
 | 
						|
      "description": "REST API View set.\nThe djangorestframework plugin will get all `Changelog` objects, serialize it to JSON with the given serializer,\nthen render it on /api/logs/",
 | 
						|
      "renders": [
 | 
						|
          "application/json",
 | 
						|
          "text/html"
 | 
						|
      ],
 | 
						|
      "parses": [
 | 
						|
          "application/json",
 | 
						|
          "application/x-www-form-urlencoded",
 | 
						|
          "multipart/form-data"
 | 
						|
      ]
 | 
						|
  }
 | 
						|
 | 
						|
Filtres Django
 | 
						|
~~~~~~~~~~~~~~
 | 
						|
 | 
						|
* ``model``
 | 
						|
* ``action``
 | 
						|
* ``instance_pk``
 | 
						|
* ``user``
 | 
						|
* ``ip``
 | 
						|
 | 
						|
Tris possible
 | 
						|
~~~~~~~~~~~~~
 | 
						|
 | 
						|
* ``timestamp``
 | 
						|
* ``id``
 | 
						|
 |