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
Last revisionBoth sides next revision
protogrid:json_api [2017-12-08 09:45] 46.140.51.3protogrid:json_api [2017-12-15 09:22] 46.140.51.3
Line 9: Line 9:
 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.+
  
 +=== Authentication ===
 +See [[protogrid:json_api_authentication| here]]
Print/export