RulePoint
- RulePoint 6.1.2
- All Products
<METHOD> <Server URL>/rulepoint/api/<URI> Content-Type: application/<json|xml> Accept: application/<json|xml> Cookie: $Version=1; JSESSIONID=<Valid_session_ID>
Request Component
| Required/Optional
| Description
|
---|---|---|
METHOD
| Required
| Method you want to use, such as GET, POST, PUT, or DELETE.
|
Server URL
| Required
| Base URL for all resources, which include the hostname and port.
|
URI
| Required for most resources
| The resource URI. The format of a resource URI is:
|
Header
| Required/Optional
| Description
|
---|---|---|
Content-Type
| Required for POST requests
| Format of the request. Use one of the following options:
- application/json. Reads request as JSON.
- application/xml. Reads request as XML.
Default is json.
|
Accept
| Optional
| Request format that you want. Use one of the following options:
- application/json. Sends response as JSON.
- application/xml. Sends response as XML.
Default is json.
|
Cookie
| Required
| Sets the valid session ID as a cookie while a client makes a REST call to any of the resources of RulePoint. Make the /dtlogin REST call to obtain the session ID. The RulePoint session ID is set as the JSESSIONID cookie.
|