Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
protogrid:json_api [2017-12-08 09:41] – created 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 =====
 +
 +An http request consists of the following components:
 +
 +  * Base address: the root URL of your Protogrid environment. 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
 +  * A HTTP Header field containing the cookie. Details: see [[protogrid:json_api_authentication|Authentication]]
 +  * 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