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
protogrid:json_api [2017-12-08 09:45] 46.140.51.3protogrid:json_api [2017-12-15 09:24] (current) 46.140.51.3
Line 5: Line 5:
 Please note the [[https://protogrid.com/bisc/en/002-pricing|pricing information]] concerning the available data volume. Please note the [[https://protogrid.com/bisc/en/002-pricing|pricing information]] concerning the available data volume.
  
-=== Structure of an http request ===+===== Structure of an http request =====
  
 An http request consists of the following components: An http request consists of the following components:
  
-  * Base address: the root URL of your Protogrid environment  +  * Base address: the root URL of your Protogrid environmentExample: https://your-environment-name.protogrid.com 
-Example: https://your-environment-name.protogrid.com +  * The API endpoint (follows directly after the base address to form the request URL)Example: /api/v2/apps 
-  * The API endpoint (follows directly after the base address to form the request URL) +  * A HTTP Header field containing the cookieDetails: see [[protogrid:json_api_authentication|Authentication]] 
-Example: /api/v2/apps +  Either GET or POST as the http method.
-  * A HTTP Header field containing the cookie +
-Details: see [[ldkfs|here]] +
-Either GET or POST as the http method.+
  
 +===== Content =====
 +  * [[protogrid:json_api_authentication|Authentication]]
 +  * [[protogrid:api_endpoints|Endpoints]]
 +  * [[protogrid:json_api_database_views|Database Views]]
Print/export