POST api/Server/Token

Issues application bearer token for accessing the intelichart open web api. Used for non-patient access.

Request Information

URI Parameters

None.

Body Parameters

ApplicationTokenRequest
NameDescriptionTypeAdditional information
ApplicationId

The GUID identifier for your application provided by InteliChart.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplicationId": "sample string 1"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.