Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleExample JSON API Usage
{
	"apiversion.id": "a34a268f-34b1-465c-9327-262c2c69c4d3",
	"api.id": "3fe3ac57-c2da-4ce2-a2bc-25202f62c88b",
	"prettyname": "Hello World (Demonstration APIs) 1",
	"sessionid": "CEPID_AA8BMDowOjA6MDowOjA6MDoxACwCAAABZgeZf-AAAAANS03BgL8QbYIh6e-qCwKtlM9CTkIWwb1OoiDBzYW04fEAAQMB~AAIBMDIADwMwOjA6MDowOjA6MDowOjEAAgSQPQAMBTdGODAAAAAAAAABhQ",
	"apipartner.id": "25df072a-f500-45a9-83eb-5f99c152b5fb",
	"apipartner.name": "AssecoCeptor DenmarkApS",
	"apipartner.application.id": "45bc3a53-7308-47e7-887a-21cf75cfe404",
	"apipartner.application.name": "Test App 1",
	"remote.ip": "0:0:0:0:0:0:0:1",
	"remote.port": 36925,
	"request.method": "GET",
	"request.path": "/hello/v1/hello",
	"request.host": "localhost:8443",
	"request.query": "",
	"request.headers": {
		"accept": "application/json",
		"Accept-Language": "da-DK,da;q=0.9,en-US;q=0.8,en;q=0.7",
		"Accept-Encoding": "gzip, deflate, br",
		"Origin": "https://localhost:4243",
		"User-Agent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36",
		"Connection": "keep-alive",
		"Authorization": "Basic dGVzdDpzZWNyZXQ=",
		"Referer": "https://localhost:4243/",
		"Host": "localhost:8443"
	},
	"response.status": 200,
	"response.bytes": 37,
	"response.time": 52,
	"response.endtime.msecs": 1537725792274,
	"response.headers": {
		"Access-Control-Allow-Headers": "origin, accept, content-type, authorization, content-length, ceptor-apikey",
		"X-XSS-Protection": "1; mode=block",
		"Date": "Sun, 23 Sep 2018 18:03:12 GMT",
		"Connection": "keep-alive",
		"X-RateLimit-Remaining": "2",
		"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
		"X-RateLimit-Limit": "5",
		"Access-Control-Allow-Methods": "GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS, TRACE",
		"X-RateLimit-Reset": "1537725840",
		"X-Frame-Options": "sameorigin",
		"Via": "1.1 gateway1 (Ceptor/6.0.3)",
		"Access-Control-Allow-Origin": "https://localhost:4243",
		"X-Content-Type-Options": "nosniff",
		"Content-Type": "application/json",
		"Content-Length": "37",
		"X-RateLimit-Timeunit": "minute",
		"Access-Control-Max-Age": "120"
	},
	"response.body": "{\"text\":\"How nice of you to call me\"}"
}

...